Dsolve different answer with book
이전 댓글 표시
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?
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!