SymbolicUtils.jl icon indicating copy to clipboard operation
SymbolicUtils.jl copied to clipboard

Symbolic expressions, rewriting and simplification

Results 162 SymbolicUtils.jl issues
Sort by recently updated
recently updated
newest added

Prompted by [this discussion](https://discourse.julialang.org/t/struggling-with-defining-a-good-factorization-rule-in-symbolicutils-jl/111522) When using `@acrule`, I can't "propagate" AC to operands other than the toplevel one. In the example below, a correct factorisation rewriter would be `Rewriters.Chain([factor, factor2,...

I wrote a section in the Catalyst docs about metadata. I imagine some users might want to create there own. FOr this case, it would be neat to have a...