Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. [1 0] x [1 0] = [1 0 0 0]
  2. [1 0] x [0 1] = [0 1 0 0]
  3. [0 1] x [1 0] = [0 0 1 0]
  4. [0 1] x [0 1] = [0 0 0 1]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement