Linear transformation and its matrix

lukaszh
Messages
32
Reaction score
0
Hello everybody,
I have a problem. There is a linear trasformation \xi:\mathbb{R}^2\mapsto\mathbb{R}^2 and:
\xi\begin{pmatrix}3\\1\end{pmatrix}=\begin{pmatrix}2\\-4\end{pmatrix}
\xi\begin{pmatrix}1\\1\end{pmatrix}=\begin{pmatrix}0\\2\end{pmatrix}
How to find a matrix for this linear transformation for basis \mathcal{B}=\left\{\begin{pmatrix}1\\2\end{pmatrix},\begin{pmatrix}2\\1\end{pmatrix}\right\}

Thank you so much :-)
 
Physics news on Phys.org
There are a number of ways to do this. What have you tried so far? In general if you have a finite dimensional vector space V with a basis \{ e_{1},e_{2},...,e_{n}\} the components of a linear transformation T:V\rightarrow V are uniquely determined by Te_{i}=T^{j}_{i}e_{j} where the sum over j from 1 to n is implied. Furthermore, if you have a second basis \{f_1,f_2,...,f_n\} then the new and old basis vectors are related through e_{i}=A^{j}_{i}f_{j}.
 
lukaszh said:
Hello everybody,
I have a problem. There is a linear trasformation \xi:\mathbb{R}^2\mapsto\mathbb{R}^2 and:
\xi\begin{pmatrix}3\\1\end{pmatrix}=\begin{pmatrix}2\\-4\end{pmatrix}
\xi\begin{pmatrix}1\\1\end{pmatrix}=\begin{pmatrix}0\\2\end{pmatrix}
How to find a matrix for this linear transformation for basis \mathcal{B}=\left\{\begin{pmatrix}1\\2\end{pmatrix},\begin{pmatrix}2\\1\end{pmatrix}\right\}

Thank you so much :-)
Write each of the vectors in B in terms of the first basis, <3, 1>, and <1, 1>, so that you can apply the linear transformation to them. For example, <1, 2>= a<3, 1>+ b<1, 1>= <3a+ b, a+ b>. 3a+ b= 1, a+ b= 2. Subtracting the second equation from the first, 2a= -1 so a= -1/2. Then b= 5/2: <1, 2>= (-1/2)<3,1>+ (5/2)<1, 1>. Applying the \xi to that, \xi<1, 2>= (-1/2)\xi<3,1>+ (5/2)\xi<1,1>= (-1/2)<2, -4>+ (5/2)<0, 2>= <-1, 1>. Now write that in terms of <1, 2> and <2, 1>: <-1, 1>= a<1, 2>+ b<2, 1>= <a+ 2b, 2a+ b>. a+ 2b= -1 and 2a+ b= 1. Subtracting twice the first equation from the second, -3b= 3 so b= -1. Then a= 1. \xi<1, 2>= (1)<1, 2>+ (-1)<2, 1> so the first column of the matrix representing \xi in this basis is [1 -1].

Do the same with <2, 1> to find the second column.
 
Thank you both very much :-)
 
##\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