1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- %%
- %% Semesterprüfung BMS
- %%
-
- \input{bmsLayoutPruefung}
-
- \renewcommand{\pruefungsThema}{Fct. 2 (np)}
- \renewcommand{\klasse}{6MG22t (np)}
- \renewcommand{\pruefungsNummer}{2 np}
- %%\renewcommand{\pruefungsTeil}{Teil 1 und 2 mit TR}
- \renewcommand{\pruefungsDatum}{Fr., 21. März}
- %% meine Zeit: Brauchte 10'
- \renewcommand{\pruefungsVorgabeZeit}{80}
-
- \renewcommand{\inPapierform}{\achtAvier}%% es gibt "achtAvier", "openBook"
- \renewcommand{\pruefungsHilfsmittel}{Taschenrechner, Formelsammlung
- der BBW + 8 A4-Seiten Zusammenfassung (max.: Entweder vier Blätter
- oder acht Seiten einseitig beschrieben)}
- %%
- \begin{document}%%
- \pruefungsIntro{}%%
- %%
- \section{Funktioen II}
- \input{fct/exponential/saettigung/Pizza_v1}
-
- %% evtl als Bonusaufgabe
- \input{fct/exponential/saettigung/Benzylpenicilin_v2}
- \input{fct/exponential/saettigung/Eistee_v1_np}
-
- \section{Stochastik}
-
- % mit Beachtung der Reihenfolge
- \input{stoch/kombinatorik/Permutation_v2}
- \input{stoch/kombinatorik/Permutation_der_Permutation_v2}
- \input{stoch/kombinatorik/Variation_Ohne_Wiederholung_Parkplaetze_v1}
-
- % ohne beachtung der Rehenfolge
- \input{stoch/kombinatorik/Kombination_Partei2_v1}
- \input{stoch/kombinatorik/Mississippi_Formel_v2}
-
- \section{Was bisher geschah: Boxplot}
- \input{daan/dia/boxplot/boxplot_erstellen_v2}
-
- \subsection{Bonusaufgabe}
- \input{daan/dia/boxplot/ausreisser_v1}
-
- \end{document}
|