factor_expression
Factor symbolic expressions such as x^2 - 1 into (x - 1)(x + 1), simplifying algebraic problems.
Instructions
Factor a symbolic expression, e.g. x**2 - 1 -> (x - 1)*(x + 1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |