It seems to have been. It's there now, and fairly nifty. Real/real system?
Thanks! I'm afraid I don't understand the term "real/real system," but I'll try to describe how this Julia set was generated.
Iteration formula . . .
Let z(-1) = z(0) = standardized pixel coordinates, often called "c"
For n = 1 to 100
Define s, t, u, and v by: z(n - 1) = complex(s, t) and z(n - 2) = complex(u, v)
Let z(n) = complex(s*u - t*v + 0.4, 2*s*t + 0.1)
Zoom region . . .
Real axis: -0.0225 to 0.1224
Imaginary axis: 0.89 to 0.99
No points escape. I used the imaginary axis as an orbit trap for the inside coloring.