Skip to content

Commit

Permalink
small
Browse files Browse the repository at this point in the history
  • Loading branch information
n0rbed committed Aug 30, 2024
1 parent 60de1a1 commit 1ebb2c9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/manual/solver.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,14 @@ Symbolics.symbolic_solve(eqs, [x,y,z])
- [ ] Systems of polynomial equations with parameters and positive dimensional systems
- [ ] Inequalities

### Expressions we can not solve (but aim to)
```
# Mathematica
In[1]:= Reduce[x^2 - x - 6 > 0, x]
Out[1]= x < -2 || x > 3
```

# References

[^1]: [Rouillier, F. Solving Zero-Dimensional Systems Through the Rational Univariate Representation. AAECC 9, 433–461 (1999).](https://doi.org/10.1007/s002000050114)
Expand Down

0 comments on commit 1ebb2c9

Please sign in to comment.