- 80
- 113
klotza submitted a new PF Insights post
Fun with Self-Avoiding Walks
Continue reading the Original PF Insights Post.
Fun with Self-Avoiding Walks
Continue reading the Original PF Insights Post.
"The size of a random walk, being random, has a Gaussian distribution" I would think it would be a Poisson distribution. In this circumstance it would approximate a Gaussian though.klotza said:klotza submitted a new PF Insights post
Fun with Self-Avoiding Walks
Continue reading the Original PF Insights Post.![]()
klotza said:Hi Jimster41 I just saw your questions now, several months after you asked them.
The self-avoiding walk only grows from the end, it has linear topology in its basic form. Other versions are bottle-brush polymers or comb polymers, hyperbranched polymers, dendritics, etc, which have branchings.
I don't know much about self organizing criticality and scale-invariance, but I do know that regular brownian diffusion can be described by a fractal wiener process. The mathematical literature on the critical behaviour of SAWs is quite extensive but a bit beyond me.
mfb said:A walk ends if there is no free spot any more?
Up to symmetries, there is just one 7-step walk (up, left, left, down, down, right, up), and two 8-step walks (same pattern starting one step later). The 8-step walk needs a more precise arrangement of the steps.
mfb - Again many thanks for taking an interest in this problem. The wheels in my 82 year old head don't spin as fast as they once did! Your values for the probabilities, P(7) and P(8), of 7 and 8 step walks agree well with two 1-million walk simulation runs;mfb said:I see an effect from parity (like black/white checkerboard fields), but I would not expect it to be so large: a walk after an odd number of steps N can potentially be blocked by (N+1)/2 other elements, while a walk after an even number of steps can be blocked by N/2 other elements.
The probability of a walk ending after 7 steps is 6/37, while the probability of ending after 8 steps is 5/37.
The probabilities are absolute. If we would have those values for all N, they would add to 1.herb helbig said:I suppose, more accurately, the 8-step probability should be reduced by multiplying by the probability of not being trapped at 7 steps: 1-P(7) = 0.99726, but it would take a simulation of about 50 million walks to verify that, and much confidence in the random number generator!
That (n+1)/2 vs n/2 pattern should have an odd/even pattern.herb helbig said:The trend of your (n+1)/2, N/2 parity effect is evident in the data, but apparently an underestimate.
I have a figure summarizing what I have said, but not sure whether it has uploaded.