From 3634892b017299efa942ef920f18d25c138dbc94 Mon Sep 17 00:00:00 2001 From: Peter Norvig Date: Sun, 4 Feb 2018 21:22:43 -0800 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b27571c..cf2845a 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Some are in Jupyter (IPython) notebooks, some in `.py` files. You can view the f |---| |[A Concrete Introduction to Probability](https://github.com/norvig/pytudes/blob/master/ipynb/Probability.ipynb)
*Code and examples of the basic principles of Probability Theory.*| |[Probability, Paradox, and the Reasonable Person Principle](https://github.com/norvig/pytudes/blob/master/ipynb/ProbabilityParadox.ipynb)
*Some classic paradoxes in Probability Theory, and how to think about disagreements.*| -|[Symbolic Algebra, Simplification, and Differentiation](https://github.com/norvig/pytudes/blob/master/ipynb/Differentiation.ipynb)
*A computer algebra system to manipulate expressions. including symbolic differentiation.*| +|[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.*|