简体   繁体   English

计算过渡矩阵e ^ At的最佳方法-八度

[英]Best way to compute the transition matrix e^At - Octave

I want to compute the state transition matrix in GNU Octave. 我想在GNU Octave中计算状态转换矩阵。 But there are several ways to compute the state transition matrix. 但是有几种计算状态转移矩阵的方法。

Some ways are hard, some are easier. 有些方法很难,有些则容易。 The best way is the numberical method to compute the state transition matrix. 最好的方法是计算状态转移矩阵的数字方法。

Can you show me your best way to compute the state transition matrix by using GNU Octave with symbolic package? 您能告诉我使用带有符号包的GNU Octave来计算状态转换矩阵的最佳方法吗?

Thank you! 谢谢!

The best way to find the transition matrix e^At is to use the command 查找过渡矩阵e ^ At的最佳方法是使用以下命令

expm(A*t)

Where A is a matrix and h is a scalar. 其中A是矩阵, h是标量。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM