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

bug in kernel_on() in "matrix2.pyx" #9425

Closed
sagetrac-GeorgSWeber mannequin opened this issue Jul 4, 2010 · 5 comments
Closed

bug in kernel_on() in "matrix2.pyx" #9425

sagetrac-GeorgSWeber mannequin opened this issue Jul 4, 2010 · 5 comments

Comments

@sagetrac-GeorgSWeber
Copy link
Mannequin

sagetrac-GeorgSWeber mannequin commented Jul 4, 2010

sage: V = span([[1/7,0,0] ,[0,1,0]], ZZ); V
Free module of degree 3 and rank 2 over Integer Ring
Echelon basis matrix:
[1/7   0   0]
[  0   1   0]
sage: T = matrix(ZZ,3,[1,0,0,0,0,0,0,0,0]); T
[1 0 0]
[0 0 0]
[0 0 0]
sage: W = T.kernel_on(V); W.basis()
[
(0, 1, 0)
]
sage: W.is_submodule(V)
False

This is surprising, isn't it? (Patch comes up in a minute, but I need to create the ticket first.)

Component: linear algebra

Author: Georg S. Weber

Reviewer: William Stein

Merged: sage-4.5.2.alpha0

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

@sagetrac-GeorgSWeber
Copy link
Mannequin Author

sagetrac-GeorgSWeber mannequin commented Jul 4, 2010

Attachment: trac_9425_kernel_on.patch.gz

created against the older Sage-4.4.2, but that shouldn't matter

@sagetrac-GeorgSWeber
Copy link
Mannequin Author

sagetrac-GeorgSWeber mannequin commented Jul 4, 2010

Author: Georg S. Weber

@williamstein
Copy link
Contributor

comment:2

Looks good to me. Thanks!

@qed777
Copy link
Mannequin

qed777 mannequin commented Jul 20, 2010

Merged: sage-4.5.2.alpha0

@qed777
Copy link
Mannequin

qed777 mannequin commented Jul 20, 2010

Reviewer: William Stein

@qed777 qed777 mannequin removed the s: positive review label Jul 20, 2010
@qed777 qed777 mannequin closed this as completed Jul 20, 2010
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

2 participants