Advertisements
Advertisements
Question
Choose the correct answer from the given four options :
If A = `[(1, 0),(1, 1)]`, then A2 =
Options
`[(2, 0),(1, 1)]`
`[(1, 0),(1, 2)]`
`[(1, 0),(2, 1)]`
none of these
MCQ
Advertisements
Solution
Given
A = `[(1, 0),(1, 1)]`
A2 = A x A = `[(1, 0),(1, 1)] xx [(1, 0),(1, 1)]`
= `[(1 + 0, 0 + 0),(1 + 1, 0 + 1)]`
= `[(1, 0),(2, 1)]`.
shaalaa.com
Is there an error in this question or solution?
