-
-
Notifications
You must be signed in to change notification settings - Fork 673
Closed
Description
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