Ask Your Question

Revision history [back]

In the ipynb you can try this call in a cell and tweak the x and y ranges to get the proper graph:

complex_plot(lambda z: zz^(0.5+3i), (-3,3), (-2,2))

click to hide/show revision 2
No.2 Revision

In the ipynb you can try this call in a cell and tweak the x and y ranges to get the proper graph:

complex_plot(lambda z: zz^(0.5+3i), z*z^(0.5+3*i), (-3,3), (-2,2))

(-2,2))