| Line 2,385: |
Line 2,385: |
| | Example 1. Anything That Is Anything | | Example 1. Anything That Is Anything |
| | | | |
| − | : 1,1 = 1
| + | {| align="center" cellpadding="6" width="90%" |
| − | | + | | <math>\mathbf{1,}\mathbf{1} ~=~ \mathbf{1}</math> |
| − | : "anything that is anything" = "anything"
| + | |- |
| | + | | <math>\text{anything that is anything} ~=~ \text{anything}</math> |
| | + | |- |
| | + | | |
| | + | <math> |
| | + | \begin{bmatrix} |
| | + | 1 & 0 & 0 & 0 & 0 & 0 & 0 |
| | + | \\ |
| | + | 0 & 1 & 0 & 0 & 0 & 0 & 0 |
| | + | \\ |
| | + | 0 & 0 & 1 & 0 & 0 & 0 & 0 |
| | + | \\ |
| | + | 0 & 0 & 0 & 1 & 0 & 0 & 0 |
| | + | \\ |
| | + | 0 & 0 & 0 & 0 & 1 & 0 & 0 |
| | + | \\ |
| | + | 0 & 0 & 0 & 0 & 0 & 1 & 0 |
| | + | \\ |
| | + | 0 & 0 & 0 & 0 & 0 & 0 & 1 |
| | + | \end{bmatrix} |
| | + | \begin{bmatrix} |
| | + | 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 |
| | + | \end{bmatrix} |
| | + | = |
| | + | \begin{bmatrix} |
| | + | 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 \\ 1 |
| | + | \end{bmatrix} |
| | + | </math> |
| | + | |} |
| | | | |
| | {| align="center" cellspacing="6" width="90%" | | {| align="center" cellspacing="6" width="90%" |
| Line 2,403: |
Line 2,431: |
| | </pre> | | </pre> |
| | |} | | |} |
| − |
| |
| − | <pre>
| |
| − | | 1 0 0 0 0 0 0 | | 1 | | 1 |
| |
| − | | 0 1 0 0 0 0 0 | | 1 | | 1 |
| |
| − | | 0 0 1 0 0 0 0 | | 1 | | 1 |
| |
| − | | 0 0 0 1 0 0 0 | | 1 | = | 1 |
| |
| − | | 0 0 0 0 1 0 0 | | 1 | | 1 |
| |
| − | | 0 0 0 0 0 1 0 | | 1 | | 1 |
| |
| − | | 0 0 0 0 0 0 1 | | 1 | | 1 |
| |
| − | </pre>
| |
| | | | |
| | Example 2. Anything That Is Man | | Example 2. Anything That Is Man |