Top Level :: Math

Package Information: Math_Matrix

This package is not maintained, if you would like to take over please go to this page.
» Summary » License
Class to represent matrices and matrix operations PHP
» Current Release » Bug Summary
0.8.7 (beta) was released on 2010-10-05 (Changelog)
Easy Install

Not sure? Get more info.

pear install Math_Matrix

Pyrus Install

Try PEAR2's installer, Pyrus.

php pyrus.phar install pear/Math_Matrix


0.8.0 (stable) was released on 2003-05-16 (Changelog)
  • Package Maintenance Rank: 14 of 189 packages with open bugs
  • Number of open bugs: 1 (10 total bugs)
  • Average age of open bugs: 84 days
  • Oldest open bug: 84 days

Report a new bug to Math_Matrix
» Description
Matrices are represented as 2 dimensional arrays of numbers.
This class defines methods for matrix objects, as well as static methods
to read, write and manipulate matrices, including methods to solve systems
of linear equations (with and without iterative error correction).
Requires the Math_Vector package.
For running the unit tests you will need PHPUnit version 0.6.2 or older.
» Maintainers » More Information

Dependencies for Math_Matrix