sympy_xreplace
Perform exact, unsimplified substitutions in symbolic math expressions. Replace specific subexpressions while preserving the original form without automatic simplification.
Instructions
Exact replacement without simplification.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expr | Yes | ||
| mapping | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |