plotReIm

Returns a plot in Cartesian coordinates by calling the function for each value of x to get the corresponding y value, and drawing a dot at the coordinates.

If the function returns a complex number, plots the real and imaginary parts separately.

Syntax

plotReIm(...funcs, max?)

Parameters

Return value

A Plot object.

Examples

plotReIm(x => x**2 + 5*x + sqrt(-1), 6)


−6−4−2246−6−4−2246

See also