Python code example for matrices' LU decomposition.
virtualenv venv && source venv/bin/activate # Optional
pip install -r requirements.txt
python lu-decomposition.py < example.in
python lu-decomposition.py
n
a_11 a_12 ... a_1n
a_21 a_22 ... a_2n
...
a_n1 a_n2 ... a_nn
docker run --rm -it abreto/lu-decomposition
Content type
Image
Digest
Size
354.9 MB
Last updated
almost 6 years ago
docker pull abreto/lu-decomposition