Re: [sympy] Determine Redundant Equations

2022-07-15 Thread Oscar Benjamin
On Fri, 15 Jul 2022 at 22:25, 'Ephraim Bryski' via sympy wrote: > > Hi, > > I'm using nsolve to solve systems of equations. There are cases where the > number of equations is greater than the number of variables, but it can still > be solved because some equations are redundant. I would like to

[sympy] Determine Redundant Equations

2022-07-15 Thread 'Ephraim Bryski' via sympy
Hi, I'm using nsolve to solve systems of equations. There are cases where the number of equations is greater than the number of variables, but it can still be solved because some equations are redundant. I would like to be able to eliminate redundant equations beforehand, leaving only unique