> a = 1:6 a = 1 2 3 4 5 6 > b = [0,4,2,-4,7] b = 0 4 2 -4 7 > intersection(a,b) 2 4
complement()
set()
union()