Reading plots of a complex function

1 · John Cook · Jan. 20, 2022, 10:44 p.m.
This post is about understanding the following plot. If you’d like to read more along these lines, see [1]. The plot was made with the following Mathematica command. ComplexPlot[HankelH1[3, z], {z, -8 - 4 I, 4 + 4 I}, ColorFunction -> "CyclicArg", AspectRatio -> 1/2] The plot uses color to represent the phase of the […] The post Reading plots of a complex function first appeared on John D. Cook....