|
3D trajectory of motion of a point { x(t), y(t), z(t) } is ploted.
Equations of the motion are
x' = 3(y - x) y' = -xz + 26.5x - y z' = xy -z The point starts at t = 0, x(0) = 1, y(0) = 0, z(0) = 0 and makes N = 30000 steps with dt = 0.01 untill t = 300. Color is changed from red to violet in accordance with HSB palette. All parameters are set in WRL files. Lorenz Attractor visualization (Java applet, 30000 points, the 4-th order Runge-Kutta integration algorithm is used). JavaScript (20000 points). |