|

ÇÁ·¢Å»
°ø½Ä(Formulas)¥° ÇÁ·¢Å»
°ø½Ä(Formulas)¥± ¿ì¸®
°çÀÇ
ÇÁ·¢Å» Çö´ë
Ãß»ó¹Ì¼ú Âü°í
ÀÚ·á History
Email

|
ÇÁ·¢Å» °ø½Ä(Formulas)¥°
| K I M M A N T A E ' S G A L L E R Y ¡¤ N a m e S t o r y . k r ¡¤ a F r a c t a l . c o m |
| Artist |
|
| @ÇÁ·¢Å» |
2005-10-08 12:48:27 | Hit : 1641 |
|
|
| Subject |
LORENZ 3D3 |
|
| File No. |
|
|
|
|
 LORENZ 3D3
Lorenz three lobe attractor - orbit in three dimensions.
The original formulas were developed by Rick Miranda and Emily Stone.
z(0) = y(0) = z(0) = 1; norm = sqrt(x(n)^2 + y(n)^2)
x(n+1) = x(n) +(-(a*dt+dt)*x(n) + (a*dt-b*dt+z(n)*dt)*y(n))/3
+ ((dt-a*dt)*(x(n)^2-y(n)^2)
+ 2*(b*dt+a*dt-z(n)*dt)*x(n)*y(n))/(3*norm)
y(n+1) = y(n) +((b*dt-a*dt-z(n)*dt)*x(n) - (a*dt+dt)*y(n))/3
+ (2*(a*dt-dt)*x(n)*y(n)
+ (b*dt+a*dt-z(n)*dt)*(x(n)^2-y(n)^2))/(3*norm)
z(n+1) = z(n) +(3*x(n)*dt*x(n)*y(n)-y(n)*dt*y(n)^2)/2 - c*dt*z(n)
Parameters are dt, a, b, and c.
|
|