Structure function calculator 0001101 Clear 1 0 Get 𝐴− structure function for 𝑥 ∈{0,1}≤12 Get 𝐴walk𝑁 structure function for 𝑥 ∈{0,1}≤12 Get 𝐴word𝑁 structure function for 𝑥 ∈{0,1}≤10 digraph G { S8 [shape = box]; S0 -> S1 [label = "1"]; S1 -> S2 [label = "0"]; S2 -> S3 [label = "1"]; S3 -> S4 [label = "1"]; S4 -> S3 [label = "1"]; S4 -> S5 [label = "0"]; S5 -> S0 [label = "0"]; S2 -> S6 [label = "0"]; S6 -> S7 [label = "0"]; S7 -> S8 [label = "0"]; S8 -> S6 [label = "0"]; } Graphviz Engine dot neato twopi circo fdp