MyWikiBiz, Author Your Legacy — Sunday September 07, 2025
Jump to navigationJump to search
655 bytes added
, 20:16, 12 March 2009
Line 452: |
Line 452: |
| o-----o-----o-----o | | o-----o-----o-----o |
| </pre> | | </pre> |
| + | |
| + | <br> |
| + | |
| + | {| align="center" cellpadding="8" style="text-align:center" |
| + | | |
| + | <math>\begin{array}{ccc} |
| + | \texttt{u}' & = & \texttt{((u)(v))} |
| + | \\ |
| + | \texttt{v}' & = & \texttt{((u,~v))} |
| + | \end{array}</math> |
| + | |- |
| + | | |
| + | <math>\begin{matrix} |
| + | \text{Orbit 1} |
| + | \\ |
| + | \text{Initial Point :}~ (u, v) = (1, 1) |
| + | \end{matrix}</math> |
| + | |- |
| + | | |
| + | <math>\begin{array}{c|cc} |
| + | t & u & v \\ |
| + | \\ |
| + | 0 & 1 & 1 \\ |
| + | 1 & 1 & 1 \\ |
| + | 2 & '' & '' \\ |
| + | \end{array}</math> |
| + | |- |
| + | | |
| + | <math>\begin{matrix} |
| + | \text{Orbit 2} |
| + | \\ |
| + | \text{Initial Point :}~ (u, v) = (0, 0) |
| + | \end{matrix}</math> |
| + | |- |
| + | | |
| + | <math>\begin{array}{c|cc} |
| + | t & u & v \\ |
| + | \\ |
| + | 0 & 0 & 0 \\ |
| + | 1 & 0 & 1 \\ |
| + | 2 & 1 & 0 \\ |
| + | 3 & 1 & 0 \\ |
| + | 4 & '' & '' \\ |
| + | \end{array}</math> |
| + | |} |
| | | |
| ==Over And Under Setting== | | ==Over And Under Setting== |