[sage-support] Re: How do I create a Matrices Set

2008-06-10 Thread John Cremona
It is hard to help if you don't post the whole session. What is m? What are you trying to create, a set containing some matrices? In Sage you can only form sets of objects if the are "immutable", which is a Python concept. That is to do with the way that set elements are managed, via so-called

[sage-support] Re: How do I create a Matrices Set

2008-06-10 Thread William Stein
On Tue, Jun 10, 2008 at 9:31 AM, cesarnda <[EMAIL PROTECTED]> wrote: > > I want to create a matrices set but I get the following error if I use > the Set command: > sage: setMat = Set(m) > --- > TypeError