[was@laptop mlogs]$ [was@laptop mlogs]$ Magma V2.9-19 Mon Oct 28 2002 10:09:41 on laptop [Seed = 446329868] Type ? for help. Type -D to quit. Attach("guess.m"); Loading startup file "/home/was/magma/local/emacs.m" Loading "/home/was/magma/local/init.m" > > > > x, r := RationalGame(6,50); > x; 1.20976495928991459636058743312029272069299503833285 > cf(x); [ 1, 4, 1, 3, 3, 2, 1, 1, 1, 79, 1, 3, 1, 2 ] > x :=1.209764959; > cf(x); [ 1, 4, 1, 3, 3, 2, 1, 1, 1, 80, 2, 1, 3, 16, 1, 1, 1, 3, 1, 3, 2 ] > x :=1.209764; > cf(x); [ 1, 4, 1, 3, 3, 2, 1, 2, 3, 5, 3, 2, 3 ] > Conv([ 1, 4, 1, 3, 3, 2, 1, 1, 1]); [ 1, 5/4, 6/5, 23/19, 75/62, 173/143, 248/205, 421/348, 669/553 ] > Conv([ 1, 4, 1, 3, 3, 2, 1, 1, 1, 79, 1, 3, 1, 2 ]); [ 1, 5/4, 6/5, 23/19, 75/62, 173/143, 248/205, 421/348, 669/553, 53272/44035, 53941/44588, 215095/177799, 269036/222387, 753167/622573 ] > a; >> a; ^ User error: Identifier 'a' has not been declared or assigned > r; > 753167/622573 > x, r := RationalGame(5,9); > x; 1.400558014 > cf(x); [ 1, 2, 2, 71, 3, 1, 1, 6, 2, 2, 6, 2, 27, 7, 2 ] > x, r := RationalGame(5,30); > x; 0.415967645296584781306171360096 > cf(x); [ 0, 2, 2, 2, 9, 1, 1, 13, 2 ] > x, r := RationalGame(3,15); > cf(x); [ 1, 1, 1, 12, 6, 1, 1129943502824 ] > Conv([ 1, 1, 1, 12, 6, 1]); [ 1, 2, 3/2, 38/25, 231/152, 269/177 ] > r; 269/177 >