2012-05-12 21:54, raman kurdi skrev:
Hi,
I need a command which separate the components of points. For example
let P=(2,4).
I need the first component of this point.
Could you please help me?


sage: P=(2,4)
sage: P[0]
2
sage: P[1]
4



/ johan

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

Reply via email to