Diophantine equations solver
Note:
1.Enter polynomial only. "=" is not available.
2.Please use + for addition, * for multiplication(this can be omitted, e.g. 2x will be read as 2*x,
xy will be read as x*y, etc.) and don't input integer multiple integer such as 3*4.
3.Please use ^ for power, and () for brackets. (...)2x is not available.
4.Variables are either one letter from a to z, or one letter and one digit, e.g. x0, x1, or x9.
5.No mixture of variables such as x and x1 in one polynomial.
6.Variable including 'n','m' are not available because \(n_{0}\),\(n_{1}\),\(n_{2}\),... and \(m_{0}\),\(m_{1}\),\(m_{2}\),... represent the integer parameters in
solution.
7.Several polynomials can be entered to be solved simultaneously where they are separated by ",".
8.Equation systems can be solved by entering "sys;" at the beginning of polynomials described in 7.
Method 6:
Equation system
Example: \(\left\{ \begin{aligned}&x+2y+2=0\\&x^2+y+1=0\end{aligned} \right.\)