Skip to content
Snippets Groups Projects
Commit 15c24e0f authored by Michael Wimmer's avatar Michael Wimmer
Browse files

write down initial and boundary conditions separately

parent 524e9fb4
No related branches found
No related tags found
No related merge requests found
Pipeline #82999 passed
......@@ -271,8 +271,9 @@ arise from the time derivative and likewise at least one from the spatial
derivative.
For the Schrödinger equation, we could supply the initial conditions
$$\psi(x,0)=\psi_0(x) \& \psi(0,t) = \psi(L, t) = 0 \text{for all $t$}.$$
$$\psi(x,0)=\psi_0(x)$$
together with the boundary conditions
$$\psi(0,t) = \psi(L, t) = 0 \text{for all $t$}.$$
This particular set of boundary conditions corresponds to a particle in a box,
a situation which is used as the base model for many derivations in quantum
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment