Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

LS30B-2 Homework 8 Code Portion

Views: 484
#7.4.1 var("y") plot3d(x^2+y^2, (x,-4,4), (y,-4,4), axes_labels=("x","y","z")) + point3d((3,0,1), color="red")
y
3D rendering not yet implemented