answer different on MATLAB than the expected answer
이전 댓글 표시
i have used this code to solve ODE
syms y(x)
Q_22= (diff(y,x,3))- (diff(y,x,2))== 6;
disp('The solution is:')
ySol(x) = simplify(dsolve(Q_22))
But the expected answer i needed to be is as following :
these are the steps of solving it :

채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Solver Outputs and Iterative Display에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
