1.

If A=[[2/3, 1,5/3],[1/3, 2/3, 4/3],[7/3, 2, 2/3]] and B=[[2/5, 3/5, 1],[1/5, 2/5, 4/5],[7/5, 6/5, 2/5]] then compute 3A-5B

Answer»

SOLUTION :`3A=[[2,3,5],[1,2,4],[7,6,2]]`, 5B=`[[2,3,5],[1,2,4],[7,6,2]]`
3A-5B=`[[0,0,0],[0,0,0],[0,0,0]]`


Discussion

No Comment Found

Related InterviewSolutions