Prev: | determinant ( matrix -- determinant ) |
Next: | m*1/det ( matrix -- matrix' ) |
matrix | a square-matrix |
1/det | a number |
• | This word is intended for use with "flat" (2-dimensional) matrices. |
• | This word assumes that elements of the input matrix are compatible with the following words: determinant ( matrix -- determinant ) recip ( x -- y ) |