02 Operators

Operator

A function: functions functions. All functions are operators. Transform: an operator which simplifies some operations. Adjoint of operator T: \(T^{} : \dprod{Tu,v} = \dprod{u, T^{}v}\).

Eigenfunctions

ev of D is ex.

Differential operator

D or Dx=ddx. A Linear operator.

Operators T=kckDk. Any polynomial in D with function coefficients also a diff operator.

Vector and matrix calculus operators

See linear algebra ref.

Divergence operator

divf:=.f:=ifxi.

Laplacian and Elliptic operators

(Laplace) Δ=2x12+2x22. Elliptic op: L=div(a): a is scalar.

Integral operator

Aka Integral transform. Tf(u)=t1t2K(t,u)f(t)dt: changing the domain of the fn. K is the Kernel function or the nucleus of the transform. A Linear operator.

Symmetric kernels are indifferent to permutation of (t,u).

Inverse Kernel

K1(u,t) yields inverse transform:\ f(t)=u1u2K1(u,t)(Tf(u))du.

Convolution

(f.g)(t)=f(t)g(xt)dt=f(xt)g(t)dt.

You take a g, reflect it about 0, translate it by t. So, it is convoluted!

Properties: commutative, associative, distributive.

K(t, u) as a basis function

Maybe t1t2abdt specifies an inner product in a function space. Maybe K(t, u) specifies the form of basis functions in that space: so for a fixed u, you get a fixed basis fn. Maybe you are trying to find the form of the component of f(t) along the basis fn K(t, u). The integral transform is the solution. Eg: Fourier transform.

Or maybe, you have the form of the component f(u) along a certain basis fn K(u, t), and ye want to reconstruct the fn form f(t) from it. Then the inverse integral operator is useful. Eg: Inverse Fourier transform.

Some vector differential operators

Jacobian matrix

Generalizes f’(x) for Vector map F. \ Matrix J=JF(x1)=(y1)(x1): Ji,j=yixj.

Hessian matrix

Of scalar f(x) wrt vector x: Hi,j=DiDjf(x): Always symmetric. Aka 2f(x).

If 2f(x)>0 or +ve definite: f(x) convex, unique global minimum.