Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laszlokorte/matrix-multiplication

Step by step explanation of how to multriply matrices.
https://github.com/laszlokorte/matrix-multiplication

Last synced: about 20 hours ago
JSON representation

Step by step explanation of how to multriply matrices.

Awesome Lists containing this project

README

        

![Screenshot of the app](preview.png)

[Live Demo](https://static.laszlokorte.de/matrix-multiplication/)

# Matrix Multiplication

Below you can enter two matrices to see how they are multiplied. Use the round buttons to configure the matrix dimensions. The height of Matrix B must be equal to the width of Matrix A.

Inspired by http://matrixmultiplication.xyz/