How to find State Transition Matrix in terms of sin and cos if eigenvalues are Complex Conjugate?
71 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Rajani Metri
el 23 de Mzo. de 2021
Comentada: Star Strider
el 24 de Mzo. de 2021
Hello,
I am trying to find State Transition Matrix (STM) in MATLAB using "expm(A*t)" command. For real roots, its fine, but when its complex eigenvalues, its going into piecewise mode and not giving the STM in terms of sin or cosine.
A = [0 1 0; 0 0 1; -2 -3 -5];
syms t;
A_STM = expm(A*t)
For this I am getting following STM in truncated form as attached (One Real and Two Complex Conjugate):
But I want answer in the following form (Not for above example), from MATLAB -
Can somebody guide, help?
Thank you.
0 comentarios
Respuesta aceptada
Más respuestas (0)
Ver también
Categorías
Más información sobre STMicroelectronics Discovery Boards en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!