SLIDE 18 Balance equation example
Choose actor A reps[A] = 1/1 for edge s1: reps[D]=(1/1)*(1/3) = 1/3 for edge s4: reps[C]=(1/3)*(2/1)=2/3 for edge s2: do nothing because reps[A]<>0 for edge s2: do nothing because reps[C]<>0 for edge s3: reps[B]=(1/1)*(2/1)=2/1 now reps={1/1, 2/1, 2/3, 1/3} lcm(1,1,3,3)=3 reps=reps*3={3/1, 6/1, 6/3, 3/3} q={3,6,2,1}
A C D B 1 2 2 3 1 3 2 1 s4 s1 s2 s3
1 0 0 -3 2 0 -3 0 Γ = -2 1 0 0 0 0 -1 2 3 6 q = 2 1
On the slide there is an example for solving the equation. Everybody interested in this could follow the detailed explanation
- n the slide and the description of the algorithm on the previous
slide.