How to interpret wave function as a matrix

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 5K views
Black Integra
Messages
56
Reaction score
0
As we all know, we can write Schrödinger equation in Linear algebraic form.
Also, Dirac had introduced his matrix mechanics.
And we can write any linear operator as matrix.
and so on...

How can we write wave function as matrix?
What is the dimension of this matrix?
 
Physics news on Phys.org
Black Integra said:
As we all know, we can write Schrödinger equation in Linear algebraic form.
Also, Dirac had introduced his matrix mechanics.
And we can write any linear operator as matrix.
and so on...

How can we write wave function as matrix?
What is the dimension of this matrix?
[itex]\infty\times 1[/itex]. You can write [itex]\psi=\sum_{k=1}^\infty a_k e_k[/itex], where the [itex]e_k[/itex] are basis vectors. The "matrix" of components of [itex]\psi[/itex] relative to the ordered basis [itex]\langle e_i\rangle_{k=1}^\infty[/itex] is [tex]\begin{pmatrix}a_1\\ a_2\\ \vdots\end{pmatrix}[/tex]
 
Thank you for your reply.
but if the dimension is inf how can I apply this to, for example, http://en.wikipedia.org/wiki/Dirac_equation" , where the dimension of its operator is 4x4.
 
Last edited by a moderator:
Black Integra said:
Thank you for your reply.
but if the dimension is inf how can I apply this to, for example, http://en.wikipedia.org/wiki/Dirac_equation" , where the dimension of its operator is 4x4.
You wouldn't. If you're talking about a theory in which a solution to the classical Dirac equation is considered an ([itex]\mathbb R^4[/itex]-valued) wavefunction, then you could write [tex]\psi=\sum_{\mu=0}^3\sum_{k=1}^\infty a^\mu_k e_\mu u_k[/tex] where the [itex]e_\mu[/itex] are the standard basis vectors for the space of 4×1 matrices, and the [itex]u_k[/itex] are members of an orthonormal basis for the space of square-integrable functions. I suppose you could arrange the [itex]a^\mu_k[/itex] into another infinite column matrix if you want to, but I think that would be a rather pointless thing to do.

Anyway, the theory that interprets a classical Dirac field as a wavefunction is obsolete. The Dirac equation is still used in quantum field theory, but now the Dirac field (the solution to the equation) isn't a wavefunction. It's an operator.
 
Last edited by a moderator:
Wow, that's very interesting.
Thanks for those information!