https://github.com/sharathraparthy/numerical_linear_algebra
This repo discusses various methods for finding the (possibly many) solutions for the system of linear equations AX = b and also discusses about the sensitivity of the solution X using condition number.
https://github.com/sharathraparthy/numerical_linear_algebra
gauss-elimination lu-factorization matrix-conditioning numerical-methods
Last synced: about 1 year ago
JSON representation
This repo discusses various methods for finding the (possibly many) solutions for the system of linear equations AX = b and also discusses about the sensitivity of the solution X using condition number.
- Host: GitHub
- URL: https://github.com/sharathraparthy/numerical_linear_algebra
- Owner: SharathRaparthy
- Created: 2019-04-04T03:52:12.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-04T04:12:18.000Z (about 7 years ago)
- Last Synced: 2025-02-12T09:28:35.314Z (about 1 year ago)
- Topics: gauss-elimination, lu-factorization, matrix-conditioning, numerical-methods
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Numerical Linear Algebra
This repo discusses various methods for finding the (possibly many) solutions for the system of linear equations AX = b and also discusses about the sensitivity of the solution X using condition number.