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