selfstudys_com_file
selfstudys_com_file
Matrices
Formulae
Addition of Matrices: Let A and B be two matrices each of order m × n. Then their sum A + B
is a matrix of order m × n and is obtained by adding the corresponding elements of A and B.
Subtraction of Matrices:
For two matrices A and B of the same order, we define
A – B = A + (- B).
1. Matrix multiplication is not commutative in general for any two matrices AB ≠ BA.
2. Matrix multiplication is associative
i.e., (AB) C = A (BC) when both sides are defined.
3. Matrix multiplication is distributed over matrix addition
i.e., A (B + C) = AB + AC
(A + B) C = AC + BC.
4. If A is an n × n matrix then
InA = A = AIn
5. The product of two matrices can be the null matrix while neither of them is the null
matrix.