view README.md @ 0:e85652916197 draft

Initial commit
author Lewin Bormann <lbo@spheniscida.de>
date Fri, 17 May 2019 22:28:13 +0200
parents
children b41edf239685
line wrap: on
line source

# arith: Toy arithmetic parser in Python

This is not really useful except for playing around with recursive parsers and
possible applications of computer algebra.

Ideas list:

* Vector calculations
* Matrix calculations
* Automatic symbolic differentiation (and integration)
* Graphing (with matplotlib)