Page 1 of 1
Calculating definite integral
Posted: Wed May 16, 2007 2:43 am
by kaisellgren
Hi,
I am in need of calculating definite integral in PHP.
Anyone can help me? feyd?
Posted: Wed May 16, 2007 3:35 am
by CoderGoblin
Always hated calculus and never used it once I left college.
phpmath has a method of
approximating a definate integral.. If this doesn't work and if nobody else comes up with anything I guess your going to have to google or write one.
Posted: Wed May 16, 2007 4:21 am
by kaisellgren
Yep I have wrote one that calculates approximate value but it is really approximate and it is a bit slow too if you want more exact values... I'd like to integrate with PHP.
Thanks for the link man, looks interesting site.