expand and simplify an algebraic expression online

Online calculator that allows you to expand and reduce an algebraic expression.
  • expand_and_simplify(`(3+4)*2`) returns 14
  • expand_and_simplify(`x*(x+2)`) returns `2*x+x^2`
See also