Advertisement
Guest User

Untitled

a guest
Aug 19th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. % Interpretation of size 2
  2.  
  3. *(0,0) = 1.
  4. *(0,1) = 0.
  5. *(1,0) = 0.
  6. *(1,1) = 0.
  7.  
  8. c1 = 0.
  9.  
  10. c2 = 0.
  11.  
  12. c3 = 1.
  13.  
  14. (0*0)*1 = 1*1 = 0
  15. 0*(0*1) = 0*0 = 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement