Provides the identity matrix or a matrix with the given dimensions.
Generates the product of two matrices.
Produces the inverse of a matrix represented by an array.
Calculates the determinant of a matrix from an array.
Generates a unit matrix with specified dimensions.
Calculates the product of two matrices defined as arrays or ranges.
Calculates the multiplicative inverse of a specified square matrix, provided as an array or range.