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