Complex Function Grapher
This is a complex function grapher that shows how path(s) in the complex plane are transformed by a function
f
:
C
→
C
.
set_transform("f(z) = z^2/4"); grid("0", 4, 1, {color: "gray", thickness: 1}); circle("0", 1, {color: "red", thickness: 3}); parametric_plot("g(t) = t - t^2 i", -4, 4, {color: "purple", thickness: 3}); // line("-5+i", "5+i", {color: "blue", thickness: 3}); // line("2-5i", "2 + 5i", {color: "red", thickness: 3}); // circle("2+i", 2, {color: "green"});