Question: python Write a function named matcon(a, b) that takes two matrices (each in the form of a list of lists) as input and if the
python
Write a function named matcon(a, b) that takes two matrices (each in the form of a list of lists) as input and if the two input matrices have the same number of rows (number of lists) returns a new matrix where each row is the concatenation of the corresponding rows of the input matrices. If the the two matrices have different number of rows the function should return the string "Size mismatch". Please see the test case for the exact behaviour.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
