

InterviewSolution
Saved Bookmarks
1. |
Find the additive inverse of the matrix `A=[{:(2,-5," "0),(4," "3,-1):}].` |
Answer» Clearly, the additive inverse of the given matrix A is the matrix -A, given by `-A=[{:(-2,-(-5)," "0),(-4," "-3,-(-1)):}]=[{:(-2," "5,0),(-4,-3,1):}].` |
|