Markov algorithm simulates Post machine:
Given a random Post machine P we build a Markov algorithm M which simulates P. M consists of one rewrite rule for each transition of P and a few other rules which move newly made characters to the right end of M’s data string, corresponding to the tail of P’s queue. For simplicity’s sake we limit P as follows:
P’s alphabet is {0, 1, #}, and P’s transitions are of form q, x -> q’, y with |x| ≤ 1 and |y| ≤ 1.
In common, M’s alphabet can be selected as {0, 1, #, q} plus a single marker α. The given algorithm which compresses runs of 0s to a single 0 and runs of 1s to a single 1 serves as an illustration to describe the construction of M’s rewrite rules.
Illustration: Compress runs of similar symbol to a single symbol, illustration: 00011011100# - > 01010#.
Structure of P. The beginning state q finds out whether the very first run is a run of 0s or of 1s, rotates this symbol, and transfers control to state z, ‘zeros’, or y, ‘ones’, accordingly. The state z recalls that P is presently reading a run of 0s, that this run has already produced a 0 in the output; thus it removes all further 0s of this run.
Analogously for the state y. In any state, # terminates the transformation.
For sake of simplicity, we select the alphabet of the Markov algorithm M as {0, 1, #, q, z, y}, where q, z, y are the names of corresponding states. This convention recommends that M’s alphabet expands with the size of Post machine P to be simulated. From the theoretical point of view, though, it is more elegant to encompass a fixed Markov alphabet for any Post machine to be simulated. When P has states q1, q2, .. qs, for illustration, M can code such, for illustration, as q0q, q00q, q0...0q with fixed alphabet {0, 1, #, q}.
The Markov algorithm M which simulates P codes the input and outcome string as: q00011011100# - > 01010.
The input begins with the identifier of P’s beginning state q. Other states are coded as z and y.
M comprises of 4 sets of rewrite rules, one for all state of P and one for moving newly made characters to the right end of M’s data string. The rewrite rules related with the states are in 1-to-1 correspondence with P’s transitions - therefore, this portion of the Markov algorithm is a mirror image of P. We follow the convention which rules written on similar line can appear in any order, while rules written on various lines should be executed from top to bottom. The set of rules which move a character should appear first, the rules corresponding to P’s states can follow in any order.
Move a newly made character to right:
A) α 0 0 -> 0 α 0, α 0 1 -> 1 α 0, α 0 # -> # α 0, α 1 0 -> 0 α 1, α 1 1 ->1 α 1, α 1 # -> # α 1
B) α -> ε
Rules for beginning state q: C) q 0 -> z α 0, q 1 -> y α 1, q # ¬ # (that is, terminating rule)Rules for state z: D) z 0 -> z, z 1 -> y α 1, z # ¬ # (that is, terminating rule)Rules for state y: E) y 1 -> y, y 0 -> z α 0, y # ¬ # (that is, terminating rule)Initialization: F) ε -> q
Execution trace on the input 1 1 0 1 1 # with outcome 1 0 1 #.
Explanation of the rules. Each transition of the form q, u -> q’, v of a Post machine, if executed, causes a corresponding Markov rule of the form q u -> q’ α v to be performed. The only difference among such two is that the Post machine appends v at right end, while the Markov algorithm inserts v in the direction of left end of data string. Thus, the Markov rule produces a marker α whose task is to push v to far right. The rules including α have top priority, and hence the right shift of v gets terminated before any new Post transition is simulated.
Latest technology based Theory of Computation Online Tutoring Assistance
Tutors, at the www.tutorsglobe.com, take pledge to provide full satisfaction and assurance in Theory of Computation help via online tutoring. Students are getting 100% satisfaction by online tutors across the globe. Here you can get homework help for Theory of Computation, project ideas and tutorials. We provide email based Theory of Computation help. You can join us to ask queries 24x7 with live, experienced and qualified online tutors specialized in Theory of Computation. Through Online Tutoring, you would be able to complete your homework or assignments at your home. Tutors at the TutorsGlobe are committed to provide the best quality online tutoring assistance for Theory of Computation Homework help and assignment help services. They use their experience, as they have solved thousands of the Theory of Computation assignments, which may help you to solve your complex issues of Theory of Computation. TutorsGlobe assure for the best quality compliance to your homework. Compromise with quality is not in our dictionary. If we feel that we are not able to provide the homework help as per the deadline or given instruction by the student, we refund the money of the student without any delay.
theory and lecture notes of models of computation all along with the key concepts of models of computation, fundamental goals, models of computation-purpose and types. tutorsglobe offers homework help, assignment help and tutor’s assistance on models of computation.
tutorsglobe.com photochemical and biosynthetic phases assignment help-homework help by online plant physiology tutors
Motion in Central Force Fields tutorial all along with the key concepts of Vector Analysis, Vector Position, Gradient, Divergence and Curl, Central - Conservative Forces, Properties of Central Force Fields, Work Performed by Conservative force fields
Classes, structures and naming of Alcohols tutorial all along with the key concepts of Classes of Alcohols, Monohydric, Dihydric, Trihydric, Primary alcohol, Secondary alcohol, Tertiary alcohol, Naming Alcohols and Physical Properties of Alcohols
tutorsglobe.com geomagnetism-origin and properties of rock tutorial all along with the key concepts of Definition of Geomagnetism, Earth's magnetic field in space Origin of Earth's field, Introduction of rocks, Igneous Rocks, Metamorphic rocks, Properties of rocks
tutorsglobe.com virion, viroids and prions assignment help-homework help by online structure of a virus tutors
tutorsglobe.com xml assignment help-homework help by online computer programming tutors
tutorsglobe.com leverage consequence on roe assignment help-homework help by online leverage tutors
Theory and lecture notes of The main sources of error all along with the key concepts of functions and data, Truncation Error, Round-off Error, Loss of Precision, Bad Conditioning. Tutorsglobe offers homework help, assignment help and tutor’s assistance on The main sources of error.
tutorsglobe.com telophase assignment help-homework help by online meiosis-i tutors
tutorsglobe.com economic importance of bacteria assignment help-homework help by online bacteria tutors
Put the rubber sealing ring on the bottom of the blade assembles. Screw the blender in the assemble until tight. Put the ingredients in the blender.
kinematic consequences of lorentz transformation tutorial all along with the key concepts of Length contraction, Time Dilation, Velocity Addition, Twin Paradox, Relativistic Doppler Effect
tutorsglobe.com active immunization assignment help-homework help by online vaccines tutors
compilers translate the program instructions from the form that can be understand by human to the form that can be understand by machine. interpreters as well convert the source program to machine language instruction but execute each line as it is entered.
1935401
Questions Asked
3689
Tutors
1494451
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!