2.2 Equal Matrices
2.2 Equal Matrices (A) Determining whether two matrices are equal 1. Two matrices are equal if they have the same order and their corresponding elements are equal. For example, ( a b c d ) = ( e f g h ) Therefore, a = e, b = f, c = g and d = … Read more