construct 2×2 matrix A where element aij are givwn by aij = (2i-j)²
Answers
Answered by
2
(2i-j)^2 when i=1 and j=1 , (2(1)-1)^2 = 1
when i=1 and j=2 , (2(1)-2)^2 = 0
when i=2 and j=1 , (2(2)-1)^2 = 9
when i=2 and j=2 , (2(2)-2)^2 = 4
therefore the 2*2 matrix is |1 0|
|9 4|
when i=1 and j=2 , (2(1)-2)^2 = 0
when i=2 and j=1 , (2(2)-1)^2 = 9
when i=2 and j=2 , (2(2)-2)^2 = 4
therefore the 2*2 matrix is |1 0|
|9 4|
Similar questions