Borrar filtros
Borrar filtros

Where can I find expmdemo matlab files?

1 visualización (últimos 30 días)
K
K el 29 de Abr. de 2013
Hi,
I have a nasty symbolic matrix that I need the matrix exponential of- looks something like this (all capital letters are constants and s is a symbol that will be solved for later):
[0,1,0,0;0,0,1,0;0,0,0,1;-C*s^2,-D*s,F*s^2-G,s^2+s]
I need to take the determinant of the matrix exponential of this expression and set it equal to 0 to solve for s. Expm works fine when a few of the constants are zero, but once the entire bottom row of the matrix is populated, it is really slow and I would like to try a numerical approximation. I found references to expmdemo1.m , expmdemo2.m and expmdemo3.m on matlab help/documentation pages and would like to try these algorithms- does anyone know where I can find them??? Thank you!

Respuesta aceptada

Walter Roberson
Walter Roberson el 29 de Abr. de 2013

Más respuestas (0)

Categorías

Más información sobre Interpolation en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by