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]

sagecell.sagemath.org:

9.4

[-2  2 -2]
[-2  0  2]
[-1  2  2]

I'll try 9.3 on Windows tomorrow.

Fernando

On 2/6/2022 2:36 PM, Emmanuel Charpentier wrote:
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 <https://groups.google.com/d/msgid/sage-support/617f077f-17d0-439f-a1e2-40c6ca1ff361n%40googlegroups.com?utm_medium=email&utm_source=footer>.

--
=============================================================
Fernando Q. Gouveahttp://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.

--
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/13ac6b6d-f02f-995b-9b66-a6aaeb930031%40colby.edu.

Reply via email to