diff --git a/README.md b/README.md index 097fe18..701b89c 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ _A worse version of [sympy](https://www.sympy.org)_ +Symbolic algebra and integration system built from scratch. Here are some integrals it can solve! + +![integrals](./benchmark/integration_log.png) + Current version can do algebraic & trigonometric simplifications, perform differentiation, and can perform *almost all* AP calc integrals including polynomials, rational functions, trig functions, logs, exponentials, and combinations of them. ## Quick start diff --git a/benchmark/integration_log.png b/benchmark/integration_log.png new file mode 100644 index 0000000..d8849b7 Binary files /dev/null and b/benchmark/integration_log.png differ