Problem with Symboli integration by partial fraction

1 Ansicht (letzte 30 Tage)
Herwin k
Herwin k am 27 Jul. 2018
Bearbeitet: madhan ravi am 27 Jul. 2018
I just wrote a simple script to solve this expression
syms x
f = (x + 1)/(4*x^2 - 1)
int(f)
And I got the wrong answer (image attached).
Did I do something wrong, or there is something I should know.
Thanks.

Akzeptierte Antwort

madhan ravi
madhan ravi am 27 Jul. 2018
Bearbeitet: madhan ravi am 27 Jul. 2018
Hi, the file is not attached but if your answer correlates with this answer then there is nothing wrong with your code:
syms x
q = partfrac((x+1)/(4*x.^2-1))
int(q)

Weitere Antworten (0)

Kategorien

Mehr zu Mathematics finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by