

InterviewSolution
Saved Bookmarks
1. |
If `A=[{:(1,-5),(-3," "2),(4,-2):}]" and "B=[{:(3," "1),(2,-1),(-2," "3):}]`, find the matrix C such that `A+B+C` is a zero matrix. |
Answer» `C=[{:(-4," "4),(" "1,-1),(-2,-1):}]` | |