Calculating definite integral

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Calculating definite integral

Post by kaisellgren »

Hi,

I am in need of calculating definite integral in PHP.

Anyone can help me? feyd?
User avatar
CoderGoblin
DevNet Resident
Posts: 1425
Joined: Tue Mar 16, 2004 10:03 am
Location: Aachen, Germany

Post 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.
User avatar
kaisellgren
DevNet Resident
Posts: 1675
Joined: Sat Jan 07, 2006 5:52 am
Location: Lahti, Finland.

Post 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.
Post Reply