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

Fractal Pictures(2)

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

Wall=======================================

ZX = (ZX ^ 2 - ZY ^ 2 + CX) / (ZY + 1) * CY
ZY = (2 * ZX * ZY + CY) / (ZX + 1) *CX
ZX = 1.3E150
ZY = 1.3E150

Wall2=======================================

Same as Wall only with a different color scheme

Point=======================================

ZX = (ZX ^ 2 - ZY ^ 2 + CX)* (ZY + 1) / CY
ZY = (2 * ZX * ZY + CY) * (ZX + 1) / CX
ZX = 1.3E100
ZY = 1.3E100

Wall

Wall2

Point