Plot Function
Visualize of complex numbers
Description
The function \(Plot\) visualizes complex numbers.
A complex number can be represented by its coordinates (polar coordinates) on a complex plane. The Plot function can represent single or multiple complex numbers separated by commas.
To execute the function, a plot box must be open.
Syntax
Plot (complex)
Plot (complex, complex, ...complex)
Example
Complex Functions
Arg | Angle of a complex number |
Complex | Create complex from two real |
Conjugate | Get the conjugate values |
FromPolar | Complex number from polar |
Im | Gets the imaginary component |
Imag | Creates a imaginary number |
Magnitude | Gets the magnitude |
Plot | Plot of complex numbers |
Re | Gets the real component |