Finding the transformation matrix between two bases

  • Thread starter Thread starter Shackleford
  • Start date Start date
  • Tags Tags
    Transformation
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
7 replies · 2K views
Shackleford
Messages
1,649
Reaction score
2
I'm not exactly sure how to find the transformation. The professor wrote something different in class. I know [T]α is what you multiply with the "new" basis to get the transformation of the components of the "original" basis. In this case, it's simply still alpha.

http://i111.photobucket.com/albums/n149/camarolt4z28/IMG_20110615_211957.jpg

http://i111.photobucket.com/albums/n149/camarolt4z28/IMG_20110615_204346.jpg
 
Last edited by a moderator:
Physics news on Phys.org
so guessing here, and abusing a little notation but hopefully it helps..

for a given matrix A you should able to write in the alpha basis:
[tex]A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} <br /> = q\vec{\alpha}_1+pq\vec{\alpha}_2+rq\vec{\alpha}_3+sq\vec{\alpha}_3 = \begin{pmatrix} p \\ q \\ r \\ s \end{pmatrix}_{\alpha}[/tex]

then apply the T transform which is already written in the alpha basis
 
to further understand the alpha basis, note that you could consider A expressed in the standard basis, call it s, and write
[tex]A = \begin{pmatrix} a & b \\ c & d \end{pmatrix} <br /> = a\begin{pmatrix} 1 & 0 \\ 0 & 0 \end{pmatrix} <br /> +b\begin{pmatrix} 0 & 1 \\ 0 & 0 \end{pmatrix} <br /> +c\begin{pmatrix} 0 & 0 \\ 1 & 0 \end{pmatrix} <br /> +d\begin{pmatrix} 0 & 0 \\ 0 & 1 \end{pmatrix} = \begin{pmatrix} a \\ b \\ c \\ d \end{pmatrix}_s[/tex]
 
Shackleford said:
That's not the alpha basis. It's not the standard basis.

what's not the alpha basis?

you need to solve for q,p,r,s which give the components in the alpha basis
 
the way i read it (open to interp):
- the components of A in the standard basis are given
- the components of the operator T in the alpha basis is given

so i think you need to express A in the alpha basis, or express T in the standard basis