summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2016-05-15 21:41:32 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2016-05-15 21:41:32 +0200
commitdc76e09714cb0392ec71d4fee18fdc1e01cab338 (patch)
tree051624ca91c3b3ac8a385602fdbb0d4e84a1b10e
parente2abf79cc2c2c46158100c6b3989a94b261cf0dc (diff)
downloaduni-dc76e09714cb0392ec71d4fee18fdc1e01cab338.tar
uni-dc76e09714cb0392ec71d4fee18fdc1e01cab338.tar.gz
uni-dc76e09714cb0392ec71d4fee18fdc1e01cab338.tar.bz2
uni-dc76e09714cb0392ec71d4fee18fdc1e01cab338.tar.xz
uni-dc76e09714cb0392ec71d4fee18fdc1e01cab338.zip
carch 03
-rw-r--r--ss2016/carch/03/abgabe.md39
1 files changed, 39 insertions, 0 deletions
diff --git a/ss2016/carch/03/abgabe.md b/ss2016/carch/03/abgabe.md
new file mode 100644
index 0000000..6fd700f
--- /dev/null
+++ b/ss2016/carch/03/abgabe.md
@@ -0,0 +1,39 @@
114)
2 a) \begin{align*}
3 y &= ( \bot \cdot \bar d + \top \cdot d) \cdot \bar c + (\bar a \cdot \bar d + (a \cdot b) \cdot d) \cdot c \\
4 &= d \cdot \bar c + (\bar a \cdot \bar d + (a \cdot b) \cdot d) \cdot c
5 \end{align*}
6 b) Abbildung \ref{fig:netz}
7 \begin{figure}[h]
8 \centering
9 \begin{circuitikz} \draw
10 (0,3) node (a) {$a$}
11 (0,2) node (b) {$b$}
12 (0,1) node (c) {$c$}
13 (0,0) node (d) {$d$}
14 (2,2.5) node [or port] (or1) {}
15 (a) -- (or1.in 1)
16 (b) -- (or1.in 2)
17 (4,2.5) node [not port] (not1) {}
18 (or1.out) -- (not1.in)
19 (6,1.75) node [and port] (and1) {}
20 (not1.out) -- (and1.in 1)
21 (c) -- (and1.in 2)
22 (2,0) node [not port] (not2) {}
23 (d) -- (not2.in)
24 (8,0.875) node [or port] (or2) {}
25 (and1.out) -- (or2.in 1)
26 (not2.out) -- (or2.in 2)
27 (10,0.875) node (y) {$y$}
28 (or2.out) -- (y);
29 \end{circuitikz}
30 \caption{Schaltnetz}
31 \label{fig:netz}
32 \end{figure}
33
3415)
35 a) $0 + 0 = 0$
36 b) $1 \cdot 1 = 1$
37 c) $| B^n | \cdot 2 = 2 \cdot 2^n = 2^{n+1}$
38 d) $(x_1 \cdot x_2 \cdot \bar x_3) + (x_3 \cdot x_4) + \bar x_2$ ist wahr für $(0, 0, 0, 0)$
39 e) $\lceil \log_2(n) \rceil$