22 December 2020 3 7K Report

I am trying to find out the inverse Laplace transform of the state transition matrix obtained using inv(S*I-A). Where I is the identity matrix, and A is a state-space matrix(24x24 matrix).

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 resolving this issue?

More Manoj Samal's questions See All
Similar questions and discussions