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»


ANSWER :`A+B=[(4,1,-1),(9,2,7),(3,-1,4)],B-C=[(-1,-2,0),(4,-1,3),(1,2,0)]`


Discussion

No Comment Found

Related InterviewSolutions