| Hosted by CoCalc | Download
var('u, v') show(parametric_plot3d([u^2 + v^2, u, v], (u, -1, 1), (v, -1, 1)))
(u, v)
3D rendering not yet implemented