求最大李雅普诺夫指数地matlab程序
程序一function dx=Lorenz(t,x);dx(1,1)=10*(x(2)-x(1));dx(2,1)=x(1)*(30-x(3))-x(2);dx(3,1)=x(1)*x(2)-8
求最大李雅普诺夫指数地matlab程序