This class can solve linear, polynomial, trigonometric equations.
It takes string with one or more equations and parses the string to solve the equations.
The class can find the solutions linear, polynomial and trigonometric mathematical equations.
The solutions are returned as an associative array that tells the values of each equation variable.
The class uses a variation of Newton's method with a special technique, called Blocking, to maximize speed by reducing a large problem into smaller problems with less variables.
The limit of time running the algorithm, the number of variables, the number of iterations and the iteration step are configurable parameters.
July 2013
Winner
Prize: One copy of the Zend Studio |
There are several types of equations that are not very easy to solve by humans.
This class implements a solution to solve several types of equations with great speed by reducing large problems into smaller ones.
Manuel Lemos |
|
Applications that use this package |
|
No pages of applications that use this class were specified.
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|