The number of rows in this matrix.
The number of columns in this matrix.
Get the determinant of this matrix.
Get the Frobenius norm of this matrix.
Add two matrices of the same size.
The other matrix.
The sum of the matrices.
Calculate the adjugate of this matrix.
The adjugate of this matrix.
Create a copy of this matrix.
A copy of this matrix.
Copy the values of another matrix into this one.
The matrix to copy.
This matrix.
Determine whether or not this matrix is roughly equivalent to another.
The other matrix.
Whether the matrices are equivalent.
Determine whether or not this matrix is exactly equivalent to another.
The other matrix.
Whether the matrices are equivalent.
Invert this matrix.
The inverted matrix.
Multiply this matrix by another.
The other matrix.
The product of the matrices.
Multiply this matrix by a scalar value.
The scalar value.
The product of the matrix and the scalar value.
Add this matrix to another after multiplying the other by a scalar.
The other matrix.
The scalar.
The sum.
Subtract another matrix from this one.
The other matrix.
The difference between the matrices.
Transpose this matrix.
The transpose of this matrix.
A matrix with the same number of rows and columns.
See
Square matrix