Skip to content

Daymorelah/solveSimultaneous

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solving Simultaneous Equations

This source code, written in C++, solves two simultaneous equations with two unknows. Its written in C++ using the CodeBlock editor.

The simultaanoeus equations are solved using Elimination method to solve them.

The format of the equations solved are as follows:

ax + by = c
dx + ey = f

where:

  • a,b,c,d,e and f are numbers.
  • x and y are the unknowns we are solving for.

To use this source code

  • Download CodeBlock if you don't have one yet.
  • Clone the repo to your local system
  • Use CodeBlock editor to open the folder

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages