File tree Expand file tree Collapse file tree 1 file changed +0
-18
lines changed
src/sections/01_introduction Expand file tree Collapse file tree 1 file changed +0
-18
lines changed Original file line number Diff line number Diff line change 1
1
Considering the table of forward finite differences of the polynomial $ n^3 $
2
- % \begin{table}[H]
3
- % \begin{center}
4
- % \setlength\extrarowheight{-6pt}
5
- % \begin{tabular}{c|cccc}
6
- % $n$ & $n^3$ & $\Delta(n^3)$ & $\Delta^2(n^3)$ & $\Delta^3(n^3)$ \\
7
- % \hline
8
- % 0 & 0 & 1 & 6 & 6 \\
9
- % 1 & 1 & 7 & 12 & 6 \\
10
- % 2 & 8 & 19 & 18 & 6 \\
11
- % 3 & 27 & 37 & 24 & 6 \\
12
- % 4 & 64 & 61 & 30 & 6 \\
13
- % 5 & 125 & 91 & 36 & \\
14
- % 6 & 216 & 127 & & \\
15
- % 7 & 343 & & &
16
- % \end{tabular}
17
- % \end{center}
18
- % \caption{Table of finite differences of the polynomial $n^3$.} \label{tab:table}
19
- % \end{table}
20
2
\input {figures/01_fig_finite_differences_cubes }
21
3
We can easily observe that finite differences
22
4
\footnote {\input {sections/01_introduction/footnote }}
You can’t perform that action at this time.
0 commit comments