Linear Algebra and Its Applications - 2-1
Linear Algebra and Its Applications - 2-1
Chapter 2
Matrix Algebra
• The number aij is the ith entry (from the top) of the jth
column vector a j .
• The diagonal entries in an m n matrix A = aij are
a11 , a22 , a33 , , and they form the main diagonal of A.
• A diagonal matrix is an n n matrix whose nondiagonal
entries are zero.
• An example is the n n identity matrix, I n .
Copyright © 2022 Pearson Education Ltd. Slide - 4
Sums and Scalar Multiples (1 of 5)
• An m n matrix whose entries are all zero is a zero
matrix and is written as 0.
• Two matrices are equal if they have the same size (i.e.,
the same number of rows and the same number of
columns) and if their corresponding columns are equal,
which amounts to saying that their corresponding entries
are equal.
• If A and B are m n matrices, then the sum A+B is the
m n matrix whose columns are the sums of the
corresponding columns in A and B.
a. A+ B = B + A
b. ( A + B) + C = A + ( B + C )
c. A+0 = A
d. r ( A + B ) = rA + rB
e. (r + s ) A = rA + sA
f. r ( sA) = (rs ) A
2 3 4 3 6
A= and B= .
1 −5 1 −2 3
• Solution: Write B = b1 b 2 b3 and compute :
11 0 21
• Then AB = Ab1 b 2 b3 =
−1 13 −9
matrix, then
( AB)ij = ai1b1 j + ... + ainbnj .
BC = Bc1 Bc p
A( BC ) = A( Bc1 ) A( Bc p )