MyWikiBiz, Author Your Legacy — Tuesday February 18, 2025
Jump to navigationJump to search
431 bytes added
, 20:48, 7 April 2009
Line 2,166: |
Line 2,166: |
| Naturally enough, the diagonal extensions are represented by diagonal matrices: | | Naturally enough, the diagonal extensions are represented by diagonal matrices: |
| | | |
− | <pre> | + | {| align="center" cellspacing="6" width="90%" |
− | !1!| B C D E I J O
| + | | |
− | ---o--------------- | + | <math>\begin{array}{c|ccccccc} |
− | B | 1 0 0 0 0 0 0 | + | \mathbf{1,} & |
− | C | 0 1 0 0 0 0 0
| + | \mathrm{B} & |
− | D | 0 0 1 0 0 0 0
| + | \mathrm{C} & |
− | E | 0 0 0 1 0 0 0
| + | \mathrm{D} & |
− | I | 0 0 0 0 1 0 0
| + | \mathrm{E} & |
− | J | 0 0 0 0 0 1 0
| + | \mathrm{I} & |
− | O | 0 0 0 0 0 0 1
| + | \mathrm{J} & |
− | </pre> | + | \mathrm{O} |
| + | \\ |
| + | \text{---} & |
| + | \text{---} & |
| + | \text{---} & |
| + | \text{---} & |
| + | \text{---} & |
| + | \text{---} & |
| + | \text{---} & |
| + | \text{---} |
| + | \\ |
| + | \mathrm{B} & 1 & 0 & 0 & 0 & 0 & 0 & 0 |
| + | \\ |
| + | \mathrm{C} & 0 & 1 & 0 & 0 & 0 & 0 & 0 |
| + | \\ |
| + | \mathrm{D} & 0 & 0 & 1 & 0 & 0 & 0 & 0 |
| + | \\ |
| + | \mathrm{E} & 0 & 0 & 0 & 1 & 0 & 0 & 0 |
| + | \\ |
| + | \mathrm{I} & 0 & 0 & 0 & 0 & 1 & 0 & 0 |
| + | \\ |
| + | \mathrm{J} & 0 & 0 & 0 & 0 & 0 & 1 & 0 |
| + | \\ |
| + | \mathrm{O} & 0 & 0 & 0 & 0 & 0 & 0 & 1 |
| + | \end{array}</math> |
| + | |} |
| | | |
| <pre> | | <pre> |