read `MNTD.txt`: print(`To get Figure 1 in the article "Maximally Nontransitive dice" by Joe Buhler, Ron Graham, and Al Hales`): print(`http://www.google.com/url?q=http://www.math.ucsd.edu/~ronspubs/pre_nontransitive.pdf`): print(`Note , in the rightmost tournament the arrow from C to B should be from B to C`): print(`is `): print(TouSv([(x^2+x^6+x^7)/3, (x+x^5+x^9)/3, (x^3+x^4+x^8)/3],x,20)); print(``): print(`To prove the claim in Remark 5 on p. 398.`): print(``): print(TouSv([(16*t^2+7*t^(-8)+2*t^12)/25, (11*t^(-9)+33*t+6*t^11)/50, (6*t^(-11)+33*t^(-1)+11*t^9)/50 ],t,9)): quit: