NCERT Example 6 - Matrices
Question: Given A = [[3, 1, -1], [2, 3, 0]] and B = [[2, 5, 1], [12, 3, 2]], find A + B.
Answer: [[5, 6, 0], [14, 6, 2]].
Full step-by-step NCERT solution with diagrams on Something by Zero.
Question: Given A = [[3, 1, -1], [2, 3, 0]] and B = [[2, 5, 1], [12, 3, 2]], find A + B.
Answer: [[5, 6, 0], [14, 6, 2]].
Full step-by-step NCERT solution with diagrams on Something by Zero.