Systems of ODEs: Difference between revisions
From Rice Wiki
No edit summary |
No edit summary |
||
Line 18: | Line 18: | ||
</math> | </math> | ||
Non-linear ODEs are very complicated (like chaos theory, three body problem, etc.) | Non-linear ODEs are very complicated (like chaos theory, three body problem, etc.). This page will focus entirely on linear systems, which can be expressed as | ||
<math> | |||
\vec{x}'=P(t)\vec{x}+g(t) | |||
</math> | |||
where P is the coefficient matrix. |
Revision as of 06:59, 10 June 2024
An nxn system of ODEs looks like the following
In vector form, the same equation can be written as
Non-linear ODEs are very complicated (like chaos theory, three body problem, etc.). This page will focus entirely on linear systems, which can be expressed as
where P is the coefficient matrix.