Advertisements
Advertisements
Question
Find the matrix A2, where A = [aij] is a 2 × 2 matrix whose elements are given by aij = maximum (i, j) − minimum (i, j):
Options
`[(0, 0),(0, 0)]`
`[(0, 1),(1, 0)]`
`[(1, 0),(0, 1)]`
`[(1, 1),(1, 1)]`
MCQ
Solution
`bb([(1, 0),(0, 1)])`
Explanation:
Given for matrix A = [aij]2×2
We have aij = max(i, j) − min (i, j)
∴ a11 = 1 − 1 = 0
a12 = 2 − 1 = 1
a21 = 2 − 1 = 1
a22 = 2 − 2 = 0
∴ A = `[(0, 1),(1, 0)]`
Now, A2 = `[(0, 1),(1, 0)] [(0, 1),(1, 0)] = [(1, 0),(0, 1)]`
shaalaa.com
Is there an error in this question or solution?