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.5 (beta) was released on 2003-11-01 (Changelog)
0.8.0 (stable) was released on 2003-05-16 (Changelog)
  • Package Maintenance Rank: 23 of 181 packages with open bugs
  • Number of open bugs: 1 (9 total bugs)
  • Average age of open bugs: 76 days
  • Oldest open bug: 76 days
  • Number of open feature requests: 1 (2 total feature requests)

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.

This package was designed for PHP 4 and is not assured to work in PHP 5.
» Maintainers » More Information

Dependencies for Math_Matrix