Finding a general solution to a system
이전 댓글 표시
I'm having trouble getting started on finding a general solution to the following:
du/dt=1-v and dv/dt=u-1 (a non-homogeneous linear system).
Would the ode45() function be the best way to do this? How would I go about getting rid of the imaginary numbers and putting it into the form of sine and cosine?
댓글 수: 1
Walter Roberson
2019년 5월 2일
No, for general solutions you would use dsolve()
답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Ordinary Differential Equations에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!