Matrix Inverse (Gauss-Jordan) — Step-by-Step
Enter a square matrix, then compute inverse. Every elementary row operation is displayed as an HTML matrix snapshot.
Notes: partial pivoting is used (row swaps). If the matrix is singular a message is shown.
Input: A
(enter numbers)
Augmented matrix snapshots
Each step shows the entire augmented matrix [ A | I ]
Inverse (final)
Compute inverse to see result here.
0 Comments