Hi all,

I would like to know how to make mutable an inmutable sequence. I have
been told there are two ways to do that:

The first way is using the flag v._is_immutable=False. Anyone can give
me a link to the SAGE documentation about this "_is_immutable" thing?
I really need something -a documentation link- about this.

The other way is by redefining the sequence, like being v inmutable
do:

v=Sequence(v)

Is there anything about this way in the documentation?

All I need is documentation links, I have been searching a lot, but I
have been uncapable to find any of this.
New ways for doing this (with doc) are also welcome.

Thank you all.

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to