Laplace inverse of a 24x24 matrix
2 ビュー (過去 30 日間)
古いコメントを表示
I am trying to find out the inverse laplace transform of state transition matrix obtained by using inv(S*I-A). where I is the identity matrix and A is state space matrix(24x24 matrx).
I have used syms S.
I have tried the same method to another matrix A=rand(24) and in both cases the simulation is taking a long time.
Can anyone help me in reolving this issue.
0 件のコメント
回答 (1 件)
Abhishek Gupta
2020 年 12 月 21 日
Hi,
Referring to the following resources, which might help you in resolving the issue: -
0 件のコメント
参考
カテゴリ
Help Center および File Exchange で Linear Algebra についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!