You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clojure functions to plot functions with complex input and complex output.
For each function there should be two 2-D plots. One showing the inputs. And another showing the outputs. This is sometimes referred to as z-w planes method.
It would be helpful to see what transformations are happening if we carefully select the inputs to be points on grid lines. Probably providing each line a distinct color
Maybe for later investigations:
Another interesting visualisation technique
Plot on 3-D Cartesian coordinate system only three variables out of the below 4 variables:
Re(input), Im(input), Re(output), Im(output) Visualizing Complex Functions
More on this later once i actually understand it.
The text was updated successfully, but these errors were encountered:
Clojure functions to plot functions with complex input and complex output.
For each function there should be two 2-D plots. One showing the inputs. And another showing the outputs. This is sometimes referred to as z-w planes method.
It would be helpful to see what transformations are happening if we carefully select the inputs to be points on grid lines. Probably providing each line a distinct color
More details here: Complex Functions as Mappings
@sritchie Your initial try Error: complex is not defined
Maybe for later investigations:
Another interesting visualisation technique
Plot on 3-D Cartesian coordinate system only three variables out of the below 4 variables:
Re(input), Im(input), Re(output), Im(output)
Visualizing Complex Functions
More on this later once i actually understand it.
The text was updated successfully, but these errors were encountered: