Complex numbers

Is there a way to display / graph complex numbers / functions in Grasshopper?

Iā€™m not a much of a Pythonista but there is a cmath library in Python that works with complex numbers, and gh has a few complex functions under Math>Utilities that will give you the real and imaginary parts which you can then use as your x/y coordinates.

1 Like