sympy_subs
Substitute variables or expressions in symbolic mathematical formulas using specified replacement rules to transform equations and expressions.
Instructions
Substitute in expression.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | Expression | |
| old_new | Yes | Substitutions as "old:new,old2:new2" |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |