hasanzade-hasan / Gaussian-Elimination

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

Implement case where system has infinite solutions #4

Closed hasanzade-hasan closed 7 years ago

hasanzade-hasan commented 7 years ago

Provide reasonable information when input system of linear equations has infinite solutions. Vectors might be used to represent infinite solutions. Find out independent variables.

hasanzade-hasan commented 7 years ago

So far I achieved to show message that, given system has infinite solution. But could not make it to show the actual infinite solution using free(independent) variables. Need to work on this again...

hasanzade-hasan commented 7 years ago

this achieved in javascript file without any problem, now needs to be implemented in php file analogously

hasanzade-hasan commented 7 years ago

Since php file is planned to handle the larger number of inputs, it can be assumed that there is no need for now, to show the general solution of system in infinite case