Open Shiti opened 11 years ago
In cases where the matrices cannot be multiplied due to size constraints, the application adds padding to the matrices and completes the operation. For example, if A is 2x3 and B is 8x9, it should throw an error instead of resulting in a matrix
In cases where the matrices cannot be multiplied due to size constraints, the application adds padding to the matrices and completes the operation. For example, if A is 2x3 and B is 8x9, it should throw an error instead of resulting in a matrix