Prev | Next |
t
(see Section 10.2 of
Evaluating Derivatives
).
Here and below
@(@
X(t)
@)@, @(@
Y(t)
@)@, and
Z(t)
are scalar valued functions
and the corresponding p
-th order Taylor coefficients row vectors are
@(@
x
@)@, @(@
y
@)@ and @(@
z
@)@; i.e.,
@[@
\begin{array}{lcr}
X(t) & = & x^{(0)} + x^{(1)} * t + \cdots + x^{(p)} * t^p + O( t^{p+1} ) \\
Y(t) & = & y^{(0)} + y^{(1)} * t + \cdots + y^{(p)} * t^p + O( t^{p+1} ) \\
Z(t) & = & z^{(0)} + z^{(1)} * t + \cdots + z^{(p)} * t^p + O( t^{p+1} )
\end{array}
@]@
For the purposes of this discussion,
we are given the p
-th order Taylor coefficient row vectors
@(@
x
@)@, @(@
y
@)@, and @(@
z
@)@.
In addition, we are given the partial derivatives of a scalar valued function
@[@
G ( z^{(j)} , \ldots , z^{(0)}, x, y)
@]@
We need to compute the partial derivatives of the scalar valued function
@[@
H ( z^{(j-1)} , \ldots , z^{(0)}, x, y) =
G ( z^{(j)}, z^{(j-1)} , \ldots , z^{(0)}, x , y )
@]@
where @(@
z^{(j)}
@)@ is expressed as a function of the
j-1
-th order Taylor coefficient row
vector for @(@
Z
@)@ and the vectors @(@
x
@)@, @(@
y
@)@; i.e.,
@(@
z^{(j)}
@)@ above is a shorthand for
@[@
z^{(j)} ( z^{(j-1)} , \ldots , z^{(0)}, x, y )
@]@
If we do not provide a formula for
a partial derivative of @(@
H
@)@, then that partial derivative
has the same value as for the function @(@
G
@)@.
j-1
-th order Taylor coefficient row
vector for @(@
Z
@)@ and the vector @(@
x
@)@; i.e.,
@(@
z^{(j)}
@)@ above is a shorthand for
@[@
z^{(j)} ( z^{(j-1)} , \ldots , z^{(0)}, x )
@]@
exp_reverse | Exponential Function Reverse Mode Theory |
log_reverse | Logarithm Function Reverse Mode Theory |
sqrt_reverse | Square Root Function Reverse Mode Theory |
sin_cos_reverse | Trigonometric and Hyperbolic Sine and Cosine Reverse Theory |
atan_reverse | Inverse Tangent and Hyperbolic Tangent Reverse Mode Theory |
asin_reverse | Inverse Sine and Hyperbolic Sine Reverse Mode Theory |
acos_reverse | Inverse Cosine and Hyperbolic Cosine Reverse Mode Theory |
tan_reverse | Tangent and Hyperbolic Tangent Reverse Mode Theory |
erf_reverse | Error Function Reverse Mode Theory |
pow_reverse | Power Function Reverse Mode Theory |