To write a program to find the solution of a matrix using Gaussian Elimination.
- Hardware – PCs
- Anaconda – Python 3.7 Installation / Moodle-Code Runner
1.import numpy in builtin function 2.get the input 3.use loop for the result 4.End the program

/*
Program to find the solution of a matrix using Gaussian Elimination.
Developed by: SABARINATHAN A
RegisterNumber: 25005972
*/

Thus the program to find the solution of a matrix using Gaussian Elimination is written and verified using python programming.