Tagged Questions

5
votes
4answers
1k views

How to do numerical integration with quantum harmonic oscillator wavefunction?

How to do numerical integration (what numerical method, and what tricks to use) for one-dimensional integration over infinite range, where one or more functions in the integrand are 1d quantum ...
0
votes
2answers
169 views

Modifying C implementation of rk4 method

My problem is, frankly, that I'm unsure how this works. I need to modify the double f() function to solve an arbitrary differential equation d2θ/dt2 = −ω2sinθ, but as it is I am unsure how to ...