PHP Classes
elePHPant
Icontem

PHP Equations: Solve linear, polynomial, trigonometric equations

Recommend this page to a friend!

  Author Author  
Picture of Naveed ur Rehman
Name: Naveed ur Rehman <contact>
Classes: 2 packages by
Country: Pakistan Pakistan
Innovation award
Innovation award
Nominee: 1x

Winner: 1x


  Detailed description   Download Download .zip .tar.gz   Install with Composer Install with Composer  
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.

  Classes of Naveed ur Rehman  >  PHP Equations  >  Download Download .zip .tar.gz  >  Support forum Support forum (6)  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP Equations
Base name: php-equations
Description: Solve linear, polynomial, trigonometric equations
Version: 1.0.0
PHP version: 5.0
License: GNU General Public License (GPL)
 
  Groups   Applications   Related pages   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Math Math related classes. View top rated classes


  Innovation Award  
PHP Programming Innovation award winner
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.

Add link image If you know an application of this package, send a message to the author to add a link here.


  Related pages  
Live demonstration
Try live demonstration and other examples using this class

  Files folder image Files  
File Role Description
Accessible without login Plain text file example.php Example Example how to use
Plain text file phpequations.class.php Class Main class with all methods requireds
Accessible without login Plain text file phpequations.resource.dat Data Resource/data file

Install with Composer Install with Composer - Download Download all files: php-equations.tar.gz php-equations.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.