Hello I have two tasks about matrices
I have two matrices A = ([[0, 2], [3, 6]]) B = ([[2, 5], [3, 6]])
Task1: To do A + B and then define it as C (C = A + B)