Also : coud you report the results on as many platforms and/or versions as possible ?
Le dimanche 6 février 2022 à 20:23:39 UTC+1, Emmanuel Charpentier a écrit : > 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sage-support/617f077f-17d0-439f-a1e2-40c6ca1ff361n%40googlegroups.com.
