Finding a general solution to a system
Mostrar comentarios más antiguos
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 comentario
Walter Roberson
el 2 de Mayo de 2019
No, for general solutions you would use dsolve()
Respuestas (0)
Categorías
Más información sobre Ordinary Differential Equations en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!