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

error creating matrices over GF(2) from elements of QQ #6838

Closed
ncalexan mannequin opened this issue Aug 28, 2009 · 5 comments
Closed

error creating matrices over GF(2) from elements of QQ #6838

ncalexan mannequin opened this issue Aug 28, 2009 · 5 comments

Comments

@ncalexan
Copy link
Mannequin

ncalexan mannequin commented Aug 28, 2009

Yet another thing I can't understand:

sage: GF(2)(1/3)
1
sage: MatrixSpace(GF(2), 1, 1)([1/3])
[0]

For the record:

sage: MatrixSpace(Zmod(4), 1, 1)([1/3])
[3]
sage: Zmod(4)(1/3)
3

So it's not always broken.

CC: @williamstein @robertwb @malb

Component: linear algebra

Author: Mike Hansen

Reviewer: Martin Albrecht

Merged: Sage 4.1.2.alpha0

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

@ncalexan ncalexan mannequin added this to the sage-4.1.2 milestone Aug 28, 2009
@ncalexan ncalexan mannequin assigned williamstein Aug 28, 2009
@mwhansen
Copy link
Contributor

mwhansen commented Sep 1, 2009

comment:1

Attachment: trac_6838.patch.gz

@mwhansen
Copy link
Contributor

mwhansen commented Sep 1, 2009

Author: Mike Hansen

@malb
Copy link
Member

malb commented Sep 2, 2009

comment:2

Patch looks good.

@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Sep 2, 2009

Merged: Sage 4.1.2.alpha0

@sagetrac-mvngu
Copy link
Mannequin

sagetrac-mvngu mannequin commented Sep 2, 2009

Reviewer: Martin Albrecht

@sagetrac-mvngu sagetrac-mvngu mannequin removed the s: positive review label Sep 2, 2009
@sagetrac-mvngu sagetrac-mvngu mannequin closed this as completed Sep 2, 2009
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