theCandyman
- 397
- 2
I know how to solve basic problems like this, but I have no clue where to start with one of the first parts in this example. I am given the following information about C, which is a 2 X 2 matrix.
C \left[<br /> \begin{array}{cc}<br /> 1\\<br /> 2<br /> \end{array}<br /> \right] = \left[<br /> \begin{array}{cc}<br /> 2\\<br /> 1<br /> \end{array}<br /> \right] and C^2 \left[<br /> \begin{array}{cc}<br /> 1\\<br /> 2<br /> \end{array}<br /> \right] = \left[<br /> \begin{array}{cc}<br /> -1\\<br /> 1<br /> \end{array}<br /> \right]
The question asks for 2 X 2 matrices A and B so that CA = B, then solve for C.
My problem is finding what the B matrix is. A is \left[<br /> \begin{array}{cc}<br /> 1 & 2\\<br /> 2 & 1<br /> \end{array}<br /> \right], so how can I find B if C is squared?
C \left[<br /> \begin{array}{cc}<br /> 1\\<br /> 2<br /> \end{array}<br /> \right] = \left[<br /> \begin{array}{cc}<br /> 2\\<br /> 1<br /> \end{array}<br /> \right] and C^2 \left[<br /> \begin{array}{cc}<br /> 1\\<br /> 2<br /> \end{array}<br /> \right] = \left[<br /> \begin{array}{cc}<br /> -1\\<br /> 1<br /> \end{array}<br /> \right]
The question asks for 2 X 2 matrices A and B so that CA = B, then solve for C.
My problem is finding what the B matrix is. A is \left[<br /> \begin{array}{cc}<br /> 1 & 2\\<br /> 2 & 1<br /> \end{array}<br /> \right], so how can I find B if C is squared?