Use my 3D Matrix Visualizer as a support while studying Linear Algebra
You can play with the app at: https://alessandrotambellini.github.io/3d-matrix-visualizer/. Alternatively, you can run the app locally, open the terminal and follow the steps below:
- Clone the repo locally on your machine
- Run
npm i
- Run
npm run dev
to open the app on the browser
- https://css.glass/ - Glassy Background Effect
- @mikexcohen book: Linear Algebra: Theory, Intuition, Code