Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gokul2406/linsol
creative assignment for MTH101 course
https://github.com/gokul2406/linsol
Last synced: 14 days ago
JSON representation
creative assignment for MTH101 course
- Host: GitHub
- URL: https://github.com/gokul2406/linsol
- Owner: Gokul2406
- License: gpl-3.0
- Created: 2023-10-30T13:45:48.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-30T13:48:44.000Z (about 1 year ago)
- Last Synced: 2024-10-10T23:15:57.982Z (27 days ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# LINSOL
A creative assignment for MTH101 course in IISERM (my institute)
With this project, I try to express a matrix into a product of elementary matrices.
For now as a beginning, I will attempt to express only *2x2* matrices into elementary matrices but in the future will try to expand the feature to any given *nxn* matrix.