Where can I find expmdemo matlab files?

1 次查看(过去 30 天)
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!

采纳的回答

Walter Roberson
Walter Roberson 2013-4-29

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Interpolation 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by