![]() |
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 second partial derivative with respect to
x
,
and the value of the derivative, are
\Dpow{2}{x} f ( x , \varepsilon ) = 1.
i
-th variable is given by
v_i (t) = v_i^{(0)} + v_i^{(1)} * t + v_i^{(2)} * t^2 / 2
We use
x^{(1)} = 1
,
x^{(2)} = 0
,
use
\varepsilon^{(1)} = 1
, and
\varepsilon^{(2)} = 0
so that second order differentiation
with respect to
t
, at
t = 0
,
is the same as the second partial differentiation
with respect to
x
at
x = x^{(0)}
.
Index |
| Zero |
| Operation |
| First |
| Derivative |
| Second |
1 | 0.5 | v_1^{(1)} = x^{(1)} | 1 | v_2^{(2)} = x^{(2)} | 0 | |||||
2 | 0.5 | v_2^{(1)} = 1 * v_1^{(1)} | 1 | v_2^{(2)} = 1 * v_1^{(2)} | 0 | |||||
3 | 0.5 | v_3^{(1)} = v_2^{(1)} / 1 | 1 | v_3^{(2)} = v_2^{(2)} / 1 | 0 | |||||
4 | 1.5 | v_4^{(1)} = v_3^{(1)} | 1 | v_4^{(2)} = v_3^{(2)} | 0 | |||||
5 | 0.25 | v_5^{(1)} = v_3^{(1)} * v_1^{(0)} + v_3^{(0)} * v_1^{(1)} | 1 | v_5^{(2)} = v_3^{(2)} * v_1^{(0)} + 2 * v_3^{(1)} * v_1^{(1)} + v_3^{(0)} * v_1^{(2)} | 2 | |||||
6 | 0.125 | v_6^{(1)} = v_5^{(1)} / 2 | 0.5 | v_6^{(2)} = v_5^{(2)} / 2 | 1 | |||||
7 | 1.625 | v_7^{(1)} = v_4^{(1)} + v_6^{(1)} | 1.5 | v_7^{(2)} = v_4^{(2)} + v_6^{(2)} | 1 |