First time here? Check out the FAQ!
answered 2020-02-05 02:41:51 +0100
To get your plot using the parametric_plot3d command that vdelecroix suggested, you could try:
parametric_plot3d
u = var('u') parametric_plot3d([2,u,u^2],(u,-2,2))
The result, running in a SageCellServer is shown: