Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Matrix artihmetic in PHP? [closed]

Tags:

php

matrix

Does anyone know of a PHP library that handles matrix multiplication, inversion, etc.?

like image 349
Ben Avatar asked Jan 09 '09 15:01

Ben


1 Answers

You could try the Math_Matrix library. I haven't used it, but it seems to be fairly comprehensive, going beyond simple matrix arithmetic to also include things like calculating the determinant or solving systems of equations.

like image 133
Tony Avatar answered Sep 30 '22 04:09

Tony