![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: 1-D Cellular Automataby gumby (Scribe) |
on Jun 19, 2002 at 21:36 UTC ( #175847=note: print w/replies, xml ) | Need Help?? |
Sierpinski sieve:
Now, why does this work? Because binom(m, n)(mod 2) = n XOR m, so this is just Pascal's triangle (mod 2). Update: Will work now.
In Section
Cool Uses for Perl
|
|