Partial Fraction Expansion Issue/Question - confusing result

3 views (last 30 days)
Hi all,
I tried to find the partial fraction expansion of a transfer function, and was given a confusing result. matlab2.PNG
This screenshot is my result. I'm confused by the last line in the p matrix. How can I have a number in the numerator (last line of r), but have 0+0i in the denominator? Is there a mistake in my original denominator a and numerator b?
Matlab1.PNG
This screenshot above is my numerator, denominator, and residue function.

Accepted Answer

Star Strider
Star Strider on 9 Jun 2019
It just appears to be confusing.
The Symbolic Math Toolbox partfrac function gives:
or with the fractions rationalised:
So perhaps that will help to explain it.
  2 Comments
Miranda Holder
Miranda Holder on 9 Jun 2019
Right - duh! Guess my lack of sleep is getting to me. Thanks so much for clearing that up!

Sign in to comment.

More Answers (0)

Categories

Find more on Mathematics 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!