(is-identity? matrix)Check if matrix is identity.
Check if matrix is identity.
(matrix-rank matrix)Number of linearly independent rows.
Number of linearly independent rows.
(pivot-positions matrix)Map of {row: pivot-column}.
Map of {row: pivot-column}.
(rref matrix)Reduced Row Echelon Form.
Returns [rref-matrix rank pivots]. pivots = {row-index: pivot-column-index}
Reduced Row Echelon Form.
Returns [rref-matrix rank pivots].
pivots = {row-index: pivot-column-index}cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |