A Python package for solving systems of linear equations using various methods (e.g., Gaussian Elimination, LU Decomposition, Gauss-Jordan).
Project description
Damakye Matrix Solver
damakye_matrixsolver is a Python package designed to solve systems of linear equations in the form Ax = b, where A is an n x n matrix and b is a vector of constants. The package offers multiple solving methods, including:
- NumPy (default)
- Gaussian Elimination
- Row Reduction
- LU Decomposition
- Gauss-Jordan Elimination
The package allows the user to choose the preferred solving method interactively.
Installation
To install the package, you can clone the repository and install it via setup.py or use pip directly:
pip install git+https://github.com/yourusername/damakye_matrixsolver.git
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file damakye_matrixsolver-0.1.tar.gz.
File metadata
- Download URL: damakye_matrixsolver-0.1.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
44f3b1c5198b917168b06574705eaf063e4bead5e4ad2399f6678963b84223dc
|
|
| MD5 |
62a1bc01fc5a725b4c7610dacb8da049
|
|
| BLAKE2b-256 |
f7a7a3afe061ee8e12df3792db45e1de66316705a4d0d0d076c3880cb1aa0087
|
File details
Details for the file damakye_matrixsolver-0.1-py3-none-any.whl.
File metadata
- Download URL: damakye_matrixsolver-0.1-py3-none-any.whl
- Upload date:
- Size: 6.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.11.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5a4989f9b0234a0fbb61c38629908bbd7f2af38516ef4f1a11e72d9a30d3fcef
|
|
| MD5 |
316d8a3f6bc3eb3f5eaf279f3536cf97
|
|
| BLAKE2b-256 |
9e978a77e32ffb7ed530fee2db157ea46e0b159a4ef16acfef5abb11a12cb763
|