Site hosted by Angelfire.com: Build your free website today!

Fractal Pictures

Here are the formulas for these pictures. (calculated simultaneously)

Window ====================================

ZX = ZY + CX ^ 2 - CY^2
ZY = ZY + 2 * CX * CY
ZX = 600
ZX = 600

Star========================================

ZX = 1 / ((Tan(90 / (ZX ^ 2 - ZY ^ 2 + 1))) ^2) + CX
ZY = 1 / ((Cos(90 / (2 * ZX * ZY + 1))) ^ 2) + CY
ZX = Sqr((1.3E+300) ^ (1 / 3))
ZY = Sqr((1.3E+300) ^ (1 / 3))

Tides=======================================

ZX = (Abs((ZX ^ 2 - ZY ^ 2 + CX) - (ZY + 1) / CY)) ^ 1 / 4
ZY = (Abs((2 * ZX * ZY + CY) + (ZX + 1) * CX)) ^ 1 / 4
ZX = (1.3E+100)
ZY = (1.3E+100)

Window

Star

Tides