MHB Solving the Matrix Transformation: $B \to C$

evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

Let $B=(b_1, b_2)$, $C=(c_1, c_2)$ basis of $\mathbb{R}^2$ and $L$ operator of $\mathbb{R}^2$, the matrix as for $B$ of which is $\begin{pmatrix}
2 & 2\\
1 & 0
\end{pmatrix}$. If $b_1=c_1+2c_2+b_2=c_1+3c_2$ and $A=\begin{pmatrix}
a_{11} & a_{12}\\
a_{21} & a_{22}
\end{pmatrix}$ the matrix of $L$ as for the basis $C$, what does the number $2a_{11}+3a_{12}+a_{21}+3a_{22}$ equal to? (Thinking)

In order to find the desired quantity, do we use the fact that the composition of C with $\begin{pmatrix}
2 & 2\\
1 & 0
\end{pmatrix}$ is equal to $A$ ? But how do we express the composition mathematically? We cannot multiply $C$ by the matrix, since the dimensions do not agree... (Worried)

Or am I somewhere wrong? (Thinking)
 
Physics news on Phys.org
evinda said:
Hello! (Wave)

Let $B=(b_1, b_2)$, $C=(c_1, c_2)$ basis of $\mathbb{R}^2$ and $L$ operator of $\mathbb{R}^2$, the matrix as for $B$ of which is $\begin{pmatrix}
2 & 2\\
1 & 0
\end{pmatrix}$. If $b_1=c_1+2c_2+b_2=c_1+3c_2$
Do you mean $b_1= c_1+ 3c_2$ and $b_2= c_1+ 3c_2$?

and $A=\begin{pmatrix}
a_{11} & a_{12}\\
a_{21} & a_{22}
\end{pmatrix}$ the matrix of $L$ as for the basis $C$, what does the number $2a_{11}+3a_{12}+a_{21}+3a_{22}$ equal to? (Thinking)

In order to find the desired quantity, do we use the fact that the composition of C with $\begin{pmatrix}
2 & 2\\
1 & 0
\end{pmatrix}$ is equal to $A$ ? But how do we express the composition mathematically? We cannot multiply $C$ by the matrix, since the dimensions do not agree... (Worried)

Or am I somewhere wrong? (Thinking)
Perhaps you are confused as to what $C$ is. C is the pair of 2-vectors $c_1$ and $c_2$ so we certainly can multiply each by the 2 by 2 matrix A. Or we can represent C itself as a 2 by 2 matrix with $c_1$ and $c_2$ as columns and multiply that matrix by A.

To write a linear operator in a given ordered basis, apply the linear operator to each base vector in turn and use the result (again written as a linear combination of the basis vectors) as columns.

So how do we apply A to $c_1$? From $b_1= c_1+ 2c_2$ and $b_2= c_1+ 3c_2$, subtracting eliminates $c_1$ and gives $c_2= b_2- b_1$. Then $b_1= c_1+ 2c_2= c_1+ 2(b_2- b_1)= c_1+ 2b_2- 2b_1$ so $c_1= b_1- 2b_2+ 2b_1= 3b_1- 2b_2$.

So $Ac_1= A(3b_1- 2b_2)= 3Ab_1- 2Ab_2$. But $Ab_1$ is just the first column of the matrix form for A in basis B: $Ab_1= \begin{pmatrix}2 \\ 1 \end{pmatrix}$. Similarly, $Ab_2$ is the second column: $Ab_2= \begin{pmatrix}2 \\ 0 \end{pmatrix}$. Then $Ac_1= 3\begin{pmatrix}2 \\ 1\end{pmatrix}- 2\begin{pmatrix}2 \\ 0 \end{pmatrix}= \begin{pmatrix}2 \\ 3\end{pmatrix}$.

And $Ac_2= A(b_2- b_1)= Ab_2- Ab_1= \begin{pmatrix}2 \\ 0 \end{pmatrix}- \begin{pmatrix}2 \\ 1 \end{pmatrix}= \begin{pmatrix}0 \\ -1\end{pmatrix}$.

Finally, linear operator A, represented as a matrix in basis C, is the matrix having those vectors as columns:
$\begin{pmatrix}2 & 0 \\ 3 & -1 \end{pmatrix}$.
 
##\textbf{Exercise 10}:## I came across the following solution online: Questions: 1. When the author states in "that ring (not sure if he is referring to ##R## or ##R/\mathfrak{p}##, but I am guessing the later) ##x_n x_{n+1}=0## for all odd $n$ and ##x_{n+1}## is invertible, so that ##x_n=0##" 2. How does ##x_nx_{n+1}=0## implies that ##x_{n+1}## is invertible and ##x_n=0##. I mean if the quotient ring ##R/\mathfrak{p}## is an integral domain, and ##x_{n+1}## is invertible then...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...

Similar threads

Back
Top