diff --git a/README.md b/README.md index ebeed6b..39993c0 100644 --- a/README.md +++ b/README.md @@ -52,6 +52,7 @@ Some are in Jupyter (IPython) notebooks, some in `.py` files. You can view the f |[Symbolic Algebra, Simplification, and Differentiation](https://github.com/norvig/pytudes/blob/master/ipynb/Differentiation.ipynb)
*A computer algebra system that manipulates expressions, including symbolic differentiation.*| |[Economics Simulation](https://github.com/norvig/pytudes/blob/master/ipynb/Economics.ipynb)
*A simulation of a simple economic game.*| |[How to Count Things](https://github.com/norvig/pytudes/blob/master/ipynb/How%20To%20Count%20Things.ipynb)
*Combinatorial math: how to count how many things there are, when there are a lot of them.*| +|[Euler's Sum of Powers Conjecture](https://github.com/norvig/pytudes/blob/master/ipynb/Euler's%20Conjecture.ipynb)
*Solving a 200-year-old puzzle by finding integers that satisfy a5 + b5 + c5 + d5 = e5.*| |Computer Science Algorithms and Concepts| |---|