About: Wolfram code

An Entity of Type: Person100007846, from Named Graph: http://dbpedia.org, within Data Space: dbpedia.org

Wolfram code is a widely used numbering system for one-dimensional cellular automaton rules, introduced by Stephen Wolfram in a 1983 paper and popularized in his book A New Kind of Science. The code is based on the observation that a table specifying the new state of each cell in the automaton, as a function of the states in its neighborhood, may be interpreted as a k-digit number in the S-ary positional number system, where S is the number of states that each cell in the automaton may have, k = S2n + 1 is the number of neighborhood configurations, and n is the radius of the neighborhood. Thus, the Wolfram code for a particular rule is a number in the range from 0 to SS2n + 1 − 1, converted from S-ary to decimal notation. It may be calculated as follows:

Property Value
dbo:abstract
  • Wolfram code is a widely used numbering system for one-dimensional cellular automaton rules, introduced by Stephen Wolfram in a 1983 paper and popularized in his book A New Kind of Science. The code is based on the observation that a table specifying the new state of each cell in the automaton, as a function of the states in its neighborhood, may be interpreted as a k-digit number in the S-ary positional number system, where S is the number of states that each cell in the automaton may have, k = S2n + 1 is the number of neighborhood configurations, and n is the radius of the neighborhood. Thus, the Wolfram code for a particular rule is a number in the range from 0 to SS2n + 1 − 1, converted from S-ary to decimal notation. It may be calculated as follows: 1. * List all the S2n + 1 possible state configurations of the neighbourhood of a given cell. 2. * Interpreting each configuration as a number as described above, sort them in descending numerical order. 3. * For each configuration, list the state which the given cell will have, according to this rule, on the next iteration. 4. * Interpret the resulting list of states again as an S-ary number, and convert this number to decimal. The resulting decimal number is the Wolfram code. The Wolfram code does not specify the size (nor shape) of the neighbourhood, nor the number of states — these are assumed to be known from context. When used on their own without such context, the codes are often assumed to refer to the class of elementary cellular automata, two-state one-dimensional cellular automata with a (contiguous) three-cell neighbourhood, which Wolfram extensively investigates in his book. Notable rules in this class include rule 30, rule 110, and rule 184. Rule 90 is also interesting because it creates Pascal's triangle modulo 2. A code of this type suffixed by an R, such as "Rule 37R", indicates a second-order cellular automaton with the same neighborhood structure. While in a strict sense every Wolfram code in the valid range defines a different rule, some of these rules are isomorphic and usually considered equivalent. For example, rule 110 above is isomorphic with the rules 124, 137 and 193, which can be obtained from the original by left-right reflection and by renumbering the states. By convention, each such isomorphism class is represented by the rule with the lowest code number in it. A disadvantage of the Wolfram notation, and the use of decimal notation in particular, is that it makes such isomorphisms harder to see than some alternative notations. Despite this, it has become the de facto standard way of referring to one-dimensional cellular automata. (en)
  • Wolfram 代码 是用于一维元胞自动机规则的命名系统,由史蒂芬·沃爾夫勒姆在1983年发表的一篇论文中提出,并且在他的著作《一种新科学》中使用。 该代码基于如下的观测,作为邻域中的状态的函数、指定自动机中每个元胞新状态的表格可被解释为 S 元位置数字系统中的 k 位数,其中 S 是自动机中每个元胞可能的状态数,k = S2n + 1 是邻域配置的数目,而 n 是邻域的半径。因此, 特定规则的 Wolfram 代码是 0 到 SS2n + 1 − 1 范围内的一个数字,并且是从 S 元转换到十进制的数字。 (zh)
dbo:wikiPageID
  • 4853330 (xsd:integer)
dbo:wikiPageLength
  • 4451 (xsd:nonNegativeInteger)
dbo:wikiPageRevisionID
  • 1117643871 (xsd:integer)
dbo:wikiPageWikiLink
dbp:wikiPageUsesTemplate
dcterms:subject
rdf:type
rdfs:comment
  • Wolfram 代码 是用于一维元胞自动机规则的命名系统,由史蒂芬·沃爾夫勒姆在1983年发表的一篇论文中提出,并且在他的著作《一种新科学》中使用。 该代码基于如下的观测,作为邻域中的状态的函数、指定自动机中每个元胞新状态的表格可被解释为 S 元位置数字系统中的 k 位数,其中 S 是自动机中每个元胞可能的状态数,k = S2n + 1 是邻域配置的数目,而 n 是邻域的半径。因此, 特定规则的 Wolfram 代码是 0 到 SS2n + 1 − 1 范围内的一个数字,并且是从 S 元转换到十进制的数字。 (zh)
  • Wolfram code is a widely used numbering system for one-dimensional cellular automaton rules, introduced by Stephen Wolfram in a 1983 paper and popularized in his book A New Kind of Science. The code is based on the observation that a table specifying the new state of each cell in the automaton, as a function of the states in its neighborhood, may be interpreted as a k-digit number in the S-ary positional number system, where S is the number of states that each cell in the automaton may have, k = S2n + 1 is the number of neighborhood configurations, and n is the radius of the neighborhood. Thus, the Wolfram code for a particular rule is a number in the range from 0 to SS2n + 1 − 1, converted from S-ary to decimal notation. It may be calculated as follows: (en)
rdfs:label
  • Wolfram code (en)
  • Wolfram代码 (zh)
owl:sameAs
prov:wasDerivedFrom
foaf:isPrimaryTopicOf
is dbo:wikiPageDisambiguates of
is dbo:wikiPageRedirects of
is dbo:wikiPageWikiLink of
is foaf:primaryTopic of
Powered by OpenLink Virtuoso    This material is Open Knowledge     W3C Semantic Web Technology     This material is Open Knowledge    Valid XHTML + RDFa
This content was extracted from Wikipedia and is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License