Seen in this thread :
On Sagecell :
print(sage.version.version)
with seed(0): M = matrix(AA, 3, 3, lambda u,v: AA.random_element())
M.apply_map(lambda u:u.radical_expression())
prints
9.4
[-2 2 -2]
[-2 0 2]
[-1 2 2]
On Sage 9.5 compiled from source on Debian testing running on core i7 :
sage: with seed(0): M = matrix(AA, 3, 3, lambda u,v: AA.random_element())
sage: M.apply_map(lambda u:u.radical_expression())
[ -sqrt(2) - 1 -1/4 -2*sqrt(3)]
[ 1/2 1/8*sqrt(33) + 1/8 -1/5*sqrt(29) + 3/5]
[ 0 1/4 1/2]
Advice required on how to file an efficient ticket.
9.2 on Windows:
sage: print(sage.version.version) ....: with seed(0): M = matrix(AA, 3, 3, lambda u,v: AA.random_element()) ....: M.apply_map(lambda u:u.radical_expression()) 9.2 [-2 2 -2] [-2 0 2] [-1 2 2]
9.4
[-2 2 -2] [-2 0 2] [-1 2 2]
I'll try 9.3 on Windows tomorrow.
Fernando
--
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 sage-support...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/617f077f-17d0-439f-a1e2-40c6ca1ff361n%40googlegroups.com.
-- ============================================================= Fernando Q. Gouvea http://www.colby.edu/~fqgouvea Carter Professor of Mathematics Dept. of Mathematics Colby College 5836 Mayflower Hill Waterville, ME 04901 Blessed are they who Go Around in Circles, for they Shall be Known as Wheels.