Numerical Methods with php--need help its urgent plzzzzz

I am working with php to solve numerical methods online…i had made one method ie bisection method.
Can any one help me to create Secant method in php…i need a interface which accept input expression then corresponding boundaries (if any) and performs result and show it in the form of table with iterations.

I get stuck…i dont know how to differentiate a function in php…help me guys…its my project

Well, Google is your friend, Google is you buddy… Sorry, had to say that…

I use Google to locate solutions for people on this site every day I log in.

Most of the time it is the wording that throws people off. This time I google searched using:
PHP Secant method

This produced several solutions for your project. The second was a full program which is programmed using “PEAR” which is a a version of PHP. But, seveal of the others had solutions or nearly finished version.

All of them should get you started. If you still have problems post back with questions. Good luck!

Sponsor our Newsletter | Privacy Policy | Terms of Service