MyWikiBiz, Author Your Legacy — Sunday November 24, 2024
Jump to navigationJump to search
152 bytes added
, 19:00, 28 July 2011
Line 17: |
Line 17: |
| |} | | |} |
| | | |
− | The center cell is the region where all three arguments p, q, r hold true, so Mno(p, q, r) holds true in just the three neighboring cells. In other words, Mno(p, q, r) = ¬p q r ∨ p ¬q r ∨ p q ¬r. | + | The center cell is the region where all three arguments <math>\texttt{p, q, r}</math> hold true, so <math>\texttt{Mno(p, q, r)}</math> holds true in just the three neighboring cells. In other words, <math>\texttt{Mno(p, q, r)} = \lnot\texttt{p}\texttt{q}\texttt{r} \lor \texttt{p}\lnot\texttt{q}\texttt{r} \lor \texttt{p}\texttt{q}\lnot\texttt{r}.</math> |
| | | |
| ==Initial definition== | | ==Initial definition== |