InterviewSolution
Saved Bookmarks
| 1. |
If A=[(1,2,-3),(5,0,2),(1,-1,1)],B=[(3,-1,2),(4,2,5),(2,0,3)] and C=[(4,1,2),(0,3,2),(1,-2,3)], then compute (A+B) and (B-C). Also, verify that A+(B-C)=(A+B)-C. |
|
Answer» |
|