var('x,y,t')
f(x,y) = sqrt(x^2+y^2)
G = plot3d(f,(x,-2,2),(y,-2,2))
G += parametric_plot3d([cos(t),e^t,f(x=cos(t),y=e^t)],(t,-6,0.5),color='red',thickness=10)
#G += parametric_plot3d([1,3+t,-6*t],(t,-2,2),color='yellow',thickness=10)
#G += point3d((1,3,0),color='green',size=15)
G.show()
|
4
500
/home/pub/63/cells/4/.jmol_images/sage0-size500.jmol.png?1725944015.31
/home/pub/63/cells/4/sage0-size500.jmol?1725944015.31
/home/pub/63/jsmol
notActivated
|