I came across this notation in a question. Where a and b are column vectors. What does it mean? To me, it looks like an inner product but it is separated by a pipeline instead of a comma.
Asked
Active
Viewed 59 times
3 Answers
3
This looks like the bra-ket notation from Quantum Mechanics.
The connection between $\langle a |$ and $|a\rangle$ is that one is the conjugate transpose of the other.
For example, if $\displaystyle{ |a\rangle = \left(\begin{array}{c} 2-\mathrm i \\ 4+3\mathrm i\end{array}\right)}$ then $\langle a| = (2+\mathrm i,4-3\mathrm i)$.
That way, the Hermitian product of $\langle a|$ and $\langle b |$ is given by $\langle a||b\rangle$ which is written as $\langle a|b\rangle$.
The dagger notation for the conjugate transpose is common: $\langle a|^{\dagger} = |a\rangle$.
Fly by Night
- 32,272
2
It is an inner product, in the "bra-ket" notation common in quantum mechanics. $|b\rangle$ denotes a vector ("ket"), and $\langle a|$ is a functional ("bra").
Alon Amit
- 15,591