HarrisonGrodin / HarrisonGrodin/Simplify.jl
Derive orderlessness for special elements and repetition operators
- Dominant language
- Julia
- Stars
- 83
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
The following should be orderless in standard contexts:
- Multiplication of terms/exponentials with the same base. (`x*x`, `x^3 * x`, `x^3 * x^2`, etc.)
- Application of identity. (`x + zero(x)`, `x * one(x)`, etc.)
- Application of annhilator. (`x * zero(x)`, `x & false`, `x | true`, etc.)
Contributor guide
No contributing guide indexed for this repository
Research direction
The issue names no files, tests, or entry points. First locate the existing orderlessness and rewrite handling in Simplify.jl, then verify the listed multiplication, identity, and annihilator examples in standard contexts. Done means those cases simplify without depending on operand order.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- julia
- Domain
- tooling
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100