forked from alexkaiser/SimplifySum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme.txt
More file actions
18 lines (9 loc) · 748 Bytes
/
readme.txt
File metadata and controls
18 lines (9 loc) · 748 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.