[index] Algebra::MatrixAlgebraTriplet / Algebra::MatrixAlgebraQuint
(Class of Triplet of matrices)
This is the class of the matrix and the records of the right and left elementary diformations on it. There is a subclass of the quintet of matrices (Algebra::MatrixAlgebraQuint).
:new(matrix[, left[, right]])bodyleftrightto_a[body, left, right].to_aryduptransposeReturns the transpose of self. Same as
[type.new(body.transpose, right.transpose, left.transpose].
replace(other)display[i, j](i, j).rsizecsizeeach_ieach_jrow!(i)sswap_r!(i, j)swap_r!(i, j)swap_c!(i, j)multiply_r!(i, c)multiply_c!(j, c)divide_r!(i, c)divide_c!(j, c)mix_r!(i, j[, c])mix_c!(i, j[, c])left_eliminate!(Class of Quintet of matrices)
This is the class of the matrix and the records of the right and left elementary diformations on it and the reverses of them. There is a superclass of the triplet of matrices (Algebra::MatrixAlgebraTriplet).
leftirightito_a[body, left, right, lefti, righti].