Outer product problem of derac notation

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
7 replies · 3K views
hasanhabibul
Messages
31
Reaction score
0
why |a><b| expresses the projection...how can it be possible on matrix..if we multiply a ket a with a bra b ...we get a product of two matrix(one is a column matrix,an0ther is row matrix)..from where nothing can be realized very clearly..how this multiplication of matrix can give a projection..??
 
Physics news on Phys.org
hasanhabibul said:
why |a><b| expresses the projection...how can it be possible on matrix..if we multiply a ket a with a bra b ...we get a product of two matrix(one is a column matrix,an0ther is row matrix)..from where nothing can be realized very clearly..how this multiplication of matrix can give a projection..??
Think of the ket as a column vector, and the bra as a row vector.
So braket gives a scalar, but ketbra gives a square matrix.
 
I know ket bra is a square matrix...but what is the especiality of this squar matrix??how it expresses projection.
 
pleasez i know those..but i want the matrix format..if |A>=a
b
c
and <B|={d,e,f}. now perform a matrix multiplication this two matrix..and it will give u a result.and how this odd looking matrix express the projection..that was my question.
 
Look at it in a basis where |a> is a basis state
[tex]|a\rangle =\begin{pmatrix} 1\\0\\0\end{pmatrix}[/tex]
then the matrix |a><a| will be
[tex]|a\rangle\langle a|=\begin{pmatrix} 1 & 0 & 0\\ 0 & 0 & 0\\ 0 & 0 & 0\end{pmatrix}[/tex]
acting with this on any vector
[tex]|b\rangle=\begin{pmatrix} c\\ d\\ e\end{pmatrix}[/tex]
will give you just

[tex](|a\rangle\langle a|)|b\rangle=\begin{pmatrix} c \\ 0 \\ 0 \end{pmatrix}=\langle a| b\rangle |a\rangle[/tex]

Does this help?