substitute_expression
Replace a variable in a mathematical expression with another expression using SymPy's substitution method to simplify or transform equations.
Instructions
Substitutes a variable in an expression with another expression using SymPy's subs method.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
expr_key | Yes | ||
replacement_expr_key | Yes | ||
var_name | Yes |