adding latex

This commit is contained in:
Debucquoy
2023-09-21 08:24:22 +02:00
parent 4fd7542f03
commit 4de4dcf2c2
34 changed files with 2013 additions and 0 deletions

16
bac2/latex/ex4.tex Normal file
View File

@ -0,0 +1,16 @@
\documentclass{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage[french]{babel}
\usepackage{amsmath, amsfonts, amssymb, amsthm}
\begin{document}
Soit $f$ une fonction continue sur $[0,1], p > 1$ et $\epsilon > 0$. Alors il existe un polynome $g$ tel que
\[
||f-g||_p = (\int_0^1 |f(x) - g(x)|^p dx)^{1/p}
\]
Par exemple, on peut l'appliquer aux fonctions $f(x) = sin(x), ln(x), e^x, ...$
\end{document}