Linear Algebra and the C Language/a06x
Appearance
Some properties
[edit | edit source]
- det_R(A) = 1 / det_R(InvA)
- det_R(s A) = (s**r) det_R(A) .... (Multiply a matrix by s)
- det_R(B) = s det_R(A) .............. (Multiply a column by s)
- det_R(B) = s det_R(A) .............. (Multiply a row by s)
- det_R(B) = - det_R(A) .............. (Swap two columns)
- det_R(B) = - det_R(A) .............. (Swap two rows)