Hi, I'm interested in symbolic equation solvers. Does anyone know a good source to read about the 'state-of-things' regarding research in this area? I'm familiar with PRESS (PRolog Equation Solving System) and am looking to implement something similar in core.logic, but need a good place to start reading up.
Hi @dmarjenburgh Does this fit the bill? https://github.com/clojure-numerics/expresso https://github.com/mschuene/expresso-tutorial
Thanks, have seen it. Doesn't appear active anymore and couldn't find reference to research in the code. I might learn something from diving into the codebase though.
have you seen these books by any chance?
disclaimer: I know nothing about the subject, I just always have on the back burner to relearn some math, and I found the books when I was looking for computer algebra books
also, they are ~20 year old books so maybe not precisely state of the art haha
the source of sympy seems like a good resource too
say:
I had not seen those books. Thanks!