Scilab Function

artest - arnold dynamical system

Calling Sequence

artest(f_l,[odem,xdim,npts])
arnold(t,x)
iarf([a])

Parameters

Description

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

      ydot(1)=a(1)*cos(y(2)) +a(2)*sin(y(3))
      ydot(2)=a(3)*cos(y(3)) +a(4)*sin(y(1))
      ydot(3)=a(5)*cos(y(1)) +a(6)*sin(y(2))
   

See Also