New Reply

need help with numerical integration

 
Share Thread Thread Tools
Jan23-12, 08:29 AM   #1
 

need help with numerical integration


Would any one please suggest the best numerical method for integrating complicated integrands and singular functions? I find that Gauss quadratures are suggested by many references but I can't find a method to obtain the abscissas and weights for a general function.
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jan23-12, 07:03 PM   #2
 
Recognitions:
Homework Helper Homework Help
Quote by Rositta View Post
Would any one please suggest the best numerical method for integrating complicated integrands and singular functions? I find that Gauss quadratures are suggested by many references but I can't find a method to obtain the abscissas and weights for a general function.
Welcome to PF, Rositta!

My book "Numerical Recipes for C" has a chapter on integration and in particular a paragraph on the integration of improper integrals.

As I understand it, you need to find out where the singularities are, so you can calculate open-ended integrations of the sections between the singularities.
 
Jan23-12, 07:51 PM   #3
 
Recognitions:
Gold Membership Gold Member
Quote by I like Serena View Post
Welcome to PF, Rositta!

My book "Numerical Recipes for C" has a chapter on integration and in particular a paragraph on the integration of improper integrals.

As I understand it, you need to find out where the singularities are, so you can calculate open-ended integrations of the sections between the singularities.
Hi I like Serena Do you have a link to this? I am having no problem finding "Numerical Recipes in C" but not so much "for C" or is that what you meant?
 
Jan24-12, 12:06 PM   #4
 
Recognitions:
Homework Helper Homework Help

need help with numerical integration


Quote by Saladsamurai View Post
Hi I like Serena. Do you have a link to this? I am having no problem finding "Numerical Recipes in C" but not so much "for C" or is that what you meant?
Yep. That's what I meant.
Their website is here:
http://www.nr.com/
 
Feb17-12, 04:52 AM   #5
 
Thaks all
 
New Reply
Thread Tools


Similar Threads for: need help with numerical integration
Thread Forum Replies
numerical integration Calculus 2
Numerical Integration Math & Science Software 3
numerical analysis (composite numerical integration) Engineering, Comp Sci, & Technology Homework 9
Need help with numerical integration Calculus 1
help with numerical integration General Math 10