Most sites allow multiplication of two matrixes ,
we can make it more interesting by allow A1 x A2 ... An as long as dimensions work fine.
First input : number of matrix
Iterate and take input the corresponding matrix
Operation should move from right to left.
Should throw error if the dimensions are not correct.
Most sites allow multiplication of two matrixes ,
we can make it more interesting by allow A1 x A2 ... An as long as dimensions work fine.
First input : number of matrix
Iterate and take input the corresponding matrix
Operation should move from right to left.
Should throw error if the dimensions are not correct.