sympy_subs
Perform symbolic substitution in mathematical expressions by replacing variables or subexpressions with new values. Specify substitutions in 'old:new' format.
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 |