[BV] Added presence notes for assignment 12

Signed-off-by: Jim Martens <github@2martens.de>
This commit is contained in:
Jim Martens 2017-01-27 13:14:35 +01:00
parent fb4a0258e8
commit 33f9733bf7
1 changed files with 4 additions and 0 deletions

4
bv/uebung12_presence.txt Normal file
View File

@ -0,0 +1,4 @@
O_5 = step_0 (W_35*H_3 + W_45*H_4)
= step_0(W_35 * step_0(I_1*W_13 + I_2*W_23) + W_45 * step_0(I_1 W_14 + I_2 W_24))
= step_0(4 * step(2*3 + 4*1) + 1 * step_0(2 * 1 + 4 * (-3)))
= step_0(4 * step(10) + step_0(-10)) = step_0(4) = 1