-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmath-ulm-2023.tex
More file actions
82 lines (67 loc) · 2.4 KB
/
Copy pathmath-ulm-2023.tex
File metadata and controls
82 lines (67 loc) · 2.4 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
\documentclass[a4paper,parskip=half-,headings=small]{scrartcl}
\usepackage{libertine}
\usepackage[T1]{fontenc}
\usepackage[libertine,vvarbb]{newtxmath}
\usepackage{microtype}
\usepackage[hypertexnames=false]{hyperref}
\usepackage[french]{babel}
\usepackage[scale=.85]{plex-sans}
\usepackage{mathtools}
\usepackage[shortlabels]{enumitem}
\usepackage[style=apa, backend=biber]{biblatex}
\addbibresource[glob]{*.bib}
\addtokomafont{author}{\sffamily}
\addtokomafont{date}{\sffamily}
\renewcommand{\leq}{\leqslant}
\renewcommand{\geq}{\geqslant}
\renewcommand{\epsilon}{\varepsilon}
\renewcommand{\phi}{\varphi}
\newcommand{\st}{\ \middle|\ }
\usepackage{fontawesome}
\usepackage{graphicx}
\title{Épreuve orale “Mathématiques Ulm”}
\subtitle{Concours MP --- Session 2023}
\author{Pierre Lairez \and Romain Tessera}
\date{}
\begin{document}
\maketitle
\begin{center}
\begin{minipage}{.7\linewidth}
\footnotesize\sffamily
Ce document rassemble les exercices posés aux candidats au concours d'entrée de l'ENS Ulm, en filière MP, lors de l'épreuve orale “Mathématiques Ulm”.
\bigskip
\faGithub{} \url{https://github.com/lairez/math-ulm-2023}
\bigskip
\raisebox{-.4ex}{\includegraphics[height=2ex]{cc-zero.pdf}}
Document publié sous licence \href{https://creativecommons.org/publicdomain/zero/1.0/deed.fr}{``CC0 1.0 Universel''}.
\end{minipage}
\end{center}
\input{sec/00_tchebychev_wronskien.tex}
\input{sec/01_divis_card_GLnFp.tex}
\input{sec/02_monomisation_locale.tex}
\input{sec/03_espace_translatee.tex}
\input{sec/04_somme_alternee.tex}
\input{sec/05_union_de_fermes.tex}
\input{sec/06_isoperimetrique_discrete.tex}
\input{sec/07_antisymetrique.tex}
\input{sec/08_isometries_affines.tex}
\input{sec/10_resultant.tex}
\input{sec/11_composantes_connexes.tex}
\input{sec/12_translation_impossible.tex}
\input{sec/13_valuation_padique_produit.tex}
\input{sec/14_generateur_groupe_matriciel.tex}
\input{sec/15_angle_pavage.tex}
\input{sec/16_cosinus_rationnel.tex}
\input{sec/17_wronskien_peano.tex}
\input{sec/18_distance_mat_sym.tex}
\input{sec/19_norme_inverse.tex}
\input{sec/20_disques_carres.tex}
\input{sec/21_certification_racine.tex}
\input{sec/21_mediane_moyenne.tex}
\input{sec/22_sous_espace_stable.tex}
\input{sec/23_hermite_kakeya.tex}
\input{sec/24_groupe_de_polynomes.tex}
\input{sec/25_somme_deux_carres.tex}
\input{sec/26_hermite_sylvester.tex}
\printbibliography
\end{document}