https://github.com/alexkaiser/SimplifySum
Raw File
Tip revision: f1f263c0602b82dc3d7b227d667016defc807e45 authored by alexkaiser on 20 August 2013, 01:59:00 UTC
PSLQ norm bound now user specified in header
Tip revision: f1f263c
readme.txt
Automatic, symbolic simplification of sums. Simplifies symbolic constants of the form Sum[a_i x_i], where a_i are rational, x_i complex. These are symbolic expressions that can be evaluated to arbitrary numerical precision. 


Building:           Evaluate all cells in "SimplifySum.nb"

Use:                Run simplifySum[x] to simplify a constant. 
                    See paper and examples for advanced usage. 

Examples:           Open "Examples.nb"

Examples of rules:  Open "RuleList.nb"


Further examples are in /SimplifySum/ExamplesFromPaper. 

See "Automated Simplification of Large Symbolic Expressions" for much more detail. 

Note that Mathematica files are not plain text, and do not look right outside of the Mathematica editor.   
back to top