Skip to content

Files

Latest commit

57ae2be · May 31, 2022

History

History
12 lines (7 loc) · 345 Bytes

File metadata and controls

12 lines (7 loc) · 345 Bytes

Matrix-Inverse-by-Gauss-Jordan-elimination

Program to solve a square n*n non singular matrix using gauss-jordan elimination method

Conditions :

  • N > 2
  • A non singular square ( Invertiable ) Matrix

Testcases :

TestCases