blob: 4a0ab779c756b1d5a8d9623c7b4c699cae35ef18 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
% exp(-t)
\SCALEVARIABLEfunction
{-1}{\EXPfunction}
{\NEGEXPfunction}
% exp(-t)cos(t)
\PRODUCTfunction
{\NEGEXPfunction}
{\COSfunction}
{\NEGEXPCOSfunction}
% 3t^2-2exp(-t)cos(t)
\LINEARCOMBINATIONfunction
{3}{\SQUAREfunction}
{-2}{\NEGEXPCOSfunction}
{\myfunction}
\myfunction{5}{\sol}{\Dsol}
If
\[
f(t)=3t^2-2\mathrm{e}^{-t}\cos t
\]
then
\[
\begin{gathered}
f(5)=\sol\\
f'(5)=\Dsol
\end{gathered}
\]
|