🔢 Math Operations
Use
** for powers (e.g., x**2), * for multiplication (e.g., 3*x)
Syntax Guide:
- Enter a polynomial equation in one variable, equated to zero.
- Use
**for powers (e.g., x**4),*for multiplication (e.g., 3*x). - Examples:
x**2 + 3*x - 4 = 0,x**4 + 1 = 0
For Best Results:
- Only single-variable polynomials are supported for root-finding.
- Very high degree polynomials may be slow or have complex roots.
📝 Results
Enter an equation and click Solve.