factor
Factor a polynomial expression or integer into its irreducible components using Algebrite.
Instructions
Factors a polynomial expression using Algebrite. Returns the factored form. Examples: 'x^2 - 4' → '(x+2)(x-2)', 'x^3 - 6x^2 + 11*x - 6', '12' → prime factorization
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| expression | Yes |