Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 555 Bytes

README.md

File metadata and controls

18 lines (10 loc) · 555 Bytes

sole

Iterative and direct solution of a SOLE (System Of Linear Equations)

Description This tiny code solves a system defined in a 3x4 matrix, where first 3x3 minor-matrix is contains the equation coefficients, and the last 3x1 column is the forcing vector.

The Gauss elimination is direct percice method, and the Jaconbi's methd is iteratuve, so it needs for initial guess of the unknown vector X [3x1] to start from

Cells of a table are editable.

Demo Demo

License

Published under the MIT License.