Documentation

Atlas.IntroductionToPartialDifferentialEquations.code.CM5.Convolution

noncomputable def HeatFundamental.convolution {n : } (f g : (Fin n)) (x : Fin n) :

The convolution of two functions $f, g : \mathbb{R}^n \to \mathbb{R}$ (Definition 1.1.1): $(f * g)(x) = \int_{\mathbb{R}^n} f(y)\, g(x - y)\, d^n y$.

Instances For