Qurak

SubstitutionSystem

Disponível

Applies substitution rules iteratively, returning every state from the

SubstitutionSystem[rule, init, t]
SubstitutionSystem[rule, init]
SubstitutionSystem[rule]
SubstitutionSystem[{"A" -> "AB", "B" -> "A"}, "A", 4] → {A, AB, ABA, ABAAB, ABAABABA}SubstitutionSystem[{0 -> {0, 1}, 1 -> {1, 0}}, {0}, 3] → {{0}, {0, 1}, {0, 1, 1, 0}, {0, 1, 1, 0, 1, 0, 0, 1}}SubstitutionSystem[{1 -> {{1, 0}, {1, 1}}, 0 -> {{0, 0}, {0, 0}}}, {{1}}, 2] → {{{1}}, {{1, 0}, {1, 1}}, {{1, 0, 0, 0}, {1, 1, 0, 0}, {1, 0, 1, 0}, {1, 1, 1, 1}}}SubstitutionSystem[{1 -> {1, 0}, 0 -> {1}}][{1}] → {1, 0}

Tópicos

Relacionados

Todas as 6300 funções · Usar isto de um cliente MCP