The following plot functions did not work on Microsoft IE and QQ browsers. Please use Google Chrome browser.
plot3D(x*y), contour3D(x*y), wireframe3D(x*y), implicit3D(x*y*z), complex3D(x), parametric3D(t,t,t), parametric3Dxy(x,y,x*y), wireframe3Dxy(x,y,x*y), spin3D(x)
立体图, 立体外形图, 立体线框图, 立体隐函数图, 复数图, 立体参数图t, 立体参数图xy, 立体线框图xy, 旋转图3D
Notice that Microsoft Internet Explorer IE did not support svg, so IE cannot show following graph, please use other browrer.
paremetric3D( cos(x)*cos(y),cos(x)*sin(y),sin(x) ) |
You may find here some examples of algebraic surfaces plotted with implicit3D.
If you click on a small image, you will have the menu of the plotter with the equation of the surfaces already loaded. Which will allow you to plot a bigger image of the surface, while playing with the parameters (colors, viewing angles, zoom, spin, etc). All 3D graphes are interactive, zoom by mouse wheel, and animation by clicking the spin checkbox.
# | Demo | Equation | Description | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| x2+y2-z2=0 | Quadratic cone.
|
| x2+y2+z2+2x y z=1 | Cubic with 4 singular points.
|
| x4+y4+z4+5x y z=0 | A quartic surface with 4 branches touching at the origine.
|
| x3+y3+z3=(x+y+z) | a cubic surface with rotation.
|
| x2 y2+y2 z2+z2 x2=(x2+y2+z2-0.75)
| a quartic surface.
| | cos(x)+cos(y)+cos(z) = 0 |
Schwarz Primitive Surface
| |
It plots animation by clicking the spin checkbox.
In order to plot complex function, you should convert it to complex by tocomplex(x) before plot. Use complex(x) to set variable for complex variable in real value, and Use complex(0,x) to set variable for complex variable in imag value. Get real part by re() and imag part by im(). e.g. convert log(x) to re(log(complex(x))).
Here are some particularly nice examples by plot function complex3D( ) that show real and imaginary parts of complex function including special functions on complex axes and plane.
More examples in complex function