Clear Filters
Clear Filters

Where can I find expmdemo matlab files?

1 view (last 30 days)
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!

Accepted Answer

Walter Roberson
Walter Roberson on 29 Apr 2013

More Answers (0)

Categories

Find more on Interpolation in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!