I'm studying for a linear algebra test and I'm really stuck on changing basis or finding transformation vectors with respect to other basis and all of that. I've read so many guides and done so many problems, but the concepts won't stick. I feel like this link:
https://math.dartmouth.edu/archive/m24w07/public_html/Lecture12.pdf
is really good, but I don't understand the material. Everything makes sense up to slide five, where they write:
Suppose now that we choose as a basis for $V = \Bbb{R}^3$ the set $$B = \{ (1,0,0), (1,1,0), (1,1,1,)\}.$$
Then the coordinate vector of an element $(a_1, a_2, a_3)$ is: $$(a_1 - a_2,a_2 - a_3, a_{3})$$
How did they get that coordinate vector?
$(a_1-a_2)(1,0,0)+(a_2-a_3)(1,1,0)+a_3(1,1,1)=(a_1,a_2,a_3)$
Edit: how you would actually figure this out is to solve $c_1(1,0,0)+c_2(1,1,0)+c_3(1,1,1)=(a_1,a_2,a_3)$
Edit 2: to answer your question, how they came up with the matrix for $T$. You have three things you know. First, $Tb_1=T[1,0,0]^t=(3,1,1)$. Second, $Tb_2=T[0,1,0]^t=(4,1,1)$. Third, $Tb_3=T[0,0,1]^t=(4,2,0)$. Then you have 9 equations, 9 unknowns. Simply checking here should be good enough.