필터 지우기
필터 지우기

Is it Possible for matlab to show some step by step solution??

조회 수: 36 (최근 30일)
Michael Bernard
Michael Bernard 2013년 2월 15일
답변: Walter Roberson 2015년 2월 27일
Dear friends, I am wondering whether it is possible for matlab to show some steps about how it got the solution to a problem. Take for example
If I enter the command
syms x
int(sqrt(x+sqrt(x)))
matlab will returns
(4*x*(x + x^(1/2))^(1/2)*hypergeom([-1/2, 5/2], [7/2], -x^(1/2)))/(5*(x^(1/2) + 1)^(1/2))
Is it possible to make matlab show some step to this solution?
What if it wasnt an integration program? Can Matlab show some steps in obtaining the solution?

채택된 답변

Walter Roberson
Walter Roberson 2015년 2월 27일

추가 답변 (0개)

카테고리

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

Community Treasure Hunt

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

Start Hunting!

Translated by