i got stuck on the following problem. Let $f_1,...,f_r \in \mathbb{R}[x_1,...,x_n]$ be some polynomials. The question is if there is any real value $x$ such that $f_1,..,f_i$ are zero in $x$ and $f_{i+1},...,f_r$ are non-zero.
The problem is that I have given about 200 such polynomials in about 200 variables. I can reformulate the problem so one can theoretically solve it using Gröbner basis and such, but there is no point in calculating that in any reasonable time.
Does anyone know a program to do this? I especially never used the fact that i just want to know if there is a solution and I dont need every such solution. Is there any chance using maple?
Thanks in advance
You may want to try Z3. Here's a simple example that uses the python API. I've no idea how Z3 will fare on your problem, but at least in principle it can handle it.