5.10 Matrices and linear algebra

Commutator is defined as[M,N]=MNNM Where N,M are matrices.

Anti-commutator is when[M,N]+=MN+NM Two matrices commute means MNNM=0. Matrices that commute share an eigenbasis.

Properties of commutators[A+B,C]=[A,C]+[B,C][A,B+C]=[A,B]+[B,C][A,A]=0[A2,B]=A[A,B]+[A,B]A[AB,C]=A[B,C]+[A,C]B[A,BC]=[A,B]C+B[A,C]

Matrices are generally noncommutative. i.e.  MNNM Matrix InverseA1=1|A|AcT Where Ac is the cofactor matrix.

Matrix inverse satisfiesA1A=I=AA1 Matrix adjoint is same as Transpose for real matrix. If Matrix is complex, then Matrix adjoint does conjugate in addition to transposing. This is also called dagger.Aij=Aji So dagger is just transpose but for complex, we also do conjugate after transposing. That is all.

If Aij=Aji then matrix is symmetric. If Aij=Aji then antisymmetric.

Hermitian matrix is one which A=A. If A=A then it is antiHermitian.

Any real symmetric matrix is always Hermitian. But for complex matrix, non-symmetric can still be Hermitian. An example is (1ii2).

Unitary matrix Is one whose dagger is same as  its inverse. i.e. A=A1AA=I

Remember, dagger is just transpose followed by conjugate if complex. Example of unitary matrix is 12(1ii1). Determinant of a unitrary matrix must be complex number whose magnitude is 1.

Also |Av|=|v| if A is unitary. This means A maps vector of some norm, to vector which must have same length as the original vector.

A unitary operator looks the same in any basis.

Orthogonal matrix One which satisfies AAT=IATA=IA1=AT

commute means [MN]=MNNM. Also [MN]+=(0000).

Another property is that det(αi)=1. Since they are Hermitian and unitary, then αi1=αi.

If H is Hermitian, then U=eiH is unitary.

When moving a number out of a BRA, make sure to complex conjugate it. For example 3v1|v2=3v1|v2. But for the ket, no need to. For example v1|3v2=3v1|v2

item f|Ω|g=(Ω|g)|f=g|Ω|f

item when moving operator from ket to bra, remember to dagger it. u|Tv=Tu|v

item  if given set of vectors and asked to show L.I., then set up Ax=0 system, and check |A|. If determinant is zero, then there exist non-trivial solution, which means Linearly dependent. Otherwise, L.I.

item if given A, then to represent it in say basis ei, we say Aki(e)=ek,Aei=ek|A|ei. i.e A1,1=e1,Ae1 and A1,2=e1,Ae2 and so on.