pyBegin / projects / inverse-matrix-calculator
🧮

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 ad…

123 linesRunnable

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().