Skip to content

Commit 9308a70

Browse files
authored
Merge pull request #210 from JuliaSymbolics/ChrisRackauckas-patch-1
Point to Symbolics.jl
2 parents 9d47a41 + d448a01 commit 9308a70

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,10 @@
1111
</a>
1212
</p>
1313

14-
SymbolicUtils.jl provides various utilities for symbolic computing.
14+
SymbolicUtils.jl provides various utilities for symbolic computing. SymbolicUtils.jl is what one would use to build
15+
a Computer Algebra System (CAS). If you're looking for a complete CAS, similar to SymPy or Mathematica, see
16+
[Symbolics.jl](https://github.com/JuliaSymbolics/Symbolics.jl). If you want to build a crazy CAS for your weird
17+
Octonian algebras, you've come to the right place.
1518

1619
[Symbols in SymbolicUtils](https://juliasymbolics.github.io/SymbolicUtils.jl/#creating_symbolic_expressions) carry type information. Operations on them propagate this information. [A rule-based rewriting language](https://juliasymbolics.github.io/SymbolicUtils.jl/#rule-based_rewriting) can be used to find subexpressions that satisfy arbitrary conditions and apply arbitrary transformations on the matches. The library also contains a set of useful [simplification](https://juliasymbolics.github.io/SymbolicUtils.jl/#simplification) rules for expressions of numeric symbols and numbers. These can be remixed and extended for special purposes.
1720

0 commit comments

Comments
 (0)