import work from year 2016-2017
This commit is contained in:
240
3e/Expression_litterale/Periode2/01_eval_red_tech.tex
Normal file
240
3e/Expression_litterale/Periode2/01_eval_red_tech.tex
Normal file
@@ -0,0 +1,240 @@
|
||||
\documentclass[a4paper,10pt]{/media/documents/Cours/Prof/Enseignements/2016-2017/tools/style/classExo}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2016-2017/theme}
|
||||
%\geometry{left=10mm,right=10mm, top=10mm, bottom=10mm}
|
||||
|
||||
% Title Page
|
||||
\titre{Technique: Evaluer et reduire}
|
||||
% \seconde \premiereS \PSTMG \TSTMG
|
||||
\classe{Troisième}
|
||||
\date{Novembre 2016}
|
||||
%\duree{1 heure}
|
||||
\sujet{01}
|
||||
% DS DSCorr DM DMCorr Corr
|
||||
|
||||
%\printanswers
|
||||
\pagestyle{empty}
|
||||
|
||||
\newcommand{\lesexos}{%
|
||||
\begin{Exo}
|
||||
Évaluer les expressions suivantes
|
||||
|
||||
\begin{multicols}{3}
|
||||
\begin{enumerate}
|
||||
|
||||
|
||||
\item $- x - 5$ en $x = 6$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & - 6 - 5 \\
|
||||
A & = & -6 - 5 \\
|
||||
A & = & -11
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
|
||||
\item $- x + 8$ en $x = 1$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & - 1 + 8 \\
|
||||
A & = & -1 + 8 \\
|
||||
A & = & 7
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\item $- x + 8$ en $x = 3$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & - 3 + 8 \\
|
||||
A & = & -3 + 8 \\
|
||||
A & = & 5
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
|
||||
|
||||
\item $-10 x^{ 2 } + x - 6$ en $x = 7$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & -10 \times 7^{ 2 } + 7 - 6 \\
|
||||
A & = & -10 \times 49 + 7 - 6 \\
|
||||
A & = & -490 + 7 - 6 \\
|
||||
A & = & -483 - 6 \\
|
||||
A & = & -489
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\item $-10 x^{ 2 } + x - 6$ en $x = -5$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & -10 \times ( -5 )^{ 2 } - 5 - 6 \\
|
||||
A & = & -10 \times 25 - 5 - 6 \\
|
||||
A & = & -250 - 5 - 6 \\
|
||||
A & = & -255 - 6 \\
|
||||
A & = & -261
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
|
||||
\item $-10 x^{ 2 } + x + 10$ en $x = 8$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & -10 \times 8^{ 2 } + 8 + 10 \\
|
||||
A & = & -10 \times 64 + 8 + 10 \\
|
||||
A & = & -640 + 8 + 10 \\
|
||||
A & = & -632 + 10 \\
|
||||
A & = & -622
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
|
||||
\item $-7 x ( x - ( -7 ) )$ en $x = -10$
|
||||
|
||||
\item $-7 x ( x - ( -7 ) )$ en $x = -10$
|
||||
|
||||
|
||||
\item $( 8 x + 7 ) ( -5 - 2 x )$ en $x = -2$
|
||||
\end{enumerate}
|
||||
\end{multicols}
|
||||
\end{Exo}
|
||||
|
||||
\begin{Exo}
|
||||
Réduis les expressions suivantes
|
||||
|
||||
\begin{multicols}{3}
|
||||
\begin{enumerate}
|
||||
|
||||
\item A = $x + 1 + x - 4$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & x + 1 + x - 4 \\
|
||||
A & = & x + x + 1 - 4 \\
|
||||
A & = & ( 1 + 1 ) x + 1 - 4 \\
|
||||
A & = & 2 x - 3
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\item B = $x + 6 + 3 + x - 6$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & x + 6 + 3 + x - 6 \\
|
||||
A & = & x + 9 + x - 6 \\
|
||||
A & = & x + x + 9 - 6 \\
|
||||
A & = & ( 1 + 1 ) x + 9 - 6 \\
|
||||
A & = & 2 x + 3
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\item C = $-3 x + 5 + 5 x$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & -3 x + 5 + 5 x \\
|
||||
A & = & -3 x + 5 x + 5 \\
|
||||
A & = & ( -3 + 5 ) x + 5 \\
|
||||
A & = & 2 x + 5
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
|
||||
\item D = $-4 + 2 x - 10 - 10 x$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & -4 + 2 x - 10 - 10 x \\
|
||||
A & = & 2 x - 4 - 10 - 10 x \\
|
||||
A & = & 2 x - 14 - 10 x \\
|
||||
A & = & 2 x - 10 x - 14 \\
|
||||
A & = & ( 2 - 10 ) x - 14 \\
|
||||
A & = & -8 x - 14
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\item E = $-1 - 8 + 8 x + 6 - 4 x$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & -1 - 8 + 8 x + 6 - 4 x \\
|
||||
A & = & -9 + 8 x + 6 - 4 x \\
|
||||
A & = & 8 x - 9 + 6 - 4 x \\
|
||||
A & = & 8 x - 3 - 4 x \\
|
||||
A & = & 8 x - 4 x - 3 \\
|
||||
A & = & ( 8 - 4 ) x - 3 \\
|
||||
A & = & 4 x - 3
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\item E = $x^{ 2 } + 3 + 3 x + 3 - 10 x$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & x^{ 2 } + 3 + 3 x + 3 - 10 x \\
|
||||
A & = & x^{ 2 } + 3 x + 3 + 3 - 10 x \\
|
||||
A & = & x^{ 2 } + 3 x + 6 - 10 x \\
|
||||
A & = & x^{ 2 } + 3 x - 10 x + 6 \\
|
||||
A & = & x^{ 2 } + ( 3 - 10 ) x + 6 \\
|
||||
A & = & x^{ 2 } - 7 x + 6
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
|
||||
\item F = $-6 x^{ 2 } + 9 - 2 x - 2 - 6 x$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & -6 x^{ 2 } + 9 - 2 x - 2 - 6 x \\
|
||||
A & = & -6 x^{ 2 } - 2 x + 9 - 2 - 6 x \\
|
||||
A & = & -6 x^{ 2 } - 2 x + 7 - 6 x \\
|
||||
A & = & -6 x^{ 2 } - 2 x - 6 x + 7 \\
|
||||
A & = & -6 x^{ 2 } + ( -2 - 6 ) x + 7 \\
|
||||
A & = & -6 x^{ 2 } - 8 x + 7
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\item G = $3 x^{ 2 } + 1 x^{ 2 } - 9 x - 9 + 3 x$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & 3 x^{ 2 } + 1 x^{ 2 } - 9 x - 9 + 3 x \\
|
||||
A & = & 3 x^{ 2 } + x^{ 2 } - 9 x - 9 + 3 x \\
|
||||
A & = & ( 3 + 1 ) x^{ 2 } - 9 x - 9 + 3 x \\
|
||||
A & = & 4 x^{ 2 } - 9 x - 9 + 3 x \\
|
||||
A & = & 4 x^{ 2 } - 9 x + 3 x - 9 \\
|
||||
A & = & 4 x^{ 2 } + ( -9 + 3 ) x - 9 \\
|
||||
A & = & 4 x^{ 2 } - 6 x - 9
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\item G = $-2 x^{ 2 } + 7 - 6 x - 6 x^{ 2 } - 2 x$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
A & = & -2 x^{ 2 } + 7 - 6 x - 6 x^{ 2 } - 2 x \\
|
||||
A & = & -2 x^{ 2 } - 6 x + 7 - 6 x^{ 2 } - 2 x \\
|
||||
A & = & -2 x^{ 2 } - 6 x^{ 2 } - 6 x + 7 - 2 x \\
|
||||
A & = & ( -2 - 6 ) x^{ 2 } - 6 x + 7 - 2 x \\
|
||||
A & = & -8 x^{ 2 } - 6 x + 7 - 2 x \\
|
||||
A & = & -8 x^{ 2 } - 6 x - 2 x + 7 \\
|
||||
A & = & -8 x^{ 2 } + ( -6 - 2 ) x + 7 \\
|
||||
A & = & -8 x^{ 2 } - 8 x + 7
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\end{enumerate}
|
||||
\end{multicols}
|
||||
\end{Exo}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\lesexos
|
||||
\setcounter{exo}{0}
|
||||
\vfill
|
||||
|
||||
\ifprintanswers
|
||||
\else
|
||||
\lesexos
|
||||
\setcounter{exo}{0}
|
||||
\vfill
|
||||
\lesexos
|
||||
\setcounter{exo}{0}
|
||||
\vfill
|
||||
\fi
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
Binary file not shown.
Binary file not shown.
BIN
3e/Expression_litterale/Periode2/all_eval_red_tech.pdf
Normal file
BIN
3e/Expression_litterale/Periode2/all_eval_red_tech.pdf
Normal file
Binary file not shown.
BIN
3e/Expression_litterale/Periode2/corr_eval_red_tech.pdf
Normal file
BIN
3e/Expression_litterale/Periode2/corr_eval_red_tech.pdf
Normal file
Binary file not shown.
BIN
3e/Expression_litterale/Periode2/formuleEuler.odt
Normal file
BIN
3e/Expression_litterale/Periode2/formuleEuler.odt
Normal file
Binary file not shown.
BIN
3e/Expression_litterale/Periode2/formuleEuler.pdf
Normal file
BIN
3e/Expression_litterale/Periode2/formuleEuler.pdf
Normal file
Binary file not shown.
BIN
3e/Expression_litterale/Periode2/formuleEulerpyramides.odt
Normal file
BIN
3e/Expression_litterale/Periode2/formuleEulerpyramides.odt
Normal file
Binary file not shown.
42
3e/Expression_litterale/Periode2/index.rst
Normal file
42
3e/Expression_litterale/Periode2/index.rst
Normal file
@@ -0,0 +1,42 @@
|
||||
Notes autour de la 3e période sur le calcul littéral pour les 3e: développer réduire
|
||||
####################################################################################
|
||||
|
||||
:date: 2016-10-06
|
||||
:modified: 2016-10-06
|
||||
:tags: Calcul litteral
|
||||
:category: 3e
|
||||
:authors: Bertrand Benjamin
|
||||
:summary: Organisation de la période 2 pour le calcul littéral pour les 3e
|
||||
|
||||
|
||||
Séance 1
|
||||
--------
|
||||
|
||||
Problèmes formule d'Euler (réduction d'expressions)
|
||||
|
||||
Séance 2
|
||||
--------
|
||||
|
||||
Exercices techniques de réduction
|
||||
|
||||
Séance 3
|
||||
--------
|
||||
|
||||
Programmes de calculs avec d'étranges coïncidences à explicité grâce au calcul littéral.
|
||||
|
||||
Séance 4
|
||||
--------
|
||||
|
||||
Programmes avec développements implicites.
|
||||
|
||||
Explication de la technique de développement
|
||||
|
||||
Exercices techniques de developpement.
|
||||
|
||||
Séances suivantes
|
||||
-----------------
|
||||
|
||||
Mélange de programmes de calculs et exercices techniques.
|
||||
|
||||
|
||||
|
||||
BIN
3e/Expression_litterale/Periode2/pgm_cal_vers_expr_litt.odt
Normal file
BIN
3e/Expression_litterale/Periode2/pgm_cal_vers_expr_litt.odt
Normal file
Binary file not shown.
BIN
3e/Expression_litterale/Periode2/pgm_calc_vers_developpement.odt
Normal file
BIN
3e/Expression_litterale/Periode2/pgm_calc_vers_developpement.odt
Normal file
Binary file not shown.
BIN
3e/Expression_litterale/Periode2/pgm_calc_vers_developpement.pdf
Normal file
BIN
3e/Expression_litterale/Periode2/pgm_calc_vers_developpement.pdf
Normal file
Binary file not shown.
129
3e/Expression_litterale/Periode2/pgm_calc_vers_developpement.tex
Normal file
129
3e/Expression_litterale/Periode2/pgm_calc_vers_developpement.tex
Normal file
@@ -0,0 +1,129 @@
|
||||
\documentclass[a4paper,10pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/2016-2017/tools/style/classExo}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2016-2017/theme}
|
||||
%\geometry{left=10mm,right=10mm, top=10mm, bottom=10mm}
|
||||
|
||||
% Title Page
|
||||
\titre{Programme de calcul vers developpement}
|
||||
% \seconde \premiereS \PSTMG \TSTMG
|
||||
\classe{Troisième}
|
||||
\date{Décembre 2016}
|
||||
%\duree{1 heure}
|
||||
%\sujet{01}
|
||||
% DS DSCorr DM DMCorr Corr
|
||||
|
||||
%\printanswers
|
||||
\pagestyle{empty}
|
||||
|
||||
\newcommand{\lesexos}{%
|
||||
\begin{Exo}
|
||||
Voici 2 programmes de cacluls.
|
||||
|
||||
\Ovalbox{%
|
||||
\begin{minipage}{0.2\textwidth}
|
||||
\hspace{1cm}\textbf{Programme A}
|
||||
\begin{itemize}
|
||||
\item Choisir un nombre
|
||||
\item Multiplier par 4
|
||||
\item Soustraire 1
|
||||
\item Ajouter le nombre de départ
|
||||
\item Soustraire 2
|
||||
\end{itemize}
|
||||
\end{minipage}
|
||||
}
|
||||
\Ovalbox{%
|
||||
\begin{minipage}{0.2\textwidth}
|
||||
\hspace{1cm} \textbf{Programme B}
|
||||
\begin{itemize}
|
||||
\item Choisir un nombre
|
||||
\item Multiplier par 5
|
||||
\item Enlever 3
|
||||
\end{itemize}
|
||||
\end{minipage}
|
||||
}
|
||||
\begin{enumerate}
|
||||
\item Executer ces 2 programmes avec 4 nombres différents.
|
||||
\item Abdou pense
|
||||
\begin{center}
|
||||
\textit{Ces 2 programmes donnent toujours le même résultat.}
|
||||
\end{center}
|
||||
Qu'en pensez vous?
|
||||
\end{enumerate}
|
||||
\end{Exo}
|
||||
|
||||
\begin{Exo}
|
||||
\Ovalbox{%
|
||||
\begin{minipage}{0.2\textwidth}
|
||||
\hspace{1cm}\textbf{Programme de calcul}
|
||||
\begin{itemize}
|
||||
\item Choisir un nombre
|
||||
\item Multiplier par 2
|
||||
\item Ajouter 3
|
||||
\item Multiplier par 5
|
||||
\item Enlever 5 fois le nombre de départ
|
||||
\end{itemize}
|
||||
\end{minipage}
|
||||
}
|
||||
\begin{minipage}{0.2\textwidth}
|
||||
\begin{enumerate}
|
||||
\item Executer ce programme avec 4 nombres différents et faire une conjecture.
|
||||
\item Démontrer votre conjecture.
|
||||
\end{enumerate}
|
||||
\end{minipage}
|
||||
\end{Exo}
|
||||
|
||||
\begin{Exo}
|
||||
Voici 2 programmes de cacluls.
|
||||
|
||||
\hspace{1cm}
|
||||
\Ovalbox{%
|
||||
\begin{minipage}{0.2\textwidth}
|
||||
\hspace{1cm}\textbf{Programme A}
|
||||
\begin{itemize}
|
||||
\item Choisir un nombre
|
||||
\item Soustraire 1
|
||||
\item Multiplier par 4
|
||||
\item Ajouter le nombre de départ
|
||||
\item Soustraire 2
|
||||
\end{itemize}
|
||||
\end{minipage}
|
||||
}
|
||||
\hfill
|
||||
\Ovalbox{%
|
||||
\begin{minipage}{0.2\textwidth}
|
||||
\hspace{1cm} \textbf{Programme B}
|
||||
\begin{itemize}
|
||||
\item Choisir un nombre
|
||||
\item Soustraire 2
|
||||
\item Multiplier par 3
|
||||
\item Ajouter 2 fois le nombre de départ
|
||||
\end{itemize}
|
||||
\end{minipage}
|
||||
}
|
||||
\hspace{1cm}
|
||||
|
||||
\begin{enumerate}
|
||||
\item Executer ces 2 programmes avec 4 nombres différents.
|
||||
\item Quelle conjecture peut-on faire?
|
||||
\item Prouver la conjecture.
|
||||
\end{enumerate}
|
||||
\end{Exo}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\lesexos
|
||||
\setcounter{exo}{0}
|
||||
\vfill
|
||||
|
||||
\pagebreak
|
||||
|
||||
\lesexos
|
||||
\setcounter{exo}{0}
|
||||
\vfill
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
179
3e/Expression_litterale/Periode2/tpl_eval_red_tech.tex
Normal file
179
3e/Expression_litterale/Periode2/tpl_eval_red_tech.tex
Normal file
@@ -0,0 +1,179 @@
|
||||
\documentclass[a4paper,10pt]{/media/documents/Cours/Prof/Enseignements/2016-2017/tools/style/classExo}
|
||||
\usepackage{/media/documents/Cours/Prof/Enseignements/2016-2017/theme}
|
||||
%\geometry{left=10mm,right=10mm, top=10mm, bottom=10mm}
|
||||
|
||||
% Title Page
|
||||
\titre{Technique: Evaluer et reduire}
|
||||
% \seconde \premiereS \PSTMG \TSTMG
|
||||
\classe{Troisième}
|
||||
\date{Novembre 2016}
|
||||
%\duree{1 heure}
|
||||
\sujet{\Var{infos.num}}
|
||||
% DS DSCorr DM DMCorr Corr
|
||||
|
||||
%\printanswers
|
||||
\pagestyle{empty}
|
||||
|
||||
\newcommand{\lesexos}{%
|
||||
\begin{Exo}
|
||||
Évaluer les expressions suivantes
|
||||
|
||||
\begin{multicols}{3}
|
||||
\begin{enumerate}
|
||||
\Block{set P = Polynom.random(degree = 1)}
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{P(x).explain()| calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set P = Polynom.random(degree = 1)}
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{P(x).explain()| calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{P(x).explain()| calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\Block{set P = Polynom.random(degree = 2)}
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{P(x).explain()| calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{P(x).explain()| calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set P = Polynom.random(degree = 2)}
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{P(x).explain()| calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set P = Expression.random("{a} x * (x - {b})")}
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\Block{set P = Expression.random("({a}x + {b})({c} + {d}x)")}
|
||||
\Block{set x = Expression.random("{a}")}
|
||||
\item $\Var{P}$ en $x = \Var{x}$
|
||||
\end{enumerate}
|
||||
\end{multicols}
|
||||
\end{Exo}
|
||||
|
||||
\begin{Exo}
|
||||
Réduis les expressions suivantes
|
||||
|
||||
\begin{multicols}{3}
|
||||
\begin{enumerate}
|
||||
\Block{set A = Expression.random("x + {a} + x - {b}")}
|
||||
\item A = $\Var{A}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{A.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set B = Expression.random("x + {a} + {c} + x - {b}")}
|
||||
\item B = $\Var{B}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{B.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set C = Expression.random("{a}x + {c} + {d}x", conditions = ["{a} not in [0,1]", "{d} not in [0,1]"])}
|
||||
\item C = $\Var{C}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{C.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\Block{set D = Expression.random("{b} + {a}x + {c} + {d}x", conditions = ["{a} not in [0,1]", "{d} not in [0,1]"])}
|
||||
\item D = $\Var{D}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{D.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set E = Expression.random("({b} - {a}) + {a}x + {c} + {d}x", conditions = ["{a} not in [0,1]", "{d} not in [0,1]"])}
|
||||
\item E = $\Var{E}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{E.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set E = Expression.random("x^2 + {c} + {d}x + {d} + {a}x", conditions = ["{a} not in [0,1]", "{d} not in [0,1]"])}
|
||||
\item E = $\Var{E}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{E.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
|
||||
\Block{set F = Expression.random("{a}x^2 + {c} + {d}x + {d} + {a}x", conditions = ["{a} not in [0,1]", "{d} not in [0,1]"])}
|
||||
\item F = $\Var{F}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{F.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set G = Expression.random("{a}x^2 + {c}x^2 + {d}x + {d} + {a}x", conditions = ["{a} not in [0,1]", "{d} not in [0,1]"])}
|
||||
\item G = $\Var{G}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{G.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\Block{set G = Expression.random("{a}x^2 + {c}+ {d}x + {d}x^2 + {a}x", conditions = ["{a} not in [0,1]", "{d} not in [0,1]"])}
|
||||
\item G = $\Var{G}$
|
||||
\begin{solution}
|
||||
\begin{eqnarray*}
|
||||
\Var{G.simplify().explain() | calculus()}
|
||||
\end{eqnarray*}
|
||||
\end{solution}
|
||||
\end{enumerate}
|
||||
\end{multicols}
|
||||
\end{Exo}
|
||||
}
|
||||
|
||||
\begin{document}
|
||||
|
||||
\lesexos
|
||||
\setcounter{exo}{0}
|
||||
\vfill
|
||||
|
||||
\ifprintanswers
|
||||
\else
|
||||
\lesexos
|
||||
\setcounter{exo}{0}
|
||||
\vfill
|
||||
\lesexos
|
||||
\setcounter{exo}{0}
|
||||
\vfill
|
||||
\fi
|
||||
|
||||
\end{document}
|
||||
|
||||
%%% Local Variables:
|
||||
%%% mode: latex
|
||||
%%% TeX-master: "master"
|
||||
%%% End:
|
||||
|
||||
Reference in New Issue
Block a user