Tagged Questions
2
votes
2answers
410 views
Solution basis of underdetermined equation set in python
I have an underdetermined equation set (m equations of n variables, m smaller than n). As such, if it is solvable then the set of solutions are a linear space (if it is a homogenic set) or affine ...