🧮

Inverse Matrix Calculator

Python123 lines· A console program that asks for the order and elements of a square matrix, then computes and prints its inverse using minors, cofactors, and the ad…
Original project by @farisfaikar — view source on GitHub
Ready when you are

Inverse Matrix Calculator

A console program that asks for the order and elements of a square matrix, then computes and prints its inverse using minors, cofactors, and the adjugate.

How to run

python main.py

Dependencies

Standard library only.

Pyodide-runnable

Yes — it is a pure-stdlib console program using only input() and print().

inverse-matrix-calculator.py· Python 3.x
132 lines
Console· terminal