Is there a package in Matlab or code to Calculate the Lyapunov Exponents for 7 dimensions?
2 次查看(过去 30 天)
显示 更早的评论
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);
0 个评论
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Matrix Computations 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!