Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/laszlokorte/matrix-multiplication
- Owner: laszlokorte
- Created: 2022-01-18T02:31:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-28T18:22:14.000Z (9 months ago)
- Last Synced: 2024-04-09T23:06:25.876Z (7 months ago)
- Language: Svelte
- Homepage: https://tools.laszlokorte.de
- Size: 54.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/