Saved Bookmarks
| 1. |
Write a matrix with elements aij=2i + j, i, j =1, 2,3 |
|
Answer» Given : a matrix with ELEMENTS AIJ=2i + j, i, j =1, 2,3 To Find : Matrix Solution: aij=2i + j a₁₁ = 2(1) + 1 = 3 a₁₂ = 2(1) + 2 = 4 a₁₃ = 2(1) + 3 = 5 a₂₁ = 2(2) + 1 = 5 a₂₂ = 2(2) + 2 = 6 a₂₃ = 2(2) + 3 = 7 a₃₁ = 2(3) + 1 = 7 a₃₂ = 2(3) + 2 = 8 a₃₃ = 2(3) + 3 = 9 Matrix is : LEARN More: if the element of a 2 × 3 matrix is given by aij 1/2(3I -4j) find the VALUE ... If a=matrix 2,3,5,-2 write a inverse in terms of a - Brainly.in Find the inverse of the following matrix by using row elementary ... |
|