Solving Matrix differential equations
이전 댓글 표시
I'm looking to solve a system of the type dxdt=A*x where dxdt and x are 1xn vectors and A is an nxn matrix. I know I can use something like ode45 to solve each row individually, but figured matlab must have a way of solving such systems. Thanks in advance!
채택된 답변
추가 답변 (1개)
Go down to "Solve Differential Equations in Matrix Form" http://www.mathworks.com/help/symbolic/solve-a-system-of-differential-equations.html?refresh=true
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!