Dsolve different answer with book
Afficher commentaires plus anciens
Hello! I "Differential equations with Matlab" book. In problem set 1.2 17 a(t)=1/(t+1)^3, v0=0; x0=0; book's answer 1/2[(t+1)^-1 + t-1] but matlab dsolve('D2y=1/ ((t+1)^3)', 't') give me C1 + C2*t + 1/(2 * (t+1)) and after subs -> 1/2(t+1).
Why different answer? Or I something miss?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Mathematics dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!