A matrix of order 2x2 is a matrix that has values in 2 rows and 2 columns. In the example: matrixA has: Row 1 Column 1, value = 1 Row 1 Column 2, value = 0 Row 2 Column 1, value = 0 Row 2 Column 2, ...
Given two user input matrix. Our task is to Display the addition of two matrix. In these problem we use nested List comprehensive. Algorithm Step1: Input two matrix from the User. Step 2: Nested for ...