Last Updated 10/31/2022
Inverse, Transpose, and Determinant
To compute the inverse, transpose, and determinant of a square matrix, we use the inverse , transpose and det commands respectively. For example, let us find the inverse of the matrix .
To verify the inverse computed above. Let us multiply A with its inverse.
Try this!
Compute the transpose of A by mimicking the syntax used above.