Qurak

SubstitutionSystem

可用

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}

主題

相關

全部 6300 個函式 · 從 MCP 用戶端使用這個