% lect9_2: Logical operators t = 25*((12&0)+(~0)+(0|5)) x = [9 3 0 11 0 15] y = [2 0 13 -11 0 4] x&y z = x|y ~(x+y)