Quadratic Approximation
Linear( affine) :
L(x,y) = a + bx+cy
Quadratic Apporximation
Approximate near (x0,y0)
Linear:
L(x,y) = f(x0,y0)
+fx(x0,y0)(x-x0)
+fy(x0,y0)(y-y0)
a + bx + cy
a = f(x0,y0)
b = fx(x0,y0)
c = fy(x0, y0)
Qudratic ?
要找出 a b c ?
Want
L(x0,y0) = f(x0,y0)
首先計算
Q(x,y) =
f(x0,y0)+
fx(x0,y0)(x-x0)+fy(x0,y0)(y-y0)
Want
Approximate
near (x0,y0)
Quadratic term
For example:
Hessian Matrix
(2) 三維
f(x,y,z)
(3) 萬用表示法
=
a.
前言
f(x,y) = f(x0,y0)
令f(x0,y0) = f(x0)
結論: