Skip to content
Allin

Convolution Calculator

Linear and circular discrete convolution with the sliding-and-summing steps shown term by term, plus a symbolic continuous convolution solved exactly through the Laplace convolution theorem.

Antilog Calculator (inverse logarithm)The antilogarithm undoes the logarithm: antilog_b(y) = bʸ, so log_b(bʸ) = y. Pick base 10, e, 2 or your own, enter the exponent, and the result comes back with the inverse relationship spelled out and the round trip checked. Bases of zero or less, and base 1, are rejected with the reason.Bernoulli ODE SolverSolves y′ + P(x)y = Q(x)yⁿ by showing the substitution v = y^(1−n) that turns it into a linear equation, then integrating. The two degenerate cases are handled explicitly: n = 0 is already linear, n = 1 is separable.Derivative CalculatorCompute single, partial, implicit and directional derivatives symbolically.Direction Field / Slope Field PlotterDraws f(x, y) as a grid of tangent dashes, so the shape of every solution is visible before a single one is computed. Add initial conditions and each spawns an RK4 curve that stays tangent to the field.Directional Derivative CalculatorCompute the directional derivative Dûf = ∇f · û at a point along a direction.Double Integral CalculatorNumerically evaluate a double integral ∬ f(x,y) over a rectangular region.Euler's Method CalculatorSteps through Euler's method one row at a time and — the whole point of the method — shows how far it drifts from the exact solution. Give the exact y(x) and the error column appears; halve the step and watch the error halve with it.Divergence calculatorCompute the divergence ∇·F = ∂P/∂x + ∂Q/∂y (+ ∂R/∂z) of a 2D or 3D vector field. Type each component as an expression in x, y, z — the tool shows every partial derivative symbolically, the divergence in closed form, and its numeric value at an optional evaluation point.

Convolution Calculator works straight from this page — free, instant, nothing to install. You will find it under Calculus, with Antilog Calculator (inverse logarithm) and Bernoulli ODE Solver for the neighbouring cases.

How to use it

  1. Open the tool — no signup or install needed.
  2. Enter your input or adjust the available options.
  3. Get your result instantly, then copy or download it.

Frequently asked questions

What does Convolution Calculator do?

Linear and circular discrete convolution with the sliding-and-summing steps shown term by term, plus a symbolic continuous convolution solved exactly through the Laplace convolution theorem.

When would I actually use this?

Checking a derivative or an integral you worked out by hand, finding where a function turns, and getting a numeric answer when no closed form exists.

What is the most common mistake?

Integrating across a discontinuity as if it were not there. A numeric method will happily return a finite value for an integral that diverges — check the domain before trusting the number.

Is there a tool for the next step?

Bernoulli ODE Solver is the closest one after this: Solves y′ + P(x)y = Q(x)yⁿ by showing the substitution v = y^(1−n) that turns it into a linear equation, then integrating. The two degenerate cases are handled explicitly: n = 0 is already linear, n = 1 is separable.

What else is worth having open alongside it?

Derivative Calculator and Direction Field / Slope Field Plotter — they come up in the same task often enough to be worth a second tab.

Where do the figures come from?

Symbolic results are exact; numeric ones come from adaptive quadrature or a standard step method, and the tool reports which. Where both are available, compare them — a large gap means the problem is ill-conditioned.

Further reading

All guides