تاريخ الرياضيات
الاعداد و نظريتها
تاريخ التحليل
تار يخ الجبر
الهندسة و التبلوجي
الرياضيات في الحضارات المختلفة
العربية
اليونانية
البابلية
الصينية
المايا
المصرية
الهندية
الرياضيات المتقطعة
المنطق
اسس الرياضيات
فلسفة الرياضيات
مواضيع عامة في المنطق
الجبر
الجبر الخطي
الجبر المجرد
الجبر البولياني
مواضيع عامة في الجبر
الضبابية
نظرية المجموعات
نظرية الزمر
نظرية الحلقات والحقول
نظرية الاعداد
نظرية الفئات
حساب المتجهات
المتتاليات-المتسلسلات
المصفوفات و نظريتها
المثلثات
الهندسة
الهندسة المستوية
الهندسة غير المستوية
مواضيع عامة في الهندسة
التفاضل و التكامل
المعادلات التفاضلية و التكاملية
معادلات تفاضلية
معادلات تكاملية
مواضيع عامة في المعادلات
التحليل
التحليل العددي
التحليل العقدي
التحليل الدالي
مواضيع عامة في التحليل
التحليل الحقيقي
التبلوجيا
نظرية الالعاب
الاحتمالات و الاحصاء
نظرية التحكم
بحوث العمليات
نظرية الكم
الشفرات
الرياضيات التطبيقية
نظريات ومبرهنات
علماء الرياضيات
500AD
500-1499
1000to1499
1500to1599
1600to1649
1650to1699
1700to1749
1750to1779
1780to1799
1800to1819
1820to1829
1830to1839
1840to1849
1850to1859
1860to1864
1865to1869
1870to1874
1875to1879
1880to1884
1885to1889
1890to1894
1895to1899
1900to1904
1905to1909
1910to1914
1915to1919
1920to1924
1925to1929
1930to1939
1940to the present
علماء الرياضيات
الرياضيات في العلوم الاخرى
بحوث و اطاريح جامعية
هل تعلم
طرائق التدريس
الرياضيات العامة
نظرية البيان
Outer-Totalistic Cellular Automaton
المؤلف:
Wolfram, S
المصدر:
A New Kind of Science. Champaign, IL: Wolfram Media
الجزء والصفحة:
pp. 927-928
23-8-2021
1411
An outer-totalistic cellular automaton is a generalization of the totalistic cellular automaton. Totalistic rules are a proper superset of outer-totalistic rules. In particular, consider the cellular automaton rule
![]() |
so that the center cell with value changes to value
when bordered by cells with values
and
. The cells with values
and
are called the outer cells.
In a totalistic cellular automatic, the total value of the cells (
) is considered, and for each possible value of that total, the rule output is given. So a list of
entries, each from 0 to
are needed.
In an outer-totalistic cellular automaton, both the center cell value (
) and the outer total
(
) are considered. Note these are trivially independent quantities. For each combination of the center value
and outer-total
, the rule output is given. So a matrix with
rows and
columns is needed with entries each 0 to
.
This can be generalized to more outer cells (e.g., two on each side), to two dimensions, and so on.
A -color outer-totalistic cellular automaton can be generated in the Wolfram Language using
CellularAutomaton[{n, {k, {k, 1, k}}, 1},
init, steps, {All, All}]
Similarly, 9-cell two-dimensional outer totalistic rules can be given for a single row through time and the last step, respectively, by
First /@ CellularAutomaton[{n,
{k, {{k, k, k}, {k, 1, k}, {k, k, k}}}, {1, 1}
},
init, steps, {All, {0}, All}]
First[CellularAutomaton[{n,
{k, {{k, k, k}, {k, 1, k}, {k, k, k}}}, {1, 1}
},
init, steps, {-1, All, All}]]
REFERENCES:
Wolfram, S. A New Kind of Science. Champaign, IL: Wolfram Media, pp. 927-928, 2002.