Package org.lsmp.djep.rewrite

Experimental functions for tree manipulation, package may be dropped.

See:
          Description

Interface Summary
RewriteRuleI  
 

Class Summary
AbstractRewrite Basic implementation for a RewriteRule.
CollectPowers Collect powers together so that x*x -> x^2 and x^n*x -> x^(n+1).
ExpandBrackets  
ExpandPower  
RewriteVisitor Simplifies an expression.
 

Package org.lsmp.djep.rewrite Description

Experimental functions for tree manipulation, package may be dropped.

Why this needs improving. To ensure correctness the current algorithm will after rewriting a node, check all of its children again for



http://www.singularsys.com/jep Copyright © 2007 Singular Systems