Hi, Le lundi 7 juillet 2014 22:22:10 UTC+2, Martin Albrecht a écrit : > > Hi, > > over at http://trac.sagemath.org/ticket/12718 I am encountering a strange > doctest failure: > > This will fail in a fresh instance of Sage: > > sage: matrix(QQ['x,y'], 2, 2, [1, 1, 1, 1]) / x > > with a TypeError (no error message) >
It works for me (with Sage 6.2): ┌────────────────────────────────────────────────────────────────────┐ │ Sage Version 6.2, Release Date: 2014-05-06 │ │ Type "notebook()" for the browser-based notebook interface. │ │ Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ sage: matrix(QQ['x,y'], 2, 2, [1, 1, 1, 1]) / x [1/x 1/x] [1/x 1/x] Best wishes, Eric. -- You received this message because you are subscribed to the Google Groups "sage-devel" 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-devel. For more options, visit https://groups.google.com/d/optout.
