On Tuesday, June 30, 2015 at 1:24:23 PM UTC+2, tdumont wrote:
>
> Why is xxc in Symbolic Ring and not in Algebraic Field?
> mxx and xxc are essentialy the same thing, no ?
>
> When you input sqrt(2) it is not clear which object you want,
Sage traditionally decides in favor of a symbolic. If you s
>
> On my Mac using Safari or Firefox, if I run sage and then start the
> notebook, live cells in the documentation work just fine. (On the other
> hand, if I go to sagenb.org, log in, click Help and open up a live
> reference manual page, I get a green block cursor after I evaluate a cell,
>
I have found something a bit strange for me:
sage: xx=QQ(2)
sage: xx.parent()
Rational Field
ok...
sage: xxc=xx.sqrt()
sage: xxc.parent()
Symbolic Ring
Why not, but now:
sage: M1=matrix(QQ,1,1,[2])
sage: M1.parent()
Full MatrixSpace of 1 by 1 dense matrices over Rational Field
sage: M1C=M
This is a bug indeed:
http://trac.sagemath.org/ticket/18825
--
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 post to