7_7-1_Matrices_ Basic Operations
7_7-1_Matrices_ Basic Operations
1 6
3 1 1 3
Given A = 2 0 3
B=
5
2 4
3 1 1 1 6
Find AB if it is defined: 2 0 3 3 5
2 4
Solution:
Since A is a 2 x 3 matrix and B is a
3 1 1
1 6 3 x 2 matrix, AB will be a 2 x 2
2 0 3 3 5
matrix.
1. Multiply first row of A by first
column of B :
2 4 3(1) + 1(3) +(-1)(-2)=8
2. First row of A times second
column of B:
3(6)+1(-5)+ (-1)(4)= 9
3. Proceeding as above the final
result is
8 9
4 24