Skip to content
/ sole Public

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

License

Notifications You must be signed in to change notification settings

kurono/sole

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published