############ Index of ODE's ################ 1. The Lorenz Equations x'(t)=a(-x(t)+y(t)) y'(t)=rx(t)-y(t)-x(t)z(t) z'(t)=-bz(t)+x(t)y(t) x(0)=Xo y(0)=Yo z(0)=Zo Are used to model convection in a fluid layer. But what's important is that I think the solution looks cool. I have chosen Xo=5,Yo=0,Zo=0 and a=10,r=28,b=8/3.