hasanzade-hasan / Gaussian-Elimination

final year project - The University of Manchester
2 stars 0 forks source link

Implement case where system is inconsistent #3

Closed hasanzade-hasan closed 7 years ago

hasanzade-hasan commented 7 years ago

Provide reasonable information when input system of linear equations has no solution

hasanzade-hasan commented 7 years ago

This is done basically calculating the ranks of augmented matrix and coefficient matrix after changing given matrix to row reduced form (upper triangular matrix). If ranks are same, then matrix is consistent.