Challenge: Matrix Multiplier
Design a Python algorithm to multiply two matrices.
We'll cover the following...
Statement
Write a computeProductByColumnView
function that accepts two matrices, and , as inputs and computes the product , of these two matrices using the column view approach discussed in the lesson matrix multiplication. Assume the matrices have valid dimensions.
Example
Sample inputs and outputs
The following table describes the expected outputs of each corresponding input:
Input | Output |
---|---|
, |