rayveldkamp said:
what matrix are we referring to here?
Let's take for example a matrix M
M = \left( \begin{array}{cc}<br />
a & b \\<br />
c & d \\<br />
\end{array} \right)
Often the matrix is just denoted as M_{lm},
with M_{11} = a, M_{12} = b, M_{21} = c and M_{22} = d.
(l=1 or 2, m=1 or 2)
Now what's a matrix of an operator in QM?
The matrix is just defined as
A_{lm} = \langle \Phi_{l}|\hat{A}|\Phi_{m} \rangle
So if someone asks you to write down the matrix representation
of the operator \hat{A}, you just have to calculate the matrix elements A_{lm} from above and then write them in a matrix form,
for example:
A_{lm} = \left( \begin{array}{cc}<br />
\langle \Phi_{1}|\hat{A}|\Phi_{1} \rangle & \langle \Phi_{1}|\hat{A}|\Phi_{2} \rangle \\<br />
\langle \Phi_{2}|\hat{A}|\Phi_{1} \rangle & \langle \Phi_{2}|\hat{A}|\Phi_{2} \rangle \\<br />
\end{array} \right)
EXAMPLE:
An example is the matrix form of the \hat{S}_{z} operator, which describes a spin easurement along the z-axis. You surely have heard of the Pauli spin matrices. (Try to calculate the matrix representation forS_{z} or look it up in the Quantum Mechanics book by Cohen Tannoudji, where I found it well described).
rayveldkamp said:
So the density operater describes the probabilities of certain states, how is this related to the density matrix, and what is it exactly?
The density matrix is the matrix form of the density operator, namely
\rho_{lm} = \langle \Phi_{l}|\hat{\rho}|\Phi_{m} \rangle
rayveldkamp said:
In lectures it's been mentioned that trace is the same as summing the diagonal elements of a matrix
We know that
B_{lm} = \langle \Psi_{l}| \hat{B} |\Psi_{m} \rangle
What's B_{ii}?
Answer: B_{ii} = \langle \Psi_{i}| \hat{B} |\Psi_{i} \rangle
Next step:
The definition of the trace of an operator \hat{B}
is:
Tr(\hat{B}) = \sum_{i=1}^{N} \langle \Psi_{i}| \hat{B} |\Psi_{i} \rangle
From this it follows:
Tr(\hat{B}) = \sum_{i=1}^{N} B_{ii}
What's \sum_{i=1}^{N} B_{ii} ?
Well, it's the
the sum of the diagonal elements, namely B_{11} + B_{22} + B_{33} ...
Therefore taking the trace means summing up the diagonal elements.