WLJS LogoWLJS Notebook

ComplexVectorPlot

ComplexVectorPlot[f, {z, zmin, zmax}] generates a vector plot of the vector field {Re[f], Im[f]} over the complex rectangle with corners zmin and zmax.

ComplexVectorPlot[{f1, f2, ...}, {z, zmin, zmax}] plots several vector fields.

Examples

Plot vectors of a complex function:

ComplexVectorPlot[z^2, {z, -2 - 2 I, 2 + 2 I}]

Please visit the official Wolfram Language Reference for more details.

On this page