Snippy
- 5
- 0
Homework Statement
For the following linear system:
\frac{dx}{dt} = -2x
\frac{dy}{dt} = -2y
Obtain the general solution.
Homework Equations
The Attempt at a Solution
A= -2 0
0 -2
Using the determinant of A-\lambdaI I got a repeated eigenvalue of -2. I am not sure how to get the eigenvectors since substituting -2 back into A-\lambdaI will give a matrix of zeroes. I checked with MATLAB and the eigenvectors should be (1,0) and (0,1) but I have no idea how to get them.