Skip to main content
Logo image

Applied Discrete Structures

Section 5.3 Laws of Matrix Algebra

Subsection 5.3.1 The Laws

The following is a summary of the basic laws of matrix operations. Assume that the indicated operations are defined; that is, that the orders of the matrices A, B and C are such that the operations make sense.
Table 5.3.1. Laws of Matrix Algebra
(1) Commutative Law of Addition A+B=B+A
(2) Associative Law of Addition A+(B+C)=(A+B)+C
(3) Distributive Law of a Scalar over Matrices c(A+B)=cA+cB, where cR.
(4) Distributive Law of Scalars over a Matrix (c1+c2)A=c1A+c2A, where c1,c2R.
(5) Associative Law of Scalar Multiplication c1(c2A)=(c1c2)A, where c1,c2R.
(6) Zero Matrix Annihilates all Products 00A=00, where 00 is the zero matrix.
(7) Zero Scalar Annihilates all Products 0A=00, where 0 on the left is the scalar zero.
(8) Zero Matrix is an identity for Addition A+00=A.
(9) Negation produces additive inverses A+(1)A=00.
(10) Right Distributive Law of Matrix Multiplication (B+C)A=BA+CA.
(11) Left Distributive Law of Matrix Multiplication A(B+C)=AB+AC.
(12) Associative Law of Multiplication A(BC)=(AB)C.
(13) Identity Matrix is a Multiplicative Identity IA=A and AI=A.
(14) Involution Property of Inverses If A1 exists,(A1)1=A.
(15) Inverse of Product Rule If A1 and B1 exist, (AB)1=B1A1

Subsection 5.3.2 Commentary

Example 5.3.2. More Precise Statement of one Law.

If we wished to write out each of the above laws more completely, we would specify the orders of the matrices. For example, Law 10 should read:
Let A, B, and C be m×n, n×p, and n×p matrices, respectively, then A(B+C)=AB+AC
Remarks:
  • Notice the absence of the “law” AB=BA. Why?
  • Is it really necessary to have both a right (No. 11) and a left (No. 10) distributive law? Why?

Exercises 5.3.3 Exercises

1.

Rewrite the above laws specifying as in Example 5.3.2 the orders of the matrices.
Answer.
  1. Let A and B be m by n matrices. Then A+B=B+A,
  2. Let A, B, and C be m by n matrices. Then A+(B+C)=(A+B)+C.
  3. Let A and B be m by n matrices, and let cR. Then c(A+B)=cA+cB,
  4. Let A be an m by n matrix, and let c1,c2R. Then (c1+c2)A=c1A+c2A.
  5. Let A be an m by n matrix, and let c1,c2R. Then c1(c2A)=(c1c2)A
  6. Let 00 be the zero matrix, of size m by n, and let A be a matrix of size n by r. Then 00A=00= the m by r zero matrix.
  7. Let A be an m by n matrix, and 0= the number zero. Then 0A=0= the m by n zero matrix.
  8. Let A be an m by n matrix, and let 00 be the m by n zero matrix. Then A+00=A.
  9. Let A be an m by n matrix. Then A+(1)A=00, where 00 is the m by n zero matrix.
  10. Let A, B, and C be m by n, n by r, and n by r matrices respectively. Then A(B+C)=AB+AC.
  11. Let A, B, and C be m by n, r by m, and r by m matrices respectively. Then (B+C)A=BA+CA.
  12. Let A, B, and C be m by n, n by r, and r by p matrices respectively. Then A(BC)=(AB)C.
  13. Let A be an m by n matrix, Im the m by m identity matrix, and In the n by n identity matrix. Then ImA=AIn=A
  14. Let A be an n by n matrix. Then if A1 exists, (A1)1=A.
  15. Let A and B be n by n matrices. Then if A1 and B1 exist, (AB)1=B1A1.

2.

Verify each of the Laws of Matrix Algebra using examples.

3.

Let A=(1201), B=(376215), and C=(024711). Compute the following as efficiently as possible by using any of the Laws of Matrix Algebra:
  1. AB+AC
  2. A1
  3. A(B+C)
  4. (A2)1
  5. (C+B)1A1
Answer.
  1. AB+AC=(21522906)
  2. A1=(1201)=A
  3. A(B+C)=AB+BC, which is given in part (a).
  4. (A2)1=(AA)1=(A1A)=I1=I by part c

4.

Let A=(7421) and B=(3524). Compute the following as efficiently as possible by using any of the Laws of Matrix Algebra:
  1. AB
  2. A+B
  3. A2+AB+BA+B2
  4. B1A1
  5. A2+BA

5.

Let A and B be n×n matrices of real numbers. Is A2B2=(AB)(A+B)? Explain.
You have attempted 1 of 1 activities on this page.