Skip to content

This is a C++ project, where the user can solve a family of linear equations, with the answer being displayed in decimals

Notifications You must be signed in to change notification settings

orionleo/Linear_Equation_Solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Linear_Equation_Solver

This is a C++ project, where the user can solve a family of linear equations, with the answer being displayed in decimals

>Step 1: Enter the number of variables:( the program can take upto 511 variables which is better than most of the resources made available on the internet)

Screenshot 2021-12-10 at 6 47 02 PM

>Step 2: Enter the details of the 1st equation, first the variables and then the constant value in the equation,proceeding to the second equation and so on

Screenshot 2021-12-10 at 6 49 30 PM

The code will display the values of each variable

Screenshot 2021-12-10 at 6 55 12 PM

Here is another example of a family of linear equation of 4 variables

w + x - 3y + z = 2

-5w + 3x - 4y + z = 0

w + x + 2y - z = 1

w + 2x - 4y + 5z = 12

Screenshot 2021-12-10 at 7 10 46 PM

About

This is a C++ project, where the user can solve a family of linear equations, with the answer being displayed in decimals

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages