answer different on MATLAB than the expected answer
Ältere Kommentare anzeigen
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 :

Akzeptierte Antwort
Weitere Antworten (0)
Kategorien
Mehr zu Solver Outputs and Iterative Display finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
