Code – Inverse of Square Matrix

March 26, 2022

Problem Statement -Determine the inverse of a square matrix

Scope of work

– Build a program to find the inverse of adjoint ‘A’ – Matrix

Challenges -Writing the adjoint of a matrix

Execution Strategy -Interchanging the PD(Principle Diagonal Elements) elements and also secondary diagonal elements

Value Added -Using this we can find out the cofactors of Matrix