Re: juggling's combinatorics problem with siteswap
From: Rory Parle (rparle_at_soylentred.REMOVECAPS.net.INVALID)
Date: 02/09/05
- Next message: Paul Murray: "Re: JSH: Easy math, easy solution"
- Previous message: Steven: "Re: JSH: Easy math, easy solution"
- In reply to: Xah Lee: "juggling's combinatorics problem with siteswap"
- Next in thread: Michael Ferguson: "Re: juggling's combinatorics problem with siteswap"
- Reply: Michael Ferguson: "Re: juggling's combinatorics problem with siteswap"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 09 Feb 2005 20:29:19 +0000
Xah Lee wrote:
> Given a siteswape notatiion, is there a algorithm to derive:
>
> * the period number. (the period is the number of throws all colored
> balls return to their position.)
That's equal to the lowest common multiple of the individual orbit
periods, multiplied by two if it's odd.
> * the number of orbits in a pattern. (a orbit is the path a ball
> travels.)
- Let n0 = 0.
- Look at the number in position n0. Call it n1.
- Look at the number in position (n0 + n1) mod p (where p is the length
of the siteswap). Call that n2.
- Look at the number in position (n1 + n2) mod p. Call it n3.
- Continue in this vein until you get back to position 0. All of the
positions you've been to so far are part of the first orbit.
- Go to the next number not yet examined and repeat all the previous
steps starting from it (this time n0 is the position of that initial
number).
- Continue all of these steps until you've counted all the orbits.
> * whether the pattern is ambidextrous. (a pattern is ambidextrous if
> left and right hand play the same role. (not necessarily synchronized
> or lockstep.))
If the length of the siteswap (usually called period but different from
the period you asked about) is odd then it's ambidextrous.
-- Rory Parle http://www.netsoc.dit.ie/~jugsoc/
- Next message: Paul Murray: "Re: JSH: Easy math, easy solution"
- Previous message: Steven: "Re: JSH: Easy math, easy solution"
- In reply to: Xah Lee: "juggling's combinatorics problem with siteswap"
- Next in thread: Michael Ferguson: "Re: juggling's combinatorics problem with siteswap"
- Reply: Michael Ferguson: "Re: juggling's combinatorics problem with siteswap"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|