MyWikiBiz, Author Your Legacy — Wednesday November 20, 2024
Jump to navigationJump to search
455 bytes added
, 22:22, 13 March 2009
Line 1,848: |
Line 1,848: |
| |} | | |} |
| | | |
− | <pre>
| + | The proposition of the form <math>\texttt{pi\_qj}</math> says: |
− | The proposition of the form pi_qj says: | |
| | | |
− | At the point-in-time p_i,
| + | {| align="center" cellpadding="8" width="90%" |
− | the finite machine M is in the state q_j.
| + | | At the point-in-time <math>p_i,\!</math> the finite state machine <math>\operatorname{M}</math> is in the state <math>q_j.\!</math></p> |
| + | |} |
| | | |
− | The basic propositions for describing the | + | The basic propositions for describing the ''present register function'' <math>\operatorname{RF} : P \to R</math> are these: |
− | "present register function" RF : P -> R
| |
− | are these: | |
| | | |
− | p0_r0, p0_r1, p0_r2, p0_r3,
| + | {| align="center" cellpadding="8" width="90%" |
− | p1_r0, p1_r1, p1_r2, p1_r3,
| + | | |
− | p2_r0, p2_r1, p2_r2, p2_r3,
| + | <math>\begin{matrix} |
− | p3_r0, p3_r1, p3_r2, p3_r3.
| + | \texttt{p0\_r0}, & \texttt{p0\_r1}, & \texttt{p0\_r2}, & \texttt{p0\_r3}, |
| + | \\[6pt] |
| + | \texttt{p1\_r0}, & \texttt{p1\_r1}, & \texttt{p1\_r2}, & \texttt{p1\_r3}, |
| + | \\[6pt] |
| + | \texttt{p2\_r0}, & \texttt{p2\_r1}, & \texttt{p2\_r2}, & \texttt{p2\_r3}, |
| + | \\[6pt] |
| + | \texttt{p3\_r0}, & \texttt{p3\_r1}, & \texttt{p3\_r2}, & \texttt{p3\_r3}. |
| + | \end{matrix}</math> |
| + | |} |
| | | |
| + | <pre> |
| The proposition of the form pi_rj says: | | The proposition of the form pi_rj says: |
| | | |