- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 688
 
Closed
Description
sage: W = (ZZ^2).span([(1/2,1/2), (0,1)]); W
Free module of degree 2 and rank 2 over Integer Ring
Echelon basis matrix:
[1/2 1/2]
[  0   1]
sage: V = (ZZ^2).span([(1/2,1/2), (0,2)]); V
Free module of degree 2 and rank 2 over Integer Ring
Echelon basis matrix:
[1/2 1/2]
[  0   2]
sage: W(V.gen(0))
Traceback (most recent call last):
...
TypeError: no coercion of this rational to integer
CC: @jasongrout
Component: linear algebra
Issue created by migration from https://trac.sagemath.org/ticket/3469