Here is the code:
Show[ContourPlot3D[x^2 - y == 0, {x, -2, 2}, {y, 0, 4}, {z, -8, 8}],
ContourPlot3D[x^3 - z == 0, {x, -2, 2}, {y, 0, 4}, {z, -8, 8}],
ParametricPlot3D[{t, t^2, t^3}, {t, -2, 2}]]
Here is the code:
Show[ContourPlot3D[x^2 - y == 0, {x, -2, 2}, {y, 0, 4}, {z, -8, 8}],
ContourPlot3D[x^3 - z == 0, {x, -2, 2}, {y, 0, 4}, {z, -8, 8}],
ParametricPlot3D[{t, t^2, t^3}, {t, -2, 2}]]
0 comments:
Post a Comment