chipotleaway
- 174
- 0
Edit complete, but it doesn't seem as though I can change the title.
The latex arrows next to the 'P' aren't showing up for me but they're supposed to be left arrows
Let B and C be bases of R^2. Find the change of basis matrices P_{B \leftarrow C} and P_{C\leftarrow B}
B={\begin{pmatrix}3\\1\end{pmatrix}, \begin{pmatrix}2\\2\end{pmatrix}}, C={\begin{pmatrix}1\\0\end{pmatrix}, \begin{pmatrix}5\\4\end{pmatrix}}
To find the change of basis matrix from C to B P_{B \leftarrow C} , I followed the steps in Lay's Linear Algebra book and found the coordinates of the B vectors relative to C.
So I solved this system:
\begin{pmatrix}3\\1\end{pmatrix}=r_1\begin{pmatrix}1\\0\end{pmatrix}+r_2\begin{pmatrix}5\\4\end{pmatrix}
\begin{pmatrix}2\\2\end{pmatrix}=s_1\begin{pmatrix}1\\0\end{pmatrix}+s_2\begin{pmatrix}5\\4\end{pmatrix}
where r, s are real numbers.
Doing so, I got the 2x2 matrix
[7/4 -2/4]
[1/4 2/4]
(can't get matrices to work in latex)
But in the solutions, this is the change of basis matrix for going from C to B, i.e. P_{C\leftarrow B}. Have I misinterpreted something? The steps I'm referring to are based on this theorem on page 273 of the 3rd edition of the text by Lay:
The latex arrows next to the 'P' aren't showing up for me but they're supposed to be left arrows
Homework Statement
Let B and C be bases of R^2. Find the change of basis matrices P_{B \leftarrow C} and P_{C\leftarrow B}
B={\begin{pmatrix}3\\1\end{pmatrix}, \begin{pmatrix}2\\2\end{pmatrix}}, C={\begin{pmatrix}1\\0\end{pmatrix}, \begin{pmatrix}5\\4\end{pmatrix}}
To find the change of basis matrix from C to B P_{B \leftarrow C} , I followed the steps in Lay's Linear Algebra book and found the coordinates of the B vectors relative to C.
So I solved this system:
\begin{pmatrix}3\\1\end{pmatrix}=r_1\begin{pmatrix}1\\0\end{pmatrix}+r_2\begin{pmatrix}5\\4\end{pmatrix}
\begin{pmatrix}2\\2\end{pmatrix}=s_1\begin{pmatrix}1\\0\end{pmatrix}+s_2\begin{pmatrix}5\\4\end{pmatrix}
where r, s are real numbers.
Doing so, I got the 2x2 matrix
[7/4 -2/4]
[1/4 2/4]
(can't get matrices to work in latex)
But in the solutions, this is the change of basis matrix for going from C to B, i.e. P_{C\leftarrow B}. Have I misinterpreted something? The steps I'm referring to are based on this theorem on page 273 of the 3rd edition of the text by Lay:
Let B=[b_1,..,b_n] and C=[c_1,..,c_n] be bases of a vector space V. Then there is a unique nxn matrix P_{B \leftarrow C} such that [x]_c=P_{B \leftarrow C}[x]_B. The columns of P_{B \leftarrow C} are the C-coordinate vectors of the vectors in the basis B. That is, P_{B \leftarrow C}=[[b_1]_c...[b_n]_c]
Last edited: