Scilab Function

lotest - demo of the Lorenz attractor

Calling Sequence

[]=lotest([f_l,odem,xdim,npts,pinit])
[y]=lorenz(t,x)
[]=ilo(sig,ro,beta)
[]=ilof(sig,ro,beta)

Parameters

Description

A call to the function lotest() will interactively display a phase portrait of a the following dynamical system

 y(1)=sig*(x(2)-x(1));
 y(2)=ro*x(1) -x(2)-x(1)*x(3);
 y(3)=-beta*x(3)+x(1)*x(2);
   

See Also