Computational Physics with Maxima or R
Ch. 3 Two Point Boundary Value and Eigenvalue Problems
Ted Woollett
Chapter 3 Topics
- Shooting Methods for 2nd Order ODE's
- Using the R Package bvpSolve
- Mono-Implicit Runge-Kutta R Method bvptwp
- Poisson's Equation
- Wave Equation
Example 3: Schroedinger's Equation
Detailed investigation of energy levels and corresponding wave functions
for the finite rectangular potential well and the Lennard-Jones 6-12 Potential.
Runge-Kutta integration is used for the finite well problem, and the Numerov
method is used for the Lennard-Jones potential problem.
Files for Ch. 3 and Example 3
- --cp3.zip : zip file, Aug. 24, 2015 , Maxima 5.31.2, R 3.0.2
- --cp3.tar.gz : tar.gz file, Aug. 24, 2015 , Maxima 5.31.2, R 3.0.2
- --cp3.pdf : Ch. 3 pdf file, Aug. 24, 2015
- --cp3.tex : Ch. 3 latex file, Aug. 24, 2015
- --cp3.mac : Maxima code for Ch. 3, Aug. 24, 2015, Maxima 5.31.2
- --cp3.R : R code for Ch. 3, Aug. 24, 2015, R 3.0.2
- --example3.pdf : Example 3 pdf file, Schroedinger's Equation, Aug. 24, 2015
- --example3.tex : Example 3 latex file, Schroedinger's Equation, Aug. 24, 2015
- --FW.mac : Maxima code for Finite Rectangular Well, Aug. 24, 2015, Maxima 5.31.2
- --FW.R : R code for Finite Rectangular Well, Aug. 24, 2015, R 3.0.2
- --LJ6-12.mac : Maxima code for Lennard-Jones Potential, Aug. 24, 2015, Maxima 5.31.2
- --LJ6-12.R : R code for Lennard-Jones Potential, Aug. 24, 2015, R 3.0.2