Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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

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?

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

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.

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

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.

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

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.