- <li><b>Algebra Solver</b> - There are two highly featured algebra solvers out there; Nerdamer and Algebrite. They have so many functions (for example matrix inversion) but are totally flawed because they can't simplify simple Algebra! On Algegrite.org you can test it can't solve ths simple case: simplify((1/(x-1)) + 1/(1-x)). Same for Algebrite. Neither library are well supported anymore and tbh I think the developers are afraid to dig into this as its such fundamental flaw. Anyway, I ended up using https://github.com/Yaffle/Expression (thankfully someone did the work for me lol) which is teribly documented, half finished and barely usable</li>
0 commit comments