필터 지우기
필터 지우기

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 CenterFile Exchange에서 Assumptions에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by