Jump to content

[SOLVED] Integration


ninedoors

Recommended Posts

I am looking for a php class that has been designed to deal with integrals and the integration process.  I was looking at this board a couple of weeks ago and remember seeing a post which had a link to phpclasses website.  I followed the link and the class there would be eacatly what I needed.  Of course now when I went to phpclasses myself I couldn't find it.  Does anyone know where I might find a class or tutorial on the best way to use php to integral a given function?  Any help would be appreciated.

 

Nick 

Link to comment
https://forums.phpfreaks.com/topic/102150-solved-integration/
Share on other sites

I am trying to do symbolic integration.  For my purposes right now the function will always be the same except changing the constants in the equation.  I guess I will have to remember how to integrate multiple functions again.  It's been a couple years since college so hopefully it all comes back to me.  Thanks for the response.

 

Nick

Link to comment
https://forums.phpfreaks.com/topic/102150-solved-integration/#findComment-522884
Share on other sites

I figured a way around actually integrating.  Just split the area into 1000 pieces calculated the function at each and added together (like we are taught before calculus).  I guess you could say that I integrated.  Thanks for the help anyways.

 

Nick

Link to comment
https://forums.phpfreaks.com/topic/102150-solved-integration/#findComment-523872
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.