expand calculator

Calculator is able to expand an algebraic expression online and remove unnecessary brackets.
Here somes examples of using the computer to expand algebraic expression:
  • expand(`(3+4)*2`) returns 3*2+4*2
  • expand(`x*(x+2)`) returns x*x +x*2
  • expand(`(x+3)^2`) returns `3^2+2*3*x+x^2`
See also