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?