feat(1G_math): start modélisation discrète
This commit is contained in:
14
1G_math/01_Modelisation_Discrete/1B.tex
Normal file
14
1G_math/01_Modelisation_Discrete/1B.tex
Normal file
@@ -0,0 +1,14 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Modélisation Discrète - Cours}
|
||||
\date{septembre 2025}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\end{document}
|
||||
7
1G_math/01_Modelisation_Discrete/exercises.tex
Normal file
7
1G_math/01_Modelisation_Discrete/exercises.tex
Normal file
@@ -0,0 +1,7 @@
|
||||
\begin{exercise}[subtitle={<++>}, step={1}, origin={<++>}, topics={ Modélisation Discrète }, tags={ suite, modélisation, tableur, programmation }]
|
||||
<++>
|
||||
\end{exercise}
|
||||
|
||||
\begin{solution}
|
||||
<++>
|
||||
\end{solution}
|
||||
28
1G_math/01_Modelisation_Discrete/index.rst
Normal file
28
1G_math/01_Modelisation_Discrete/index.rst
Normal file
@@ -0,0 +1,28 @@
|
||||
Modélisation Discrète
|
||||
#####################
|
||||
|
||||
:date: 2025-09-01
|
||||
:modified: 2025-09-01
|
||||
:authors: Benjamin Bertrand
|
||||
:tags: suite, modélisation, tableur, programmation
|
||||
:category: 1G_math
|
||||
:summary: Modélisation de phénomènes discrets et découverte de la notion de suite.
|
||||
|
||||
|
||||
Éléments du programme
|
||||
=====================
|
||||
|
||||
Contenus
|
||||
--------
|
||||
|
||||
Capacités attendues
|
||||
-------------------
|
||||
|
||||
Commentaires
|
||||
------------
|
||||
|
||||
Progression
|
||||
===========
|
||||
|
||||
Étape 1:
|
||||
--------
|
||||
44
1G_math/01_Modelisation_Discrete/plan_de_travail.tex
Normal file
44
1G_math/01_Modelisation_Discrete/plan_de_travail.tex
Normal file
@@ -0,0 +1,44 @@
|
||||
\documentclass[a4paper,12pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Modélisation Discrète - Plan de travail}
|
||||
\tribe{1G_math}
|
||||
\date{septembre 2025}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
}
|
||||
|
||||
|
||||
\begin{document}
|
||||
\maketitle
|
||||
|
||||
% Résumé
|
||||
|
||||
\bigskip
|
||||
|
||||
Savoir-faire de la séquence
|
||||
\begin{itemize}
|
||||
\item
|
||||
\end{itemize}
|
||||
|
||||
\bigskip
|
||||
|
||||
Ordre des étapes à respecter
|
||||
|
||||
|
||||
\section{}
|
||||
|
||||
\listsectionexercises
|
||||
|
||||
|
||||
\pagebreak
|
||||
|
||||
\input{exercises.tex}
|
||||
\printcollection{banque}
|
||||
|
||||
|
||||
\end{document}
|
||||
28
1G_math/01_Modelisation_Discrete/solutions.tex
Normal file
28
1G_math/01_Modelisation_Discrete/solutions.tex
Normal file
@@ -0,0 +1,28 @@
|
||||
\documentclass[a4paper,10pt]{article}
|
||||
\usepackage{myXsim}
|
||||
|
||||
\usetikzlibrary{shapes.geometric}
|
||||
|
||||
\author{Benjamin Bertrand}
|
||||
\title{Modélisation Discrète - Solutions}
|
||||
\tribe{1G_math}
|
||||
\date{septembre 2025}
|
||||
|
||||
\DeclareExerciseCollection{banque}
|
||||
\xsimsetup{
|
||||
exercise/print=false,
|
||||
solution/print=true,
|
||||
}
|
||||
|
||||
\pagestyle{empty}
|
||||
|
||||
|
||||
\begin{document}
|
||||
|
||||
\maketitle
|
||||
|
||||
\input{exercises.tex}
|
||||
%\printcollection{banque}
|
||||
%\printsolutions{exercises}
|
||||
|
||||
\end{document}
|
||||
@@ -0,0 +1,28 @@
|
||||
Spécialité mathématiques en première
|
||||
####################################
|
||||
|
||||
:date: 2025-08-19
|
||||
:modified: 2025-08-19
|
||||
:authors: Bertrand Benjamin
|
||||
:category: 1G_spe
|
||||
:tags: Progression
|
||||
:summary: Organisation de l'année pour la première générale spécialité mathématiques.
|
||||
|
||||
Progression
|
||||
===========
|
||||
|
||||
Découpage en séquences et organisation de l'année.
|
||||
|
||||
.. image:: ./chapitres.png
|
||||
|
||||
Période 1
|
||||
=========
|
||||
|
||||
.. big_button::
|
||||
:title: Modélisation discrète
|
||||
:link: ./01_Modelisation_Discrete/
|
||||
|
||||
Découverte de la notion de suite à travers a modélisation et l'étude de phénomènes discrèts.
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user