フィルターのクリア

How to perform partial fraction expansion with symbolic variables

30 ビュー (過去 30 日間)
twig27
twig27 2017 年 3 月 9 日
コメント済み: Star Strider 2023 年 9 月 15 日
Hello, I would like to perform PFE on a symbolic term, such as
if true
[r,p,k] = residue(1,[a b 1]);
end
The error I get is: "Conversion to logical from sym not possible". Is there no way to solve this? I need it as a simplification for inverse laplace transform. Thanks

採用された回答

Star Strider
Star Strider 2017 年 3 月 9 日
If you have R2015a or later, use the partfrac funciton. This is one of the better additions to the Symbolic Math Toolbox, since it allows ilaplace to transform equations it otherwise would not be able to.
  2 件のコメント
Sariñana Aarón
Sariñana Aarón 2023 年 9 月 14 日
Thanks!
Star Strider
Star Strider 2023 年 9 月 15 日
My pleasure!

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeCalculus についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by