Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.54 KB

File metadata and controls

37 lines (19 loc) · 1.54 KB

Linear System Solver

You can input any linear system of any NxN size, where N is ≥ 2, to be solved.

Installation

Download the CPP file and run it within your own compiler, or download "LinearSystemSolver.exe" from the releases and run it if on Windows system.

Usage

Here is an example of a 3x3 linear system that can be solved through the use of the program.

image

When first executed, you will be asked the size of the linear system. In this case it is 3, so input 3 and press enter.

image

Enter the values of the system, excluding the solution - this is not space or newline sensitive, so use whatever you prefer..

image

Enter the values of the solutions - this is not space or newline sensitive, so use whatever you prefer.

image

The solution will be printed, and then you can press any key to close the output window and end the program.

image

Contributing

Any new ideas or optimizations are welcome. Feel free to get in contact if you have any questions.

License

MIT