<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=169.130.111.202</id>
	<title>formulasearchengine - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://en.formulasearchengine.com/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=169.130.111.202"/>
	<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/wiki/Special:Contributions/169.130.111.202"/>
	<updated>2026-05-22T01:45:52Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.0-wmf.28</generator>
	<entry>
		<id>https://en.formulasearchengine.com/index.php?title=RevPAR&amp;diff=17570</id>
		<title>RevPAR</title>
		<link rel="alternate" type="text/html" href="https://en.formulasearchengine.com/index.php?title=RevPAR&amp;diff=17570"/>
		<updated>2013-12-14T02:44:48Z</updated>

		<summary type="html">&lt;p&gt;169.130.111.202: /* Calculation */ REVpar is a calculation of rooms revenue, not total revenue - hence the addition of the word &amp;#039;rooms&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{turing}}&lt;br /&gt;
&#039;&#039;&#039;Read-only right moving Turing machines&#039;&#039;&#039; are a particular type of [[Turing machine]].&lt;br /&gt;
&lt;br /&gt;
== Definition ==&lt;br /&gt;
&lt;br /&gt;
The definition based on a single infinite tape defined to be a 7-[[tuple]] &lt;br /&gt;
&lt;br /&gt;
&amp;lt;math&amp;gt;M= \langle Q, \Gamma, b, \Sigma, \delta, q_0, F \rangle&amp;lt;/math&amp;gt; where&lt;br /&gt;
* &amp;lt;math&amp;gt;Q&amp;lt;/math&amp;gt; is a finite set of &#039;&#039;states&#039;&#039;&lt;br /&gt;
* &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; is a finite set of the &#039;&#039;tape alphabet/symbols&#039;&#039;&lt;br /&gt;
* &amp;lt;math&amp;gt;b \in \Gamma&amp;lt;/math&amp;gt; is the &#039;&#039;blank symbol&#039;&#039; (the only symbol allowed to occur on the tape infinitely often at any step during the computation)&lt;br /&gt;
* &amp;lt;math&amp;gt;\Sigma&amp;lt;/math&amp;gt;, a subset of &amp;lt;math&amp;gt;\Gamma&amp;lt;/math&amp;gt; not including b is the set of &#039;&#039;input symbols&#039;&#039;&lt;br /&gt;
* &amp;lt;math&amp;gt;\delta: Q \times \Gamma \rightarrow Q \times \Gamma \times \{R\}&amp;lt;/math&amp;gt; is a [[Function (mathematics)|function]] called the &#039;&#039;[[transition function]]&#039;&#039;, R is a right movement (a right shift).&lt;br /&gt;
* &amp;lt;math&amp;gt;q_0 \in Q&amp;lt;/math&amp;gt; is the &#039;&#039;initial state&#039;&#039;&lt;br /&gt;
* &amp;lt;math&amp;gt;F \subseteq Q&amp;lt;/math&amp;gt; is the set of &#039;&#039;final&#039;&#039; or &#039;&#039;accepting states&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
In the case of these types of Turing Machines, the only movement is to the right.&lt;br /&gt;
There must exist at least one element of the set &amp;lt;math&amp;gt;F &amp;lt;/math&amp;gt; (a &#039;&#039;&#039;HALT&#039;&#039;&#039; state) for the machine to accept a regular language (Not in including the empty language).&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;An example Read Only right moving Turing machine&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
:Q = { &#039;&#039;&#039;A&#039;&#039;&#039;, &#039;&#039;&#039;B&#039;&#039;&#039;, &#039;&#039;&#039;C&#039;&#039;&#039;, &#039;&#039;&#039;HALT&#039;&#039;&#039; }&lt;br /&gt;
:Γ = { 0, 1 }&lt;br /&gt;
:b = 0 = &amp;quot;blank&amp;quot;&lt;br /&gt;
:Σ = &amp;lt;math&amp;gt;\varphi&amp;lt;/math&amp;gt;, empty set&lt;br /&gt;
:δ = see state-table below&lt;br /&gt;
:q&amp;lt;sub&amp;gt;0&amp;lt;/sub&amp;gt; = &#039;&#039;&#039;A&#039;&#039;&#039; = initial state&lt;br /&gt;
:F = the one element set of final states {&#039;&#039;&#039;HALT&#039;&#039;&#039;}&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;State table for 3 state, 2 symbol read only machine:&#039;&#039;&#039;&lt;br /&gt;
{|class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|- style=&amp;quot;font-size:9pt&amp;quot;&lt;br /&gt;
| width=&amp;quot;68.4&amp;quot; Height=&amp;quot;22.8&amp;quot; valign=&amp;quot;center&amp;quot; |&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Current state &#039;&#039;&#039;A&#039;&#039;&#039;:&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; valign=&amp;quot;bottom&amp;quot; |&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; valign=&amp;quot;bottom&amp;quot; |&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Current state &#039;&#039;&#039;B&#039;&#039;&#039;:&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; valign=&amp;quot;bottom&amp;quot; |&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; valign=&amp;quot;bottom&amp;quot; |&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Current state &#039;&#039;&#039;C&#039;&#039;&#039;:&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; valign=&amp;quot;bottom&amp;quot; |&lt;br /&gt;
| width=&amp;quot;37.2&amp;quot; valign=&amp;quot;bottom&amp;quot; |&lt;br /&gt;
|- style=&amp;quot;font-size:9pt&amp;quot;&lt;br /&gt;
| Height=&amp;quot;22.8&amp;quot; valign=&amp;quot;bottom&amp;quot; |&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Write symbol:&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Move tape:&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Next state:&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Write symbol:&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Move tape:&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Next state:&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Write symbol:&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Move tape:&lt;br /&gt;
| align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot; | Next state:&lt;br /&gt;
|- style=&amp;quot;font-size:9pt&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot;&lt;br /&gt;
| Height=&amp;quot;12&amp;quot; | tape symbol is 0:&lt;br /&gt;
 | 1&lt;br /&gt;
 | R&lt;br /&gt;
|style=&amp;quot;font-weight:bold&amp;quot; | B&lt;br /&gt;
 | 1&lt;br /&gt;
 | R&lt;br /&gt;
|style=&amp;quot;font-weight:bold&amp;quot; | A&lt;br /&gt;
 | 1&lt;br /&gt;
 | R&lt;br /&gt;
|style=&amp;quot;font-weight:bold&amp;quot; | B&lt;br /&gt;
|- style=&amp;quot;font-size:9pt&amp;quot; align=&amp;quot;center&amp;quot; valign=&amp;quot;bottom&amp;quot;&lt;br /&gt;
| Height=&amp;quot;12&amp;quot; | tape symbol is 1:&lt;br /&gt;
 | 1&lt;br /&gt;
 | R&lt;br /&gt;
|style=&amp;quot;font-weight:bold&amp;quot; | C&lt;br /&gt;
 | 1&lt;br /&gt;
 | R&lt;br /&gt;
|style=&amp;quot;font-weight:bold&amp;quot; | B&lt;br /&gt;
 | 1&lt;br /&gt;
 | N&lt;br /&gt;
 | &#039;&#039;&#039;HALT&#039;&#039;&#039;&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
==See also==&lt;br /&gt;
* [[Deterministic finite automaton|DFA]]&lt;br /&gt;
* [[Nondeterministic finite automaton|NDFA]]&lt;br /&gt;
* [[Finite state machine|Finite State Machine]]&lt;br /&gt;
* [[Read-only Turing machine]]&lt;br /&gt;
* [[Turing Machine]]&lt;br /&gt;
* [[Turing machine examples]]&lt;br /&gt;
&lt;br /&gt;
==References==&lt;br /&gt;
* {{cite book | last = Davis| first = Martin | coauthors = Ron Sigal, Elaine J. Weyuker| title = Second Edition: Computability, Complexity, and Languages and Logic: Fundamentals of Theoretical Computer Science | edition = 2nd ed. | publisher = Academic Press, Harcourt, Brace &amp;amp; Company| location = San Diego | year = 1994| ISBN =0-12-206382-1}}&lt;br /&gt;
&lt;br /&gt;
[[Category:Turing machine]]&lt;/div&gt;</summary>
		<author><name>169.130.111.202</name></author>
	</entry>
</feed>