Hacker News new | ask | show | jobs
by pumanoir 839 days ago
which books will teach how to build your own computer algebra system? (I've only heard PAIP does)
1 comments

I feel building your own is probably not the best way to benefit from a CAS, unless you are doing it for fun! But I had this question too in the past and found some resources, including the fact that SymPy is a good project to learn from.

—-

https://www.sympy.org/en/index.html

https://www.google.com/books/edition/Computer_Algebra/rOU3EA...

http://sarabander.github.io/sicp/html/2_002e3.xhtml#g_t2_002...