Prev | Next |
exp_eps(x, epsilon)
with
x
is equal to .5
and
epsilon
is equal to .2.
For this case, the mathematical function for the operation sequence
corresponding to exp_eps
is
@[@
f ( x , \varepsilon ) = 1 + x + x^2 / 2
@]@
The corresponding derivative of the
partial derivative with respect to @(@
x
@)@ is
@[@
\begin{array}{rcl}
\Dpow{2}{x} f ( x , \varepsilon ) & = & 1
\\
\partial_\varepsilon \partial_x f ( x , \varepsilon ) & = & 0
\end{array}
@]@
exp_eps(x, epsilon)
at
x
equal to .5 and
epsilon
equal .2 is
@[@
\Dpow{2}{x} v_7^{(0)}
= \D{v_7^{(1)}}{x}
= \D{f_1}{v_1^{(0)}}
= 1
@]@
There is a theorem about algorithmic differentiation that explains why
the other partial of @(@
f_1
@)@ is equal to the first partial of
exp_eps(x, epsilon)
with respect to @(@
x
@)@.