Differences Between: [Versions 310 and 311] [Versions 39 and 311]
Function code for the matrix determinant() function
Copyright: | Copyright (c) 2018 Mark Baker (https://github.com/MarkBaker/PHPMatrix) |
License: | https://opensource.org/licenses/MIT MIT |
File Size: | 30 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
determinant($matrix) X-Ref |
Returns the determinant of a matrix or an array. param: Matrix|array $matrix Matrix or an array to treat as a matrix. return: float Matrix determinant |