Factoring calculator

The factoring calculator allows to factor an algebraic expression online with steps.
Factorize an identity
  • factor(`1+2x+x^2`) returns `(x+1)^2`.
  • factor(`1-x^2`) returns `(1-x)(1+x)`
Factor an expression
  • Factoring expression (2+2*x+(x+1)*(x+3)) with the function factor(`(2+2*x+(x+1)*(x+3))`) returns `(x+5)*(1+x)`
See also