Seen in this thread <https://groups.google.com/g/sage-support/c/IvjMhqryRQs> 
:

On Sagecell <https://sagecell.sagemath.org/> :

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.
​

-- 
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/sage-support/9544f43a-d9ff-4547-afba-74bf8ec172e1n%40googlegroups.com.

Reply via email to