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