Edit
by Bill Meany - 7 years ago (2017-11-22)
I need to compute determinats
Ask clarification
2 Recommendations
This class can perform operations to manipulate matrices
It can take bi-dimensional arrays with numbers as parameters and can perform several types of matrix operations. Currently it can:
- Multiply two matrices
- Divide two matrices by inverting one matrix and multiplying by another
- Invert a matrix
- Add or subtract two matrices
- Transpose a matrix
- Display a matrix in a HTML page
- Check if a matrix is squared
- Find the determinant of a matrix
- Find the adjunct matrix
- Calculate a matrix co-factor
- Calculate a matrix minor
- Solve an equation given two matrices of factors
| by Clement Sam package author 120 - 5 years ago (2019-07-16) Comment
This class will help you with that |
This class can perform math operations with matrices.
It can store the values of a bidimensional matrix taking the initial values from arrays.
The class can also perform math operations with the matrix like addition, subtraction, multiplication, division, determinant, eigen values, inverse, factorizations, decomposition, etc..
| by zinsou A.A.E.Moïse package author 6835 - 7 years ago (2017-11-23) Comment
try this library.But you can also use php lapack library. |