
Plotting Complex Numbers in Python with NumPy, matplotlib
In a Deep Dive course Part I by Fred Baptiste I learned about how to use complex numbers in Python. However, I wanted to get a deeper understanding of the subject. Therefore, I took additional two tutorials on this subject. o The first intermediate-level tutorial I completed is “Complex Numbers” created by Frank Zalkow and Meinard Muller at Audiolabs-Erlangen. This tutorial review some properties of complex numbers. In particular, we need complex numbers in view of a complex-valued formulation of the Fourier transform, which significantly simplifies the proof and the understanding of certain algebraic properties of this transform In this tutorial I learned about: • Plotting complex numbers using NumPy and matplotlib • Polar Representation • Plot Complex Operations like multiplication, conjugation, inverse • Polar Coordinates Plot • Plot Rotate Complex Number • Plot Roots of Polynomial • Plot Mandelbrot Set You can find this tutorial at · https://www.audiolabs-erlangen.de/resources/MIR/FMP/C2/C2_ComplexNumbers.html o The second intermediate-level tutorial I completed is “How to plot complex numbers (Argand Diagram) using matplotlib” at Stack overflow. In this tutorial I learned about: • Plotting complex numbers using NumPy and matplotlib • Argand Diagram • Polar plot You can find this tutorial at · https://stackoverflow.com/questions/17445720/how-to-plot-complex-numbers-argand-diagram-using-matplotlib