필터 지우기
필터 지우기

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.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Calculus에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by