answer different on MATLAB than the expected answer
Show older comments
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 :

Accepted Answer
More Answers (0)
Categories
Find more on Solver Outputs and Iterative Display in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!