Fun with the new Logic module
Sunday, May 31st, 2009The logic module is slowly becoming useful. This week I managed to get some basic inference in propositional logic working. This should be enough for the assumption sysmtem (although having first-order inference would be cool).
You can pull from my branch:
git pull http://fseoane.net/git/sympy.git logic
Here are some examples of what it can do:
First, importing and defining our […]



