Symbolic convolution of two expressions over the real line
Convolve[f, g, x, y]
Convolve[f, g, {x1, x2, …}, {y1, y2, …}]
Convolve[DiracDelta[x], f[x], x, y]
→ f[y]Convolve[UnitBox[x], UnitBox[x], x, y]
→ UnitTriangle[y]Convolve[Exp[-x]UnitStep[x], Exp[-x]UnitStep[x], x, y]
→ (y*UnitStep[y])/E^y- Assumptions — default $Assumptions
- GenerateConditions — default False
- Method — default Automatic
- PrincipalValue — default False