Skip to content
Snippets Groups Projects
Commit f3e67a93 authored by Michael Wimmer's avatar Michael Wimmer
Browse files

fix some problems

parent 70990712
No related branches found
No related tags found
No related merge requests found
Pipeline #43585 passed
......@@ -790,7 +790,7 @@ $(A- \lambda I)\vec{v}_{i} = \vec{v}_{i-1}$. This completes the proof
since we have demonstrated that $\vec{\phi}_{k}(t)$ is a solution of the DE.
# Problems
## Problems
1. [:grinning:] Solve:
......@@ -907,8 +907,8 @@ since we have demonstrated that $\vec{\phi}_{k}(t)$ is a solution of the DE.
9. [:sweat:] Find the general solution of the system of equations
$$\dot{x_1} = 3 x_1 + x_2$$
$$\dot{x_2} = - x_1 + x_2$$
$$\dot{x}_1 = 3 x_1 + x_2$$
$$\dot{x}_2 = - x_1 + x_2$$
10. [:sweat:] *Bonus question - A question of this kind will not be on the exam*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment