Simple python package
Project description
RowReducer
This library row takes a matrix and row reduces it. For example, the following code reduces an example matrix.
from base_re_matrix.re_matrix import row_reducer
example_matrix = [[8, 2, 3, 4],
[5, 3, 7, 8],
[7, 9, 2, 5]]
reduced_matrix = row_reducer.get_row_reduced_matrix(example_matrix)
row_reducer.pretty_print_matrix(reduced_matrix)
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
re_matrix-0.0.7.tar.gz
(4.2 kB
view details)
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 re_matrix-0.0.7.tar.gz.
File metadata
- Download URL: re_matrix-0.0.7.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b2660c79466a938bcd06e9c393ad436ff21256e8312360c27ffdadbce5235eed
|
|
| MD5 |
600c22842f368dacc6b95640e7045146
|
|
| BLAKE2b-256 |
7a3302cf1f62c2ba046d2b09b9e398ebea789d1476b8bd3d24ff8ff0d036f176
|
File details
Details for the file re_matrix-0.0.7-py3-none-any.whl.
File metadata
- Download URL: re_matrix-0.0.7-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.10.11
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8990fbd5d7c9b90bd06f1cd7e0a11ac1de24250e1cb193b0a5fe03001fd7b9a4
|
|
| MD5 |
3d4701255a9ad16e617d8487e2184671
|
|
| BLAKE2b-256 |
59a63ee99ad563024e0f914cedb02e7f4fd7a5a42b17b273e12ed3c1ab158423
|