plots
Calling Sequence
Parameters
Description
Examples
Compatibility
complexplot3d([expr1, expr2], x=a..b, y=c..d)
complexplot3d([f1, f2], a.. b, c.. d)
complexplot3d(expr3, z=a + b*I..c + d*I)
complexplot3d(f2, a + b*I..c + d*I)
expr1, expr2
-
algebraic; expressions in parameters x and y
f1, f2
procedures; functions to be plotted
expr3
algebraic; expression in parameter z
a, b, c, d
realcons; endpoints of parameter ranges
Plot a complex procedure:
Plot an expression from to , where the plot is of the first component colored by the second component:
Repeat the previous example using operator form.
Plot an image created from Newton's iteration:
Plot , where and , in cylindrical coordinates, with r ranging from 0 to 10 and theta from 0 to .
Other colorings are supported with the colorscheme option
The command to create the plot from the Plotting Guide is
See Also
plot3d/option
plots/complexplot
Download Help Document