Complex Functions
An attempt to plot them
Based on certain amazing animations
in a video at 3Blue1Brown
Function Input
Simple Summation Zeta
Summation Term
from (n = ) to (m = )
$$f(z) = \sum_{n=1}^{\infty} 2^{-n} = 1$$
Compute Transform Animation
Play
Final Result Edit Mesh DarkMode
Made using Math.js, MathJax to visualize complex functions. Input point is in orange. If the complex function is a summation, then each term is a complex number which can be represented as a line. Sum of these lines added vectorially gives us the resulting output point in black.
Summation Term Magnitudes