hasanzade-hasan / Gaussian-Elimination

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

Implement the evaluation of variables #8

Closed hasanzade-hasan closed 7 years ago

hasanzade-hasan commented 7 years ago

Allow user choose an order for variables to be evaluated, then provide a feasible range for each variable from the big picture in n-dimensional object as in specified order. Ask user to choose any value they want from this range and then using this value provide a range for next variable in order.

hasanzade-hasan commented 7 years ago

Now I am able to eliminate all eliminable variables as given order. Now need to provide range for each variable

hasanzade-hasan commented 7 years ago

Can provide range for non-eliminable variables, considering one after another. Now need to implement similar thing for eliminable variables in specified order.

hasanzade-hasan commented 7 years ago

Can provide range for all variables. Now, just need to revise code do improvements where possible and debug/test it