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

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!