I want to form the span of a finite sequence of matrices (in the matrix 
space).

I tried:
M = MatrixSpace(QQ,4)
span([M(range(16)), M(range(2,18))])

But sage returns:
....

TypeError: The base_ring (= [ 2  3  4  5]
[ 6  7  8  9]
[10 11 12 13]
[14 15 16 17]) must be a principal ideal domain.

What should be the correct way to generate the span in this case?

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to