-
This class can be used to solve cubic equations. It takes the values of the coefficients and determines the roots of the cubic equation. Requirement: PHP 5.0 or Higher
-
This package can be used to evaluate and render polynomial equations.It can take an array of coefficients of a polynomial equation and can evaluate it for a given x value.It can also generate HTML to render the equation in a Web page.
-
Quadratic Equation Solver takes as parameters the coefficients a, b and c and the precision of the root values. The quadratic equation roots are calculated returned in an array. Requirements: PHP 5.0 or higher
-
Equation Operating System does not resort to the PHP eval() function to help prevent security risks of using malicious expression values for instance with a calculator that takes expressions defined by the users.Equation Operating System comes with a sub-class that can produce graphic charts plotting the curve defined by the equation expression withing a given range of x and y ...
-
bNewton Newton's binomial theorem to solve and to display equations. It can determine the binomial coefficients and show an equivalent equation.You can use bNewton to get result to binomial number too.


