Lecture-5
Lecture-5
Matrix addition is compatible If and only if matrix A and B both have same number of rows
and same number of columns.
1 2 2 3 10 51
For example C = A × B = × = , c21 = 5 × 2 + 7 × 4 = 38
5 7 4 16 38 127
1. Ri + kRj → Ri Means kth multiple of jth row is added with ith row.
1
1 2 3
Consider A = 4 5 6.
7 8 9
1 2 3 4 5 6 1 2 3
Then EA = 1
−1 −3, F A = 1 2 3, GA = 20 25 30.
7 8 9 7 8 9 7 8 9
Q 4. Give 3 by 3 examples (not just the zero matrix) of
2
Q 5(cont..). For the third one, draw the column vectors (2, 1) end (0, 3). Multiplying by
(1, 1) just adds the vectors (do it graphically).