The attached file defines a list of lists of integers and forms a 100 x 2
matrix M from it, successfully, but print(M) shows a lot of garbage.

John

-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.
C = [[1, 0], [0, 1], [195660, -48], [12080128, 1080], [44656110, -15040], [-982499328, 143820], [-147247240, -985824], [22106234880, 4857920], [-8700375483, -16295040], [-307849789440, 28412910], [407518320132, 38671600], [1302498570240, -424520544], [1503145514150, 1268350272], [-20178571198464, -1211937160], [23514204375720, -4306546080], [-1899976392704, 18293091840], [139716078767730, -23522231424], [-333538871869440, -26299018683], [-71967740442820, 137218594320], [206973752186880, -150999182320], [939761022547872, -134713340160], [791558771097600, 449283648132], [-4014936155847960, -106334043808], [-447597218856960, -362433219840], [-5296699961568425, -1098958060800], [25961526873096192, 2872963807910], [-4112503986561480, 2592937954080], [-23571622401187840, -13217772238272], [6735045349528470, 6804021206080], [-88149554783354880, 18863134609320], [76856852241428192, -14814525283200], [188995928732467200, -22894623780864], [41740213504342320, -13999129854336], [-481470345148760064, 114312068829810], [296910221878262160, -25795530098240], [-465323631101697024, -225249109142760], [-542502214729978930, 173410338010176], [2808691181427179520, 76228341422780], [-952047838610028216, 110263151439840], [-508331192629248000, -194450128848000], [-845244042774749478, -559210547795200], [-2757411795413237760, 794270615175072], [-745703434022449180, -240142500532368], [5777756942324944896, 952384217947360], [4627899708306226470, -332135857702080], [-2176523470518386688, -4129776923160600], [5917458342749167440, 3634099566813376], [-18344699820838748160, 2722111335278592], [-7454545817238724407, 1339916601945600], [-47852207848256971483924824739098656768, -6483574667232425], [47852207848256971493431222782636491224, -10089339104250720], [47852207848256971489180437480303654912, 18424634547137616], [-47852207848256971495415470613760745026, 1360721746009152], [47852207848256971496057960690245599232, -1312130996155080], [6293139013521902520, -5030302844429280], [-47852207848256971488924532691987267584, -27680350662648320], [-47852207848256971481201718605091424816, 23189229776357760], [47852207848256971490019791680907313152, 14083388252094870], [47852207848256971492868638158964009428, 31045701436426160], [47852207848256971484262925164959965184, -31651442506232640], [-47852207848256971488462926890801068170, -82865402983800000], [-47852207848256971487963988199014268928, 60857164935572192], [47852207848256971496374368236812917592, 28325603459839392], [-47852207848256971489841281444370972672, 10816158495375360], [-47852207848256971489619369883636453292, 13430213593995520], [-47852207848256971489720618503699824640, 26621153261659440], [47852207848256971487285208384159988748, -131620903771013424], [47852207848256971485532552159119108096, -160694532111347472], [-47852207848256971496883781406006493984, 177423973300235520], [-47852207848256971491370347888282238976, 269051049372162960], [47852207848256971496546885322035249464, 167496041649300000], [-47852207848256971484734067571066413056, -487980510459514560], [-47852207848256971481844196519919632454, -117939335115835008], [47852207848256971487592852640045006848, -355219049678988850], [47852207848256971486357039999507063252, 96189449851028400], [47852207848256971485615189288515121152, 1739944792102275360], [-47852207848256971490117384921685094944, -448608889502464768], [47852207848256971486321846748760604672, -832963635055001016], [47852207848256971497677951352375480880, -1561010165657737920], [-47852207848256971496203393555544801280, 548335617017922560], [-47852207848256971485804670774811024791, 2104383392623854720], [-47852207848256971489229031926629924864, -1449191434393565478], [47852207848256971493023790494163762940, 2448003171672996112], [47852207848256971497930923743677284352, -769542128051262720], [47852207848256971494244685841015072764, -2769664869115943040], [-47852207848256971488456808561380376576, -1005057334597406620], [-47852207848256971497488794598060164984, 655272153081059040], [47852207848256971494968299120850731008, 3037467492718813440], [47852207848256971484572977788602474282, -304549203196268160], [-47852207848256971489876654703548235776, 4269192981987980070], [-47852207848256971487712623691707177008, -3018997749874317120], [-47852207848256971492238641878859767808, -5744687936971695424], [47852207848256971484372637101950003840, -5819753933818377216], [47852207848256971488029812011663556608, 9842285874907613520], [-47852207848256971483614591101684488760, 4981174387000684000], [47852207848256971480470288057858260992, -12364509371322286080], [-47852207848256971492960317356292866910, 2658455991569831822684771105552187776], [47852207848256971494414780100400119808, -6007435887137476407], [-47852207848256971487872555452044597484, -7657552458185248080], [-47852207848256971490845422346792039424, -2658455991569831821425661023396145400]]

M = Matrix(C)
print(M)

Reply via email to