https://github.com/radzionc/linear-algebra
Linear Algebra with JavaScript
https://github.com/radzionc/linear-algebra
javascript linear-algebra react svg
Last synced: about 1 year ago
JSON representation
Linear Algebra with JavaScript
- Host: GitHub
- URL: https://github.com/radzionc/linear-algebra
- Owner: radzionc
- License: mit
- Created: 2019-05-01T12:42:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T04:34:24.000Z (over 2 years ago)
- Last Synced: 2025-03-23T00:23:44.027Z (over 1 year ago)
- Topics: javascript, linear-algebra, react, svg
- Language: JavaScript
- Homepage: https://radzionc.github.io/linear-algebra/
- Size: 8.42 MB
- Stars: 32
- Watchers: 3
- Forks: 9
- Open Issues: 25
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Linear Algebra
>
## [Demo](https://radzionc.github.io/linear-algebra/)
## [Blog post](https://geekrodion.com/blog/linear-algebra)
## Technologies
* React
* SVG
### Run demo docally
```bash
cd linear-algebra-demo
npm install
npm start
```

## License
MIT © [RodionChachura](https://geekrodion.com)