#19016: Better hash for Element
-------------------------------------+-------------------------------------
Reporter: ncohen | Owner:
Type: defect | Status: needs_work
Priority: critical | Milestone: sage-6.9
Component: misc | Resolution:
Keywords: | Merged in:
Authors: Nils Bruin, | Reviewers:
Vincent Delecroix | Work issues:
Report Upstream: N/A | Commit:
Branch: public/19016 | a0f830bf8dc0cbdeb75e45ee7bfee7b4fad33768
Dependencies: | Stopgaps:
-------------------------------------+-------------------------------------
Comment (by vdelecroix):
Though, we have currently the following behavior that I do not quite
understand
{{{
sage: Ktemp.<atemp> = NumberField(x^2 + 2*3*7*11)
sage: m = atemp.matrix()
sage: m.set_immutable()
sage: K.<a> = NumberField(atemp.minpoly(), embedding=m)
sage: a*m
[-462 0]
[ 0 -462]
sage: sage: a*m == m**2
True
}}}
--
Ticket URL: <http://trac.sagemath.org/ticket/19016#comment:85>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" 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-trac.
For more options, visit https://groups.google.com/d/optout.