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?
1 | initial version |
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?
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?help? For a dimension $1$-curve the plot works finely.
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.
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.