Mindscrape
- 1,854
- 1
The problem is to solve the differential equation where
\mathbf{x'} = \left(<br /> \begin{array}{cc}<br /> 1 & -5\\<br /> 1 & -3<br /> \end{array}<br /> \right) <br /> \mathbf{x}<br />
given that
\mathbf{x(0)} = \left( \begin{array}{cc} 5 \\ 4 \end{array} \right)
The eigenvalues are easy to find, and they are:
\lambda = 1 + i
and
\lambda = 1 - i
I am having trouble reducing the complex matrix with Gauss-Jordan elimination, and was wondering if I could get some pointers. Here is what I have done:
By pluging in the first eigenvalue the matrix to reduce is
\left( \begin{array}{cc}<br /> -i & -5\\<br /> 1 & -4 - i<br /> \end{array}<br /> \right)
then I figure that I should multiply by i on the top and divide by -4-i on the bottom so that the pivots are 1 and real:
This makes
\left( \begin{array}{cc}<br /> 1 & -5i\\<br /> \frac{1}{-4-i} & 1<br /> \end{array}<br /> \right)
I tried to take it from here, but I wasn't able to get anywhere. I tried complex conjugates in various places, and multiplying i here and there, but no luck. Most of the difficulty I am having is just reducing the second row to the zero row. I can get a zero at (2,1), but getting (2,2) to zero is proving difficult.
\mathbf{x'} = \left(<br /> \begin{array}{cc}<br /> 1 & -5\\<br /> 1 & -3<br /> \end{array}<br /> \right) <br /> \mathbf{x}<br />
given that
\mathbf{x(0)} = \left( \begin{array}{cc} 5 \\ 4 \end{array} \right)
The eigenvalues are easy to find, and they are:
\lambda = 1 + i
and
\lambda = 1 - i
I am having trouble reducing the complex matrix with Gauss-Jordan elimination, and was wondering if I could get some pointers. Here is what I have done:
By pluging in the first eigenvalue the matrix to reduce is
\left( \begin{array}{cc}<br /> -i & -5\\<br /> 1 & -4 - i<br /> \end{array}<br /> \right)
then I figure that I should multiply by i on the top and divide by -4-i on the bottom so that the pivots are 1 and real:
This makes
\left( \begin{array}{cc}<br /> 1 & -5i\\<br /> \frac{1}{-4-i} & 1<br /> \end{array}<br /> \right)
I tried to take it from here, but I wasn't able to get anywhere. I tried complex conjugates in various places, and multiplying i here and there, but no luck. Most of the difficulty I am having is just reducing the second row to the zero row. I can get a zero at (2,1), but getting (2,2) to zero is proving difficult.
Last edited: