Cannon's algorithm is a distributed algorithm for matrix multiplication that efficiently distributes the computation across multiple processes in a 2D grid configuration. This implementation focuses ...
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 summer, battle lines were drawn over a simple math problem: 8 ÷ 2(2 + 2) = ? If you divide 8 by 2 first, you get 16, but if you multiply 2 by (2 + 2) first, you get 1. So, which answer is right?
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 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results