Skip to content

This repository implements the core concept of linear algebra , the Gauss Jordan method for reducing the matrices to their reduced echelon form which are further used in Image processing , Machine learning and other useful tasks.

Notifications You must be signed in to change notification settings

Fasih0956/Gauss-Jordan-Implementation-

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Gauss-Jordan-Implementation

Overview

This repository implements the core concept of linear algebra , the Gauss Jordan method for reducing the matrices to their reduced echelon form which are further used in Image processing , Machine learning and other useful tasks.

Program Input

  • Number of Equations
  • Augmented Matrix Row by Row

Program Output

  • Matrix operation
  • Updated matrix after each operation
  • Solution Type ( Unique , Infinite , No )
  • Solution ( in numeric or parametric form )

Requirements

  • IDE
  • Python pack installed and configured

Team

  • Fasih Ahmed
  • Muhammad Saad Tahir
  • Raed Ovais

About

This repository implements the core concept of linear algebra , the Gauss Jordan method for reducing the matrices to their reduced echelon form which are further used in Image processing , Machine learning and other useful tasks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages