2-NOTs problem
åé¡
A,B,Cã®3å ¥å, A',B',C'ã®3åºåãæã¤ãã©ãã¯ããã¯ã¹ããã. å ¥åºåã®é¢ä¿ã¯
http://parametron.blogspot.com/2008/07/3-not-problem.html
A'=not A
B'=not B
C'=not C
ã§ãã. ãã©ãã¯ããã¯ã¹ã«ã¯, andã¨orã¯å¥½ããªã ã使ããã¦ããã, notã¯2ã¤ãããªããã¨ãåãã£ã¦ãã. å é¨ã¯ã©ããªã£ã¦ããã.
èãæ¹
The given functions are A=11110000, B=11001100, and C=10101010.
Do these combinations:As you see, there are two NOT's, and the last group has A', B', and C'.
http://sci.tech-archive.net/Archive/sci.math/2004-06/5683.html
çã
X = NOT((A|(B&C))&(B|C)) Y = NOT((A|(B&X)|(C&X))&((A&B&C)|X)) A' = ((B&C)|((Y|(B&X)|(C&X))&X))&(Y|(B&X)|(C&X)) B' = ((A&C)|((Y|((A|(C&X))&X))&X))&(Y|((A|(C&X))&X)) C' = ((A&B)|((Y|((A|(B&X))&X))&X))&(Y|((A|(B&X))&X))http://sci.tech-archive.net/Archive/sci.math/2004-06/5730.html
ãããªã«è¤éãªè§£çã ã£ãã¨ã¯â¦ã