Clear Filters
Clear Filters

Is there a package in Matlab or code to Calculate the Lyapunov Exponents for 7 dimensions?

1 view (last 30 days)
f(1)= -14*x(1)+11*x(2)+0.4*x(4)-0.5*x(5);
f(2)= 30*x(1)-2.5*x(1)*x(3)-4*x(2);
f(3)= -5*x(3)+x(1)*x(2)+0.5*x(5);
f(4) = -x(4)-3*x(2)*x(3)-5*x(5)*x(7);
f(5) =x(2)*x(7)+2*x(1)*x(7)-0.5*x(3)-x(5);
f(6)= -15*x(6)-4*x(3)*x(4)*x(7)+30*x(1)*x(7);
f(7)= -13*x(7)+x(1)*x(2)+0.5*x(5);

Answers (0)

Categories

Find more on Matrix Computations in Help Center and File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!