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