adjugate -> MatrixRuby 2.2.0 から[permalink][rdoc][edit]-
余因子行列を返します。
例require 'matrix' p Matrix[[7,6],[3,9]].adjugate # => Matrix[[9, -6], [-3, 7]]- [EXCEPTION]
ExceptionForMatrix::ErrDimensionMismatch: - 行列が正方でない場合に発生します。
[SEE_ALSO] Matrix#cofactor
- [EXCEPTION]