Draw the real part of a hypersurface in a real 3d-plot in the affine 3-space over C

asked 2022-10-14 20:40:56 +0200

Tintin1 gravatar image

updated 2022-10-14 20:42:07 +0200

Is it possible to 3d-plot the (rational) real part of the affine 3-space over $\mathbb{C}$?

I tried the following:

A.<x,y,z> = AffineSpace(QQ,3)
C = Curve([y^2 + x^2 + z^2 -1], A)
C.plot()

My curve is of dimension $2$. Can you help? For a dimension $1$-curve the plot works finely.

edit retag flag offensive close merge delete

Comments

Read sage: implicit_plot3d?

FrédéricC gravatar imageFrédéricC ( 2022-10-15 10:15:44 +0200 )edit