#30 - Matrix Addition and Subtraction
You are given two matrices of the same size, each containing integer values. Your task is to implement functions to perform addition and subtraction of these matrices.
Example
Input
Output
Last updated