Online CAS Calculator
Perform symbolic math interactively: integrals, derivatives, limits, expand/factor expressions, solve equations, and more with detailed steps.
- integrate(x^2, x) — Integral of x²
- diff(sin(x^2), x) — Derivative of sin(x²)
- expand((x+1)^3) — Expand a binomial
- factor(x^3 - 1) — Factor a polynomial
- simplify((x^2 - 1)/(x - 1)) — Simplify an expression
- solve(x^2 - 4, x) — Solve quadratic equation
- limit(sin(x)/x, x, 0) — Limit of sin(x)/x as x→0
- series(exp(x), x, 0, 4) — Series expansion of e^x