フィルターのクリア

Problem with Symboli integration by partial fraction

1 回表示 (過去 30 日間)
Herwin k
Herwin k 2018 年 7 月 27 日
編集済み: madhan ravi 2018 年 7 月 27 日
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.

採用された回答

madhan ravi
madhan ravi 2018 年 7 月 27 日
編集済み: madhan ravi 2018 年 7 月 27 日
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)

その他の回答 (0 件)

カテゴリ

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

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by