Ruby 2.3.0 リファレンスマニュアル > ライブラリ一覧 > matrixライブラリ > Matrix::LUPDecompositionクラス > det
det -> Numeric
determinant -> Numeric
元の行列の行列式の値を返します。 LUP 分解の結果を利用して計算します。
[SEE_ALSO] Matrix#determinant