Import work from year 2013-2014

This commit is contained in:
Benjamin Bertrand
2017-06-16 09:46:40 +03:00
commit 32262a4ecf
1788 changed files with 113187 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,189 @@
\documentclass[a4paper,12pt]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classDS}
\usepackage{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/2013_2014}
% Title Page
\titre{7}
% \quatreC \quatreD \troisB \troisPro
\classe{\quatreC}
\date{20 mars 2014}
\duree{1 heure}
\sujet{1}
% DS DSCorr DM DMCorr Corr
\typedoc{DS}
%\printanswers
\begin{document}
\maketitle
Le barème est donné à titre indicatif, il pourra être modifié. Des points sont réservés à présentation.
\begin{questions}
\question[4]
Des électriciens veulent poser un câble électrique entre deux poteaux. Le sommet du premier poteaux se trouve à 5m du sol alors que le sommet du deuxième se trouve à 8m. Les deux poteaux sont séparés de 15m.
\begin{parts}
\part Faire un schéma de la situation.
\begin{solution}
\begin{center}
\includegraphics[scale=0.4]{./fig/poteau}
\end{center}
\end{solution}
\part Quelle est la longueur de câble devront-ils prévoir s'ils veulent relier le sommet des deux poteaux?
\begin{solution}
D'après le dessin, on remarque que $AB = 8 - 5 = 3m$. \\
D'après le dessin, on a le triangle $ABC$ rectangle en $A$ donc d'après le théorème de Pythagore, on a
\begin{eqnarray*}
BC^2 &=& AB^2 + AC^2 \\
BC^2 &=& 3^2 + 15^2 \\
BC^2 &=& 9 + 225 \\
BC^2 &=& 234 \\
BC &=& \sqrt{234} \approx 15,3
\end{eqnarray*}
Donc la tyrolienne fait 15,3m de long.
\end{solution}
\end{parts}
\question[6]
On veut construire un local de la forme suivante:
\begin{center}
\includegraphics[scale=0.2]{./fig/local}
\end{center}
Les pièces utilisés pour la construction sont choisis de tel sorte que
\begin{eqnarray*}
AF = EB = DC \hspace{2cm} AB = EF \hspace{2cm} BC = ED = GH
\end{eqnarray*}
\begin{parts}
\part Pour s'assurer que le local est bien droit, On mesure $BD$ et on trouve $BD = 25m$.
\begin{subparts}
\subpart Démontrer que $BCD$ est un triangle rectangle.
\begin{solution}
D'une part, $BC^2 + DC^2 = 24^2 + 7^2 = 576 + 49 = 625$.
D'autre part, $BD^2 = 25^2 = 625$.
Donc on a $BD^2 = BD^2 + DC^2$ donc d'après le réciproque du théorème de Pythagore, le triangle $BCD$ est rectangle en $C$.
\end{solution}
\subpart Démontrer que $BEDC$ est un rectangle.
\begin{solution}
Comme $EB = DC$ et que $ED = BC$, le quadrilatère $EDCB$ est un parallélogramme. Or si un parallélogramme a un angle droit, c'est un rectangle. Donc $EDCB$ est un rectangle.
\end{solution}
\end{subparts}
\part On veut installer des panneaux solaires sur le toit.
\begin{subparts}
\subpart Calculer la distance $GE$.
\begin{solution}
On sait que le triangle $FGE$ est un triangle rectangle en $G$ donc d'après le théorème de Pythagore, on a
\begin{eqnarray*}
FE^2 &=& FG^2 + GE^2 \\
FG^2 &=& FE^2 - GE^2 \\
FG^2 &=& 5^2 - 2^2 \\
FG^2 &=& 25 - 4 \\
FG^2 &=& 21 \\
FG &=& \sqrt{21} \approx 4,6
\end{eqnarray*}
Donc $GE = 4,6m$.
\end{solution}
\subpart Quelle est l'aire du toit du local?
\begin{solution}
\begin{eqnarray*}
\mathcal{A} = GE \times ED = 4,6 \times 24 \approx 110
\end{eqnarray*}
L'aire du toit est $110m^2$
\end{solution}
\end{subparts}
\end{parts}
\question[4]
Voici un programme de calcul.
\fbox{\colorbox{base2}{
\begin{minipage}[h]{0.4\textwidth}
\textbf{Programme A} \\ Choisir un nombre \\ Multiplier par 3 \\ Ajouter 4 \\ Multiplier par 4 \\ Enlever 16
\end{minipage}
}
}
\begin{parts}
\part Montrer que si l'on applique le programme à -1 on trouve -12.
\begin{solution}
\begin{eqnarray*}
-1 \stackrel{\times3}{\longrightarrow} -3 \stackrel{+4}{\longrightarrow} 1 \stackrel{\times4}{\longrightarrow} 4 \stackrel{-16}{\longrightarrow} -12
\end{eqnarray*}
\end{solution}
\part Appliquer le programme à 3.
\begin{solution}
\begin{eqnarray*}
3 \stackrel{\times3}{\longrightarrow} 9 \stackrel{+4}{\longrightarrow} 13 \stackrel{\times4}{\longrightarrow} 52 \stackrel{-16}{\longrightarrow} 36
\end{eqnarray*}
\end{solution}
\part Appliquer le programme à $x$. Montrer que l'on trouve $(3x + 4)\times 4 - 16$.
\begin{solution}
\begin{eqnarray*}
x \stackrel{\times3}{\longrightarrow} 3x \stackrel{+4}{\longrightarrow} 3x+4 \stackrel{\times4}{\longrightarrow} (3x+4)\times4 \stackrel{-16}{\longrightarrow} (3x+4)\times 4 - 16
\end{eqnarray*}
\end{solution}
\part Développer l'expression trouvée à la question précédente.
\begin{solution}
\begin{eqnarray*}
(3x+4)\times4 - 16 & = & 3x\times4 + 4\times 4 - 16 \\
&=& 12x + 16 - 16 \\
&=& 12x
\end{eqnarray*}
\end{solution}
\part Si le programme ne faisait qu'une seule transformation, quelle serait elle?
\begin{solution}
D'après la question précédente, appliquer tout le programme à $x$ revient à multiplier $x$ par 12. Donc si le programme ne faisait qu'une seule transformation, ce serait de multiplier par 12.
\end{solution}
\end{parts}
\question[5]
Voici une expression: \hspace{2cm} $A = 6(2x - 1) $
\begin{parts}
\part Évaluer $A$ pour $x = 4$.
\begin{solution}
On remplace $x$ par 4 dans l'expression de $A$.
\begin{eqnarray*}
A &=& 6 \times ( 2 \times 3 - 1 ) \\
A &=& 6 \times ( 6 - 1 ) \\
A &=& 6 \times 5 \\
A &=& 30
\end{eqnarray*}
\end{solution}
\part Développer puis réduire $A$.
\begin{solution}
\begin{eqnarray*}
A & = & 6(2x - 1) \\
A & = & 6\times 2x + 6 \times (-1) \\
A & = & 12x - 6
\end{eqnarray*}
\end{solution}
\end{parts}
\question
\exo{Bonus}
Voici deux expressions.
\begin{eqnarray*}
B = 2(2x -4) + 4x(3 + 5x) \hspace{2cm} C = -(3x + 7) - 5x + 4
\end{eqnarray*}
\begin{parts}
\part Évaluer $B$ pour $x = 2$.
\part Développer puis réduire $B$ et $C$.
\end{parts}
\end{questions}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,108 @@
\documentclass[a4paper,12pt]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classDS}
\usepackage{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/2013_2014}
% Title Page
\titre{7}
% \quatreC \quatreD \troisB \troisPro
\classe{\quatreC}
\date{20 mars 2014}
\duree{1 heure}
\sujet{2}
% DS DSCorr DM DMCorr Corr
\typedoc{DS}
\begin{document}
\maketitle
Le barème est donné à titre indicatif, il pourra être modifié. Des points sont réservés à présentation.
\begin{questions}
\question[4]
Des électriciens veulent poser un câble électrique entre deux poteaux. Le sommet du premier poteaux se trouve à 5m du sol alors que le sommet du deuxième se trouve à 8m. Les deux poteaux sont séparés de 15m.
\begin{parts}
\part Faire un schéma de la situation.
\part Quelle est la longueur de câble devront-ils prévoir s'ils veulent relier le sommet des deux poteaux?
\end{parts}
\question[6]
On veut construire un local de la forme suivante:
\begin{center}
\includegraphics[scale=0.2]{./fig/local}
\end{center}
Les pièces utilisés pour la construction sont choisis de tel sorte que
\begin{eqnarray*}
AF = EB = DC \hspace{2cm} AB = EF \hspace{2cm} BC = ED = GH
\end{eqnarray*}
\begin{parts}
\part Pour s'assurer que le local est bien droit, On mesure $BD$ et on trouve $BD = 25m$.
\begin{subparts}
\subpart Démontrer que $BCD$ est un triangle rectangle.
\begin{solution}
D'une part, $BC^2 + DC^2 = 24^2 + 7^2 = 576 + 49 = 625$.
D'autre part, $BD^2 = 25^2 = 625$.
Donc on a $BD^2 = BD^2 + DC^2$ donc d'après le réciproque du théorème de Pythagore, le triangle $BCD$ est rectangle en $C$.
\end{solution}
\subpart Démontrer que $BEDC$ est un rectangle.
\begin{solution}
Comme $EB = DC$ et que $ED = BC$, le quadrilatère $EDCB$ est un parallélogramme. Or si un parallélogramme a un angle droit, c'est un rectangle. Donc $EDCB$ est un rectangle.
\end{solution}
\end{subparts}
\part On veut installer des panneaux solaires sur le toit.
\begin{subparts}
\subpart Calculer la distance $GE$.
\subpart Quelle est l'aire du toit du local?
\end{subparts}
\end{parts}
\question[4]
Voici un programme de calcul.
\fbox{\colorbox{base2}{
\begin{minipage}[h]{0.4\textwidth}
\textbf{Programme A} \\ Choisir un nombre \\ Multiplier par -4 \\ Enlever 2 \\ Multiplier par 5 \\ Ajouter 10
\end{minipage}
}
}
\begin{minipage}[h]{0.5\textwidth}
\begin{parts}
\part Montrer que si l'on applique le programme à 2 on trouve -40.
\part Appliquer le programme à 3.
\part Appliquer le programme à $x$. Montrer que l'on trouve $(-4x - 2)\times 5 + 10$.
\part Développer l'expression trouvée à la question précédente.
\part Si le programme ne faisait qu'une seule transformation, quelle serait elle?
\end{parts}
\end{minipage}
\question[5]
Voici une expression: \hspace{2cm} $A = 4(3x - 1) $
\begin{parts}
\part Évaluer $A$ pour $x = 2$.
\part Développer puis réduire $A$.
\end{parts}
\question
\exo{Bonus}
Voici deux expressions.
\begin{eqnarray*}
B = 4(-2x +4) + 2x(3 + x) \hspace{2cm} C = -(2x + 2) - 5x + 4
\end{eqnarray*}
\begin{parts}
\part Évaluer $B$ pour $x = 2$.
\part Développer puis réduire $B$ et $C$.
\end{parts}
\end{questions}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,113 @@
\documentclass[a4paper,12pt,landscape, twocolumn]{/media/documents/Cours/Prof/Enseignements/Archive/2013-2014/tools/style/classExo}
% Title Page
\title{Révision Pythagore, calcul littéral - Exercices}
\author{}
\date{}
\fancyhead[L]{Quatrième}
\fancyhead[C]{\Thetitle}
\fancyhead[R]{\thepage}
\begin{document}
\thispagestyle{fancy}
\section{Théorème de Pythagore et réciproque}
\begin{Exo}
$ABC$ triangle rectangle en $B$ tel que $AB = 2$ et $BC = 6$. Calculer $AC$.
\end{Exo}
\begin{Exo}
$EFG$ triangle rectangle en $F$ tel que $EF = 5,3$ et $EG = 5,9$.Calculer $FG$.
\end{Exo}
\begin{Exo}
$IJK$ est un triangle tel que $IJ = 4,8$,$IK = 1,4$ et $JK = 5$.
Le triangle $IJK$ est-il rectangle? S'il est rectangle quel est l'angle droit et l'hypoténuse?
\end{Exo}
\begin{Exo}
$LMN$ est un triangle tel que $LM = 1,8$,$MN = 14,4$ et $NL = 14$.
Le triangle $LMN$ est-il rectangle? S'il est rectangle quel est l'angle droit et l'hypoténuse?
\end{Exo}
\begin{Exo}
Un terrain de foot (rectangulaire) mesure 60m de largeur et 90m de longueur.
\begin{enumerate}
\item Faire un dessin à main levée.
\item Calculer la longueur de la diagonale de ce terrain.
\end{enumerate}
\end{Exo}
\begin{Exo}
Une tyrolienne part du sommet d'un arbre à 20m de hauteur pour arriver sur une plateforme à 10m de hauteur. La distance entre le pied de l'arbre et le pied de la plateforme est de 50m.
\begin{enumerate}
\item Faire un schéma représentant la situation.
\item Quelle est la longueur de la tyrolienne?
\end{enumerate}
\end{Exo}
\newpage
\section{Calcul littéral}
\begin{Exo}
Évaluer les expressions ci-dessous pour les valeurs indiquées à coté.
\begin{eqnarray*}
A = 2x -1& \mbox{ avec } & x = 3 \\
B = 2(- y - 1)& \mbox{ avec } & y = 8 \\
C = (3x + 1)(4 - 2x) & \mbox{ avec } & x = -3 \\
D = 2x - 1& \mbox{ avec } & x = \frac{3}{5} \\
\end{eqnarray*}
\end{Exo}
\begin{Exo}
Réduire les expressions suivantes:
\begin{eqnarray*}
A & = & 2x + 4x + 3x + 1 + 3 \\
B & = & 4 \times 2x - 7 \times 3 \\
C & = & 7x - 4x + 1 - 3 \\
D & = & 2x + 4 - 3x + 3 \\
E & = & 4\times 2x + 4\times2 - 3x + 6 \\
\end{eqnarray*}
\end{Exo}
\begin{Exo}
Relier les formes factorisées avec la forme développées qui lui est égale.
\begin{minipage}[h]{0.2\textwidth}
\flushright
\textbf{Forme factorisée}
$3(2x - 1) \qquad \bullet$ \\[0.5cm]
$(-3x + 4)\times 2 \qquad \bullet$ \\[0.5cm]
$x(3x + 1) \qquad \bullet$ \\[0.5cm]
$5(-x - 9) \qquad \bullet$ \\[0.5cm]
\end{minipage}
\hspace{1cm}
\begin{minipage}[h]{0.2\textwidth}
\textbf{Forme développée}
\begin{itemize}
\item $4x^2$
\item $6x - 1$
\item $-6x + 8$
\item $-5x - 45$
\item $3x^2 + x$
\item $6x - 3$
\end{itemize}
\end{minipage}
\end{Exo}
\end{document}
%%% Local Variables:
%%% mode: latex
%%% TeX-master: "master"
%%% End:

Binary file not shown.

View File

@@ -0,0 +1,231 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="local.svg">
<defs
id="defs4" />
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="372.04724"
inkscape:document-units="px"
inkscape:current-layer="g4512"
showgrid="false"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0" />
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title />
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-308.2677)">
<g
id="g4512"
transform="matrix(1.2895143,0,0,1.2895143,-121.63629,-140.19451)">
<rect
transform="translate(0,308.2677)"
y="302.36615"
x="243.8838"
height="258.81546"
width="207.79895"
id="rect3753"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<rect
transform="matrix(0.90427687,-0.42694653,0,1,0,0)"
y="824.44843"
x="501.8287"
height="256.7832"
width="278.79544"
id="rect3753-8"
style="fill:none;stroke:#000000;stroke-width:5.76871872;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<path
sodipodi:nodetypes="ccc"
inkscape:connector-curvature="0"
id="path4293"
d="m 243.18755,611.02023 39.79706,-97.78105 173.74952,98.71555"
style="fill:none;stroke:#000000;stroke-width:4.53290987;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<rect
transform="matrix(0.90089844,-0.43402995,0.86749937,0.49743828,0,0)"
y="709.08301"
x="-367.16049"
height="195.63438"
width="280.2171"
id="rect3753-8-4"
style="fill:none;stroke:#000000;stroke-width:5.50594616;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<rect
transform="matrix(0.92123996,0.38899478,-0.38899478,0.92123996,0,0)"
y="363.6965"
x="462.08862"
height="16.175966"
width="16.175966"
id="rect4331"
style="fill:none;stroke:#000000;stroke-width:5;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<text
sodipodi:linespacing="125%"
id="text4333"
y="904.28986"
x="206.55466"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="904.28986"
x="206.55466"
id="tspan4335"
sodipodi:role="line">A</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4337"
y="905.53418"
x="455.41568"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="905.53418"
x="455.41568"
id="tspan4339"
sodipodi:role="line">B</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4341"
y="763.68341"
x="720.45264"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="763.68341"
x="720.45264"
id="tspan4343"
sodipodi:role="line">C</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4345"
y="491.18054"
x="724.18561"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="491.18054"
x="724.18561"
id="tspan4347"
sodipodi:role="line">D</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4349"
y="586.99207"
x="445.46124"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="586.99207"
x="445.46124"
id="tspan4351"
sodipodi:role="line">E</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4353"
y="635.51996"
x="207.79897"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="635.51996"
x="207.79897"
id="tspan4355"
sodipodi:role="line">F</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4357"
y="499.89069"
x="255.08257"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="499.89069"
x="255.08257"
id="tspan4359"
sodipodi:role="line">G</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4361"
y="376.70447"
x="535.05121"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="376.70447"
x="535.05121"
id="tspan4363"
sodipodi:role="line">H</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4365"
y="853.27338"
x="564.91455"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="853.27338"
x="564.91455"
id="tspan4367"
sodipodi:role="line">24m</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4369"
y="624.32123"
x="721.69696"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="624.32123"
x="721.69696"
id="tspan4371"
sodipodi:role="line">7m</tspan></text>
<text
transform="translate(0,308.2677)"
sodipodi:linespacing="125%"
id="text4504"
y="609.70953"
x="311.07629"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="609.70953"
x="311.07629"
id="tspan4506"
sodipodi:role="line">5m</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4508"
y="560.86163"
x="204.06604"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="560.86163"
x="204.06604"
id="tspan4510"
sodipodi:role="line">2m</tspan></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 9.9 KiB

Binary file not shown.

View File

@@ -0,0 +1,321 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Created with Inkscape (http://www.inkscape.org/) -->
<svg
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns="http://www.w3.org/2000/svg"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
width="1052.3622"
height="744.09448"
id="svg2"
version="1.1"
inkscape:version="0.48.4 r9939"
sodipodi:docname="Nouveau document 1">
<defs
id="defs4">
<inkscape:path-effect
effect="spiro"
id="path-effect4510"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4506"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4502"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4498"
is_visible="true" />
<inkscape:path-effect
effect="spiro"
id="path-effect4494"
is_visible="true" />
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Mend"
style="overflow:visible;">
<path
id="path3795"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt;"
transform="scale(0.4) rotate(180) translate(10,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0.0"
refX="0.0"
id="Arrow1Mstart"
style="overflow:visible">
<path
id="path3792"
d="M 0.0,0.0 L 5.0,-5.0 L -12.5,0.0 L 5.0,5.0 L 0.0,0.0 z "
style="fill-rule:evenodd;stroke:#000000;stroke-width:1.0pt"
transform="scale(0.4) translate(10,0)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect3780"
is_visible="true" />
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart-3"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3792-7"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend-4"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3795-3"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect3780-0"
is_visible="true" />
<marker
inkscape:stockid="Arrow1Mstart"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mstart-2"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3792-5"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(0.4,0,0,0.4,4,0)" />
</marker>
<marker
inkscape:stockid="Arrow1Mend"
orient="auto"
refY="0"
refX="0"
id="Arrow1Mend-6"
style="overflow:visible">
<path
inkscape:connector-curvature="0"
id="path3795-6"
d="M 0,0 5,-5 -12.5,0 5,5 0,0 z"
style="fill-rule:evenodd;stroke:#000000;stroke-width:1pt"
transform="matrix(-0.4,0,0,-0.4,-4,0)" />
</marker>
<inkscape:path-effect
effect="spiro"
id="path-effect3780-3"
is_visible="true" />
</defs>
<sodipodi:namedview
id="base"
pagecolor="#ffffff"
bordercolor="#666666"
borderopacity="1.0"
inkscape:pageopacity="0.0"
inkscape:pageshadow="2"
inkscape:zoom="0.80366138"
inkscape:cx="526.18109"
inkscape:cy="372.04724"
inkscape:document-units="px"
inkscape:current-layer="layer1"
showgrid="true"
inkscape:window-width="1364"
inkscape:window-height="748"
inkscape:window-x="0"
inkscape:window-y="274"
inkscape:window-maximized="0">
<inkscape:grid
type="xygrid"
id="grid4486"
empspacing="20"
visible="true"
enabled="true"
snapvisiblegridlinesonly="true" />
</sodipodi:namedview>
<metadata
id="metadata7">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:format>image/svg+xml</dc:format>
<dc:type
rdf:resource="http://purl.org/dc/dcmitype/StillImage" />
<dc:title></dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
<g
inkscape:label="Calque 1"
inkscape:groupmode="layer"
id="layer1"
transform="translate(0,-308.2677)">
<g
id="g4924"
transform="matrix(1.0725283,0,0,1.0725283,53.966889,-74.750985)">
<rect
transform="translate(0,308.2677)"
y="284.09448"
x="180"
height="380"
width="40"
id="rect4488"
style="fill:#808000;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<rect
transform="translate(0,308.2677)"
y="124.09448"
x="600"
height="540"
width="40"
id="rect4490"
style="fill:#808000;stroke:#000000;stroke-width:4;stroke-linecap:round;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;stroke-dashoffset:0" />
<path
transform="translate(0,308.2677)"
inkscape:connector-curvature="0"
inkscape:original-d="m 140,284.09448 0,380"
inkscape:path-effect="#path-effect4494"
id="path4492"
d="m 140,284.09448 0,380"
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart-2);marker-end:url(#Arrow1Mend-6)" />
<path
transform="translate(0,308.2677)"
inkscape:connector-curvature="0"
inkscape:original-d="m 680,664.09448 0,-540"
inkscape:path-effect="#path-effect4498"
id="path4496"
d="m 680,664.09448 0,-540"
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart-2);marker-end:url(#Arrow1Mend-6)" />
<path
transform="translate(0,308.2677)"
inkscape:connector-curvature="0"
inkscape:original-d="m 220,684.09448 380,0"
inkscape:path-effect="#path-effect4502"
id="path4500"
d="m 220,684.09448 380,0"
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none;marker-start:url(#Arrow1Mstart-2);marker-end:url(#Arrow1Mend-6)" />
<path
transform="translate(0,308.2677)"
inkscape:connector-curvature="0"
inkscape:original-d="m 220,284.09448 380,-160"
inkscape:path-effect="#path-effect4506"
id="path4504"
d="m 220,284.09448 380,-160"
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:none" />
<path
transform="translate(0,308.2677)"
inkscape:connector-curvature="0"
inkscape:original-d="m 220,284.09448 380,0"
inkscape:path-effect="#path-effect4510"
id="path4508"
d="m 220,284.09448 380,0"
style="fill:none;stroke:#000000;stroke-width:4;stroke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:4;stroke-opacity:1;stroke-dasharray:4, 4;stroke-dashoffset:0" />
<text
sodipodi:linespacing="125%"
id="text4896"
y="795.03601"
x="80.879837"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="795.03601"
x="80.879837"
id="tspan4898"
sodipodi:role="line">5m</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4900"
y="715.23816"
x="714.23114"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="715.23816"
x="714.23114"
id="tspan4902"
sodipodi:role="line">8m</tspan></text>
<text
sodipodi:linespacing="125%"
id="text4904"
y="1031.209"
x="373.9209"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="1031.209"
x="373.9209"
id="tspan4906"
sodipodi:role="line">15m</tspan></text>
<text
transform="matrix(0.89918843,-0.43756161,0.43756161,0.89918843,0,0)"
sodipodi:linespacing="125%"
id="text4908"
y="620.02673"
x="80.812134"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="620.02673"
x="80.812134"
id="tspan4910"
sodipodi:role="line">Cable</tspan></text>
<text
transform="translate(0,308.2677)"
sodipodi:linespacing="125%"
id="text4912"
y="268.7699"
x="205.31035"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="268.7699"
x="205.31035"
id="tspan4914"
sodipodi:role="line">C</tspan></text>
<text
inkscape:transform-center-y="12.902344"
inkscape:transform-center-x="-50.942383"
sodipodi:linespacing="125%"
id="text4916"
y="572.36218"
x="560"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="572.36218"
x="560"
id="tspan4918"
sodipodi:role="line">A</tspan></text>
<text
transform="translate(0,308.2677)"
sodipodi:linespacing="125%"
id="text4920"
y="104.52163"
x="608.46521"
style="font-size:36px;font-style:normal;font-variant:normal;font-weight:normal;font-stretch:normal;line-height:125%;letter-spacing:0px;word-spacing:0px;fill:#000000;fill-opacity:1;stroke:none;font-family:Droid Sans;-inkscape-font-specification:Droid Sans"
xml:space="preserve"><tspan
y="104.52163"
x="608.46521"
id="tspan4922"
sodipodi:role="line">B</tspan></text>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 12 KiB

View File

@@ -0,0 +1,29 @@
Notes sur 03 pyth litt
######################
:date: 2014-07-01
:modified: 2014-07-01
:tags: DS
:category: 4e
:authors: Benjamin Bertrand
:summary: Pas de résumé, note créée automatiquement parce que je ne l'avais pas bien fait...
`Lien vers 03_pyth_litt_1.pdf <03_pyth_litt_1.pdf>`_
`Lien vers 03_pyth_litt_1.tex <03_pyth_litt_1.tex>`_
`Lien vers 03_pyth_litt_2.tex <03_pyth_litt_2.tex>`_
`Lien vers 03_pyth_litt_revis.pdf <03_pyth_litt_revis.pdf>`_
`Lien vers 03_pyth_litt_2.pdf <03_pyth_litt_2.pdf>`_
`Lien vers 03_pyth_litt_1_corr.pdf <03_pyth_litt_1_corr.pdf>`_
`Lien vers 03_pyth_litt_revis.tex <03_pyth_litt_revis.tex>`_
`Lien vers fig/poteau.pdf <fig/poteau.pdf>`_
`Lien vers fig/local.pdf <fig/local.pdf>`_