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

support for Singular's 'intmat' and 'intvec' #4257

Closed
malb opened this issue Oct 9, 2008 · 3 comments
Closed

support for Singular's 'intmat' and 'intvec' #4257

malb opened this issue Oct 9, 2008 · 3 comments

Comments

@malb
Copy link
Member

malb commented Oct 9, 2008

This now works:

sage: A = random_matrix(ZZ,3,3); A
[ -8   2   0]
[  0   1  -1]
[  2   1 -95]
sage: As = singular(A); As
-8     2     0
 0     1    -1
 2     1   -95
sage: As._sage_()
[ -8   2   0]
[  0   1  -1]
[  2   1 -95]

CC: singular

Component: interfaces

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

@malb malb added this to the sage-3.1.3 milestone Oct 9, 2008
@malb malb self-assigned this Oct 9, 2008
@malb
Copy link
Member Author

malb commented Oct 10, 2008

Attachment: singular_intmat.patch.gz

@mwhansen
Copy link
Contributor

comment:1

Looks good to me.

@sagetrac-mabshoff
Copy link
Mannequin

sagetrac-mabshoff mannequin commented Oct 11, 2008

comment:2

Merged in Sage 3.1.3.rc0

@sagetrac-mabshoff sagetrac-mabshoff mannequin closed this as completed Oct 11, 2008
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