yuhsing

Untitled

Dec 4th, 2012
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1.  
  2.  
  3.  
  4. w0 = [ 0 0 1 ] C1 = 2
  5. [ 1 0 (0) ] R1 = 3
  6. [ 0 1 0 ] a23 = 1
  7.  
  8.  
  9.  
  10. w1 = [ 0 0 1 ] C1 = 3
  11. [ 1 0 1 ] R1 = 1,3
  12. [ (0) 1 (0) ] a31 = a33 = 1
  13.  
  14.  
  15.  
  16. w2 = [ 0 0 (1) ] C1 = 1,2,3
  17. [ 1 0 (1) ] R1 = 1,2,3
  18. [ (1) (1) (1) ] a11 = a12 = a13 = a21 = a22 = a23 = a31 = a32 = a33 = 1
  19.  
  20.  
  21. w3 = all 1
Advertisement
Add Comment
Please, Sign In to add comment