ソースを参照

Prüfung 6VG20r begonnen

phi 3年前
コミット
d2bbca815c

+ 1
- 0
20_21_B/6VG20r_pr4_Stochastik_I_Kombinatorik/.gitignore ファイルの表示

@@ -0,0 +1 @@
1
+*.pdf

+ 0
- 0
20_21_B/6VG20r_pr4_Stochastik_I_Kombinatorik/GESO.flag ファイルの表示


+ 10
- 0
20_21_B/6VG20r_pr4_Stochastik_I_Kombinatorik/Lernziele.txt ファイルの表示

@@ -0,0 +1,10 @@
1
+Prüfung 19. Mai 2021 (6VG20 r):
2
+-------------------------------
3
+
4
+* Kombinatorik
5
+   Variation und Fakultät
6
+   Kombination (n! / (n-k)!)
7
+   Binomialkoeffizient
8
+* Grundbegriffe der Stochastik: Ereignis und Gegenereignis.
9
+* Laplace-Experimente: Wahrscheinlichkeiten rechnen
10
+* Baumdiagramme (Schauen wir am Montag noch genauer an).

+ 42
- 0
20_21_B/6VG20r_pr4_Stochastik_I_Kombinatorik/Pruefung.tex ファイルの表示

@@ -0,0 +1,42 @@
1
+%%
2
+%% 4. Prüfung 6VG20r Kombinatorik
3
+%%
4
+
5
+\input{bbwPruefungPrintHeader}
6
+\usepackage{bbwPruefung}
7
+
8
+\renewcommand{\pruefungsThema}{Kombinatorik}
9
+\renewcommand{\klasse}{2r}
10
+\renewcommand{\pruefungsNummer}{4}
11
+%%\renewcommand{\pruefungsTeil}{Teil 1 und 2 mit TR}
12
+\renewcommand{\pruefungsDatum}{19. Mai 2021}
13
+%% brauchte 20 Minuten * 4 bei GESO: 80 Min.
14
+\renewcommand{\pruefungsVorgabeZeit}{45 Minuten}
15
+
16
+\renewcommand{\pruefungsHilfsmittel}{\defaultHiflsmittelMitRechner{}}
17
+
18
+\begin{document}%%
19
+\pruefungsIntro{}
20
+
21
+\section{Kombinatorik}
22
+%% Fakultät
23
+\input{P_GESO/stoch/kombinatorik/Permutation_v1}
24
+
25
+%% Variation mit Wiederholung
26
+\input{P_GESO/stoch/kombinatorik/variationen_mit_wiederholung_v1}
27
+
28
+%% Kombinationen ohne Wiederholung
29
+\input{P_GESO/stoch/kombinatorik/Kombination_Ohne_Wiederholung2_v1}
30
+%% Parkplätze: \input{P_GESO/stoch/kombinatorik/Kombination_Ohne_Wiederholung1_v2}
31
+
32
+%% Binomialkoeffizient
33
+\input{P_GESO/stoch/kombinatorik/Auswahl1_v1}
34
+
35
+\section{Stochastik Grundlagen}
36
+
37
+\section{Wahrscheinlichkeit}
38
+\subsection{Laplace}
39
+\subsection{Baumdiagramme}
40
+\input{P_GESO/stoch/wahrscheinlichkeit/baum/Hund_und_Herrchen_v1}
41
+
42
+\end{document}

+ 1
- 0
20_21_B/6VG20r_pr4_Stochastik_I_Kombinatorik/clean.sh ファイルの表示

@@ -0,0 +1 @@
1
+../../clean.sh

+ 1
- 0
20_21_B/6VG20r_pr4_Stochastik_I_Kombinatorik/makeBoth.sh ファイルの表示

@@ -0,0 +1 @@
1
+../../makeBoth.sh

読み込み中…
キャンセル
保存