Mathematicians love a good puzzle. Even something as abstract as multiplying matrices (two-dimensional tables of numbers) can feel like a game when you try to find the most efficient way to do it.
This project provides a low-level implementation of the Matrix Multiplication algorithm in MIPS Assembly Language. The program is designed to run on MIPS simulators (such as MARS or SPIM) and ...