Skip to Content

Linear Algebra: Matrix Operations

Take the matrix with columns 1,11, 1 and 2,0-2, 0 (Matrix M1M_1) and another matrix with columns 0,10, 1 and 2,02, 0 (Matrix M2M_2). Determine the matrix that represents the total effect of applying M1M_1 then M2M_2 as a single transformation. Solve this without visual aids, using only the numerical entries in each matrix.

Given a 2D integer array, return the transpose of the matrix.