Challenge: Matrix Multiplier

Design a Python algorithm to multiply two matrices.

Statement

Write a computeProductByColumnView function that accepts two matrices, AA and BB, as inputs and computes the product CC, of these two matrices using the column view approach discussed in the lesson matrix multiplication. Assume the matrices have valid dimensions.

Example

Get hands-on with 1200+ tech skills courses.