<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>pymbolic</name>
<shortdesc>A package for symbolic computation</shortdesc>
<description>Pymbolic is a small symbolic manipulation library. Two things set it apart
      from other libraries of its kind:

      * Users can easily write their own symbolic operations, simply by deriving
        from the builtin visitor classes.
      * Users can easily add their own symbolic entities to do calculations
        with.

      Pymbolic currently understands regular arithmetic expressions, derivatives,
      sparse polynomials, fractions, term substitution, expansion. It automatically
      performs constant folding, and it can compile its expressions into Python 
      bytecode for fast(er) execution.
      
      If you are looking for a full-blown Computer Algebra System, look at 
      `sympy &lt;http://pypi.python.org/pypi/sympy&gt;`_ or 
      `PyGinac &lt;http://pyginac.sourceforge.net/&gt;`_. If you are looking for a
      basic, small and extensible set of symbolic operations, pymbolic may
      well be for you.</description>
<homepage rdf:resource="http://mathema.tician.de/software/pymbolic" />
<maintainer><foaf:Person><foaf:name>Andreas Kloeckner</foaf:name>
<foaf:mbox_sha1sum>e3bf4a00975b603e08b8666cbf2589efd0066885</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>0.91</revision></Version></release>
</Project></rdf:RDF>