Numerical Integration of Equation

strokebow
Messages
122
Reaction score
0
Hi guys,

I am looking to integrate the attached equation using C++.

I was wondering if you could tell me what type of equation it is, and if you could recommend an algorithm to use to solve this (and why)?

I need to use this for 100's of points (m,n) on a grid so a fastish algorithm would be preferred.

Please see attached equation. Your advice and help is much appreciated.
 

Attachments

  • temp.jpg
    temp.jpg
    10.6 KB · Views: 496
Physics news on Phys.org
don't know about no algorithm, but solving it with a computer seems very straightforward.
 
What is i in the expression?
Is it a positive integer or the imaginary number √-1 ?
 
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...
Back
Top