Algebraic Equiv
algebraic_equivCheck whether two algebraic expressions are mathematically equivalent, providing an exact symbolic identity comparison. Not for float rounding or overflow.
Instructions
Are two expressions algebraically identical? 'is (ab)/c the same as a(b/c)?' answered exactly. Use symbolic(op="simplify"), not this, to see one expression's own simplified/factored/expanded forms rather than compare two; use verify_translation to compare running PROGRAMS, not expressions. Caveat: symbolic identity says nothing about float rounding, integer truncation or modular overflow.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| a | Yes | First symbolic expression to compare for algebraic identity | |
| b | Yes | Second symbolic expression to compare for algebraic identity |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||