Skip to content

robin-dc/Gauss-Jordan-Elimination

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Gauss Jordan Elimination : Overview

Convert a 2x2 or 3x3 matrix into reduced-row echelon form also called as identity matrix - A matrix consists of 0's with diagonal 1's. I am aware that this code does not follow best practices, but I am striving to improve myself and become a better developer someday.


⚒ How does it work?

  1. Input the type of matrix and its content


  1. The program will then proceed to the process of converting it to an identity matrix including the row operations performed in each step and the solution.


  1. The program will stop until it reaches the reduced row-echelon form


Want to try out the challenge?

Link: https://drive.google.com/file/d/1X4z4pOIr0gI6zboOY5wdbSP7g1vIHZsQ/view?usp=sharing


🚀 To run this project on your local machine.

  1. Download an extension or node.js
https://nodejs.org/en/download/
  1. Go to the project directory.
cd <project folder>
  1. Make a new terminal and run the command.
 node gauss
  1. Press tab then hit enter.

📍 What is Gauss Jordan Elimination?


📝 Other noteworthy projects

Dental Care Appointment System
🔗https://dentalcareph.netlify.app/
🐱 https://github.com/robin-dc/Dental-Care-Appointment-System.git

Facebook UI Clone
🔗 https://facebook-darkmode-clone.netlify.app/
🐱 https://github.com/robin-dc/Facebook-UI-Clone.git

Lofi Clock | Music and Notepad in one.
🔗 https://robin-dc.github.io/Lofi-Clock/
🐱 https://github.com/robin-dc/Lofi-Clock.git

Landing Pages

Releases

No releases published

Packages

No packages published