...
/Free Response Question 2: Multiply the Matrices
Free Response Question 2: Multiply the Matrices
In this exercise, you'll multiply the two matrices.
We'll cover the following...
Background
In high school, you likely have studied matrix multiplication and its properties. Here’s an article in case you don’t remember it.
In this challenge, you’re required to perform matrix multiplication with Java.
Problem statement
Intent: Design a multiply()
function that takes two input matrices ( 2D arrays) and a resultant matrix (a 2D array) ...