diagonal matrix
a square n x n matrix whose nondiagonal entries are 0
two matrices are equal if
they have the same size and the corresponding entries are equal
sum A+B matrices
m x n matrix whose columns are the sums of the corresponding columns in A and B
scalar multiple rA
matrix whose columns are r times the corresponding columns in A
transpose
the matrix whose columns are formed from the corresponding rows of A