Advertisements
Advertisements
प्रश्न
Let `A = [(2, 4),(3, 2)], B = [(1, 3),(-2, 5)], C = [(-2, 5),(3, 4)]`
Find AB
योग
Advertisements
उत्तर
Matrix A has 2 columns. This number is equal to the number of rows in matrix B. Therefore, AB is defined as:
`AB = [(2, 4),(3, 2)][(1, 3),(-2, 5)]`
= `[(2(1) + 4(-2), 2(3) + 4(5)), (3(1) + 2(-2), 3(3) + 2(5))]`
= ` [(2 - 8, 6 + 20), (3 - 4, 9 + 10)] `
= `[(-6, 26), (-1, 19)]`
shaalaa.com
क्या इस प्रश्न या उत्तर में कोई त्रुटि है?
अध्याय 3: Matrices - EXERCISE 3.2 [पृष्ठ ५८]
