HOME COMPUTER!!! debian[~/tex/comp]$ magma Magma V2.15-4 Sat Jan 24 2009 10:17:56 on debian [Seed = 2862142119] Type ? for help. Type -D to quit. > load 'fctWitt.m'; Loading "fctWitt.m" Loading "sec_coord.m" > p:=11;F:=RationalFunctionField(GF(p),2); > time a1 := lift(a0,b0); Time: 55.480 > Total time: 55.750 seconds, Total memory usage: 231.78MB debian[~/tex/comp]$ magma Magma V2.15-4 Sat Jan 24 2009 10:16:21 on debian [Seed = 1131494063] Type ? for help. Type -D to quit. > load 'fctWitt2.m'; Loading "fctWitt2.m" Loading "sec_coord.m" > p:=11;F:=RationalFunctionField(GF(p),2); > time a1 := lift2(a0,b0); Time: 46.790 > Total time: 47.090 seconds, Total memory usage: 572.94MB debian[~/tex/comp]$ magma Magma V2.15-4 Sat Jan 24 2009 10:19:27 on debian [Seed = 3146367981] Type ? for help. Type -D to quit. > load 'fctWitt.m'; Loading "fctWitt.m" Loading "sec_coord.m" > p:=13;F:=RationalFunctionField(GF(p),2); > time a1 := lift(a0,b0); Time: 1386.520 > Total time: 1387.450 seconds, Total memory usage: 1318.22MB debian[~/tex/comp]$ debian[~/tex/comp]$ magma Magma V2.15-4 Sat Jan 24 2009 11:08:11 on debian [Seed = 1500195994] Type ? for help. Type -D to quit. > load 'fctWitt2.m'; Loading "fctWitt2.m" Loading "sec_coord.m" > p:=13;F:=RationalFunctionField(GF(p),2); > time a1 := lift2(a0,b0); Time: 1318.890 > Total time: 1319.859 seconds, Total memory usage: 1560.04MB