Transforming Operators with Matrix P

In summary, the conversation discusses the use of transformation matrices to change operators from one basis to another. The change of basis matrix is given by a combination of scalars and the unitary transformation matrix is used to change operators between two bases. In some cases, the transpose of the transformation matrix can be used instead of the inverse, but this is a special case.
  • #1
Qubix
82
1
I have two possible bases (a,b) and (a',b'). If I also have the transformation matrix P, such that
P(a,b)=(a',b'), am I correct in assuming that I can change an operator A, from the (a,b) basis to the (a',b') basis by applying

A' = P_transposed * A * P ?
 
Physics news on Phys.org
  • #2
Since ##(a',b')## is a basis we can write ##a = c_1a' + c_2b'## for some scalars ##c_1, c_2##.
Similarly, ##b = d_1a' + d_2b'##. The the change of basis matrix, ##P##, from ##(a,b)## to ##(a', b')## is given by:

##P = \left( \begin{array}{cc}
c_1 & d_1 \\
c_2 & d_2 \\ \end{array} \right) ##.

Then ## A' = PAP^{-1} ##.

There are times when you can get away with using the transpose instead of the inverse, but that is only when the transpose is actually equal to the inverse. This is a very special case.
 
  • #3
So considering I have two bases (a,b) and (a', b'), with

a' = 1/sqr(2) ( a + b)
b' = 1/sqr(2) (a - b)

am I correct in saying that the unitary transformation between them is

U = 1/sqr(2) ## \left( \begin{array}{cc}
1 & 1 \\
1 & -1 \\ \end{array} \right) ##. ?

and then

Then ## A' = UAU^{-1} ##.
 
  • #4
Qubix said:
So considering I have two bases (a,b) and (a', b'), with

a' = 1/sqr(2) ( a + b)
b' = 1/sqr(2) (a - b)

am I correct in saying that the unitary transformation between them is

U = 1/sqr(2) ## \left( \begin{array}{cc}
1 & 1 \\
1 & -1 \\ \end{array} \right) ##. ?

and then

Then ## A' = UAU^{-1} ##.

That looks great. In this case, not only is ##U^T = U^{-1}##. But you have that both of those are ##U## itself.
 

1. What is the purpose of transforming operators with matrix P?

The purpose of transforming operators with matrix P is to change the basis in which a linear transformation is represented. This can make calculations and analysis of the transformation easier and more efficient.

2. How do you transform an operator with matrix P?

To transform an operator with matrix P, you first need to determine the matrix representation of the operator in the original basis. Then, you multiply this matrix by the matrix P, which represents the transformation between the original basis and the new basis. The result is the matrix representation of the operator in the new basis.

3. What are the benefits of transforming operators with matrix P?

Transforming operators with matrix P can simplify calculations and analysis by changing the basis to one that is more convenient. It can also help identify patterns and relationships between different operators and their representations in different bases.

4. Can any operator be transformed with matrix P?

Yes, any linear operator can be transformed with matrix P as long as the dimensions of the original and new bases are the same. This includes operators in vector spaces such as 2D and 3D space, as well as operators in more abstract vector spaces like function spaces.

5. How does matrix P relate to eigenvectors and eigenvalues?

Matrix P is used to transform an operator into a new basis, and the eigenvectors and eigenvalues of the original operator will still be valid for the transformed operator. This means that the transformed operator will have the same eigenvectors and eigenvalues as the original operator, but represented in the new basis.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
64
  • Calculus and Beyond Homework Help
Replies
3
Views
310
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
789
  • Calculus and Beyond Homework Help
Replies
5
Views
875
  • Calculus and Beyond Homework Help
Replies
17
Views
971
  • Calculus and Beyond Homework Help
Replies
6
Views
953
  • Calculus and Beyond Homework Help
Replies
24
Views
783
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Back
Top