Hello,
why do Pari and Sage give wildly different results:

sage: A = matrix(ZZ, [[0,1,3,14],[1,3,14,59],[3,14,59,247],[14,59,247,988]])
sage: gp.qflll(A)
[-5, 1, 30, -23; -3, 4, 18, -28; 1, -1, -10, 12; 0, 0, 1, -1]
sage: A.LLL()
[ 0  0  2  0]
[ 1 -1  0  3]
[ 2  3 -1  0]
[-6  2  0  2] 

and how do I get Pari's output using Sage's interface to fplll?
(Actually I'm only interested in the first column)

Regards, 

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to