Difference between revisions of "User:Jon Awbrey/Figures and Tables 1"
Jon Awbrey (talk | contribs) (update work page) |
Jon Awbrey (talk | contribs) (→Boolean Functions on Two Variables: + File:Boolean Functions on Two Variables • Truth Table.png | 600px) |
||
| (5 intermediate revisions by the same user not shown) | |||
| Line 34: | Line 34: | ||
===PNG=== | ===PNG=== | ||
| − | {| align="center" | + | {| align="center" cellpadding="0" cellspacing="0" style="text-align:center" |
| style="height:25px; font-size:large" | <math>\text{Algorithmic Translation Rules}</math> | | style="height:25px; font-size:large" | <math>\text{Algorithmic Translation Rules}</math> | ||
|- | |- | ||
| Line 81: | Line 81: | ||
===PNG=== | ===PNG=== | ||
| − | {| align="center" | + | {| align="center" cellpadding="0" cellspacing="0" style="text-align:center" |
| style="height:25px; font-size:large" | <math>\text{Semantic Translation}</math> • <math>\text{Functional Form}</math> | | style="height:25px; font-size:large" | <math>\text{Semantic Translation}</math> • <math>\text{Functional Form}</math> | ||
|- | |- | ||
| Line 147: | Line 147: | ||
===PNG=== | ===PNG=== | ||
| − | {| align="center" | + | {| align="center" cellpadding="0" cellspacing="0" style="text-align:center" |
| style="height:25px; font-size:large" | <math>\text{Semantic Translation}</math> • <math>\text{Equational Form}</math> | | style="height:25px; font-size:large" | <math>\text{Semantic Translation}</math> • <math>\text{Equational Form}</math> | ||
|- | |- | ||
| Line 212: | Line 212: | ||
===PNG=== | ===PNG=== | ||
| + | |||
| + | {| align="center" cellpadding="0" cellspacing="0" style="text-align:center" | ||
| + | |+ style="height:25px; font-size:large" | <math>\text{Boolean Functions on Zero Variables}</math> | ||
| + | |- | ||
| + | | [[File:Boolean Functions on Zero Variables.png|600px]] | ||
| + | |} | ||
===LaTeX=== | ===LaTeX=== | ||
| Line 237: | Line 243: | ||
===PNG=== | ===PNG=== | ||
| + | |||
| + | {| align="center" cellpadding="0" cellspacing="0" style="text-align:center" | ||
| + | |+ style="height:25px; font-size:large" | <math>\text{Boolean Functions on One Variable}</math> | ||
| + | |- | ||
| + | | [[File:Boolean Functions on One Variable.png|600px]] | ||
| + | |} | ||
===LaTeX=== | ===LaTeX=== | ||
| Line 284: | Line 296: | ||
===PNG=== | ===PNG=== | ||
| + | |||
| + | {| align="center" cellpadding="0" cellspacing="0" style="text-align:center" | ||
| + | |+ style="height:25px; font-size:large" | <math>\text{Boolean Functions on Two Variables}</math> | ||
| + | |- | ||
| + | | [[File:Boolean Functions on Two Variables • Truth Table.png|600px]] | ||
| + | |} | ||
===LaTeX=== | ===LaTeX=== | ||
Latest revision as of 21:36, 29 October 2025
Format Examples
- \(\rightsquigarrow\)
- \(\leftrightsquigarrow\)
- \(\xrightarrow{\mathrm{Parse}}\)
- \(\xrightarrow[\mathrm{~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~}]{\mathrm{Parse}}\)
Font Size Examples
| Medium | \(\text{Algorithmic Translation Rules}\) |
| Larger | \(\text{Algorithmic Translation Rules}\) |
| 125% | \(\text{Algorithmic Translation Rules}\) |
| Large | \(\text{Algorithmic Translation Rules}\) |
| 150% | \(\text{Algorithmic Translation Rules}\) |
Algorithmic Translation Rules
PNG
| \(\text{Algorithmic Translation Rules}\) |
LaTeX
| ||||||
| ||||||
|
Semantic Translation • Functional Form
PNG
| \(\text{Semantic Translation}\) • \(\text{Functional Form}\) |
LaTeX
| ||||||||||
| ||||||||||
| ||||||||||
|
Semantic Translation • Equational Form
PNG
| \(\text{Semantic Translation}\) • \(\text{Equational Form}\) |
LaTeX
| ||||||||||
| ||||||||||
| ||||||||||
|
Boolean Functions on Zero Variables
PNG
LaTeX
| \(F\) | \(F\) | \(F()\) | \(F\) |
| \(0\) | \(F_0^{(0)}\) | \(0\) | \(\texttt{( )}\) |
| \(1\) | \(F_1^{(0)}\) | \(1\) | \(\texttt{(( ))}\) |
Boolean Functions on One Variable
PNG
LaTeX
| \(F\) | \(F\) | \(F(x)\) | \(F\) | |
| \(F(1)\) | \(F(0)\) | |||
| \(F_0^{(1)}\) | \(F_{00}^{(1)}\) | \(0\) | \(0\) | \(\texttt{( )}\) |
| \(F_1^{(1)}\) | \(F_{01}^{(1)}\) | \(0\) | \(1\) | \(\texttt{(} x \texttt{)}\) |
| \(F_2^{(1)}\) | \(F_{10}^{(1)}\) | \(1\) | \(0\) | \(x\) |
| \(F_3^{(1)}\) | \(F_{11}^{(1)}\) | \(1\) | \(1\) | \(\texttt{(( ))}\) |
Boolean Functions on Two Variables
PNG
LaTeX
| \(F\) | \(F\) | \(F(x, y)\) | \(F\) | |||
| \(F(1, 1)\) | \(F(1, 0)\) | \(F(0, 1)\) | \(F(0, 0)\) | |||
| \(F_{0}^{(2)}\) | \(F_{0000}^{(2)}\) | \(0\) | \(0\) | \(0\) | \(0\) | \(\texttt{( )}\) |
| \(F_{1}^{(2)}\) | \(F_{0001}^{(2)}\) | \(0\) | \(0\) | \(0\) | \(1\) | \(\texttt{(} x \texttt{)(} y \texttt{)}\) |
| \(F_{2}^{(2)}\) | \(F_{0010}^{(2)}\) | \(0\) | \(0\) | \(1\) | \(0\) | \(\texttt{(} x \texttt{)} y\) |
| \(F_{3}^{(2)}\) | \(F_{0011}^{(2)}\) | \(0\) | \(0\) | \(1\) | \(1\) | \(\texttt{(} x \texttt{)}\) |
| \(F_{4}^{(2)}\) | \(F_{0100}^{(2)}\) | \(0\) | \(1\) | \(0\) | \(0\) | \(x \texttt{(} y \texttt{)}\) |
| \(F_{5}^{(2)}\) | \(F_{0101}^{(2)}\) | \(0\) | \(1\) | \(0\) | \(1\) | \(\texttt{(} y \texttt{)}\) |
| \(F_{6}^{(2)}\) | \(F_{0110}^{(2)}\) | \(0\) | \(1\) | \(1\) | \(0\) | \(\texttt{(} x \texttt{,} y \texttt{)}\) |
| \(F_{7}^{(2)}\) | \(F_{0111}^{(2)}\) | \(0\) | \(1\) | \(1\) | \(1\) | \(\texttt{(} x y \texttt{)}\) |
| \(F_{8}^{(2)}\) | \(F_{1000}^{(2)}\) | \(1\) | \(0\) | \(0\) | \(0\) | \(x y\) |
| \(F_{9}^{(2)}\) | \(F_{1001}^{(2)}\) | \(1\) | \(0\) | \(0\) | \(1\) | \(\texttt{((} x \texttt{,} y \texttt{))}\) |
| \(F_{10}^{(2)}\) | \(F_{1010}^{(2)}\) | \(1\) | \(0\) | \(1\) | \(0\) | \(y\) |
| \(F_{11}^{(2)}\) | \(F_{1011}^{(2)}\) | \(1\) | \(0\) | \(1\) | \(1\) | \(\texttt{(} x \texttt{(} y \texttt{))}\) |
| \(F_{12}^{(2)}\) | \(F_{1100}^{(2)}\) | \(1\) | \(1\) | \(0\) | \(0\) | \(x\) |
| \(F_{13}^{(2)}\) | \(F_{1101}^{(2)}\) | \(1\) | \(1\) | \(0\) | \(1\) | \(\texttt{((} x \texttt{)} y \texttt{)}\) |
| \(F_{14}^{(2)}\) | \(F_{1110}^{(2)}\) | \(1\) | \(1\) | \(1\) | \(0\) | \(\texttt{((} x \texttt{)(} y \texttt{))}\) |
| \(F_{15}^{(2)}\) | \(F_{1111}^{(2)}\) | \(1\) | \(1\) | \(1\) | \(1\) | \(\texttt{(( ))}\) |