Skip to content

fix bug in intersection of ZZ-modules #5525

@williamstein

Description

@williamstein
sage: A = (QQ^1).span([[1/3]],ZZ); A
Free module of degree 1 and rank 1 over Integer Ring
Echelon basis matrix:
[1/3]
sage: B = (QQ^1).span([[1]],ZZ); B
Free module of degree 1 and rank 1 over Integer Ring
Echelon basis matrix:
[1]
sage: A.intersection(B)
Free module of degree 1 and rank 1 over Integer Ring
Echelon basis matrix:
[1/3]

Component: commutative algebra

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions