I was wondering if there was any way to have mathematica find the solution to Schrodinger’s equation [(−h^2/2m)(d^2ψ/dx^2) + kx^2ψ=Eψ] for a particle centered at the origin. I keep getting a Tag Plus Protected error when I try to enter and evaluate the equation.
Share
If you type
Mathematica will return
which is the solution keeping in mind that D stands for ParabolicCylinderD and Subscript[c, 1] and Subscript[c, 2] are constant of integration.