Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hash values for matrices #19050

Closed
videlec opened this issue Aug 18, 2015 · 3 comments
Closed

hash values for matrices #19050

videlec opened this issue Aug 18, 2015 · 3 comments

Comments

@videlec
Copy link
Contributor

videlec commented Aug 18, 2015

The current hash for matrices is a complete mess

sage: M = MatrixSpace(GF(3),2,2).list()
sage: for m in M: m.set_immutable()
sage: len(M)
81
sage: len(set(map(hash,M)))
8

duplicate of #10950

CC: @nbruin @nathanncohen

Component: linear algebra

Issue created by migration from https://trac.sagemath.org/ticket/19050

@videlec videlec added this to the sage-6.9 milestone Aug 18, 2015
@kedlaya
Copy link
Sponsor Contributor

kedlaya commented Oct 22, 2017

comment:1

Would this be resolved by #10950?

@videlec

This comment has been minimized.

@videlec
Copy link
Contributor Author

videlec commented Oct 22, 2017

Changed dependencies from #19016 to none

@videlec videlec removed this from the sage-6.9 milestone Oct 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants