ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/REPOS_ERICCA/document/GMC1035/tableintegration1d.tex
(Generate patch)

Comparing document/GMC1035/tableintegration1d.tex (file contents):
Revision 1072 by francois, Wed Jun 6 19:49:12 2018 UTC vs.
Revision 1073 by francois, Wed Aug 4 19:38:16 2021 UTC

# Line 1 | Line 1
1   \newpage
2   \begin{subappendices}
3   \section{Table d'intégration simple}
4 <
4 > \begin{encadre2}
5   \begin{tabular}{|c|c|c|c||c|c|c|c|}
6    \hline
7     \multicolumn{4}{|c||}{\textbf{Quadrature de Gauss-Legendre}} & \multicolumn{4}{|c|}{\textbf{Newton-Cotes}}\\
# Line 37 | Line 37 | $5$ & $0$ & $\frac{128}{225}$ & $9$&$5$
37   \int_a^b f(x)dx&=&\sum_{i=0}^{n-1} \frac{x_{i+1}-x_i}{2}  \sum_{j=1}^{r} w_jf\left(\frac{x_{i+1}-x_i}{2}t_j+\frac{x_{i+1}+x_i}{2}\right)\\
38   x_i&=&a+\frac{i}{n}(b-a)\\
39   \end{eqnarray*}
40 < \end{subappendices}
40 > \end{encadre2}
41 > \end{subappendices}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines