References,
Comments and Matlab Code
|
|
Matlab Code for "The
Apple of My i" can be expressed in only four
lines. We will repeat it here for your convenience.
psi=inline('1./(1-i*tau).^(n+1)','tau','n');
tau=linspace(-1000,1000,1e6+1)';
n=i;
figure; plot(psi(tau,n)); axis equal
Or, in terms of the
angular variable:
psi=inline('cos(theta).^(n+1).*exp(-i*(n+1)*theta)','theta','n');
theta=linspace(-pi/2,pi/2,1e6+1)';
n=i;
figure; plot(psi(theta,n)); axis equal
|
|
Please see the Bibliography in the accompanying
PDF file for a complete set of references.
Hahn, Stefan, Hilbert
Transforms in Signal Processing,
Artech House, 1996.
|
Dunham, William, Euler: The Master of Us All,
Mathematical Association of America, 1999.
|
Weisstein, Eric , CRC Encyclopedia of Mathematics,
CRC Press, Chapman and Hall, 2003.
|
Zwikker, C., The Advanced Geometry of Plane Curves and
Their Applications, Dover Press, 1963. |
|
Other NCB Waldman animated curves
< ..//waldman/waldman.htm
>
|