Skip to content

Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations.

Notifications You must be signed in to change notification settings

LeTrongDat/gauss-method

Repository files navigation

Gauss elimination

Introduction

  1. Dimension n <= 20 (set from a file or from the keyboard - at the choice of the end user).
  2. It should be provided for reading the initial data both from a file and entering from the keyboard.
  3. It should be possible to enter matrix coefficients both from the keyboard and from a file. Also provide for random odds.
  4. Mandatory: Test data on a large matrix (5 * 5/6 * 6 ...) + in the report with the decision
  • Calculation of the determinant
  • Inference of a triangular matrix (including transformed column B)
  • Column of unknowns
  • Column of residuals

Options

[-h]          List all options of this app.
[-o]          Read matrix from file.
[-r]          Auto generate random matrix with randome size (size >= 0)

About

Gaussian elimination, also known as row reduction, is an algorithm for solving systems of linear equations.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published