Skip to content
Snippets Groups Projects
Commit 573062db authored by W. Spencer Smith's avatar W. Spencer Smith
Browse files

Update L17 slides for math error in count function, slide 18

parent edfbe4a5
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -357,7 +357,7 @@ $\forall (a: \mathbb{R} | a \in A : \exists(b: \mathbb{R} | b \in B: b = a)
\wedge \mbox{count}(a, A) = \mbox{count}(b, B)) \wedge \forall (i: \mathbb{N} | i \in [1..|A|-1] : B_i \leq B_{i+1})$\newline
\noindent $\mbox{count}(a, A): \mathbb{R} \times \mathbb{R}^n \rightarrow \mathbb{N}$\newline
$\mbox{count}(a, A): + (x: \mathbb{R} | x \in A \wedge x = a : 1)$\newline
$\mbox{count}(a, A) \equiv + (x: \mathbb{R} | x \in A \wedge x = a : 1)$\newline
\noindent $\mbox{avg}(C): \mbox{ set of } \mathbb{N} \rightarrow \mathbb{R}$\newline
$\mbox{avg}(C) \equiv + (x: \mathbb{N} | x \in C : x) / |C|$\newline
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment