Le 16/04/2019 à 09:58, jplab a écrit :


Le vendredi 12 avril 2019 06:41:50 UTC+2, John H Palmieri a écrit :

Can you provide details of how you created the polyhedron? As David said,
Q.vertices() should make a copy before returning the result, and I would
like to recreate this so I can fix it.

+1


sage: C = polytopes.cube()
sage: C.vertices()[0].vector()[0] = 3
sage: C.vertices()
(A vertex at (3, -1, -1),
...

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

Reply via email to