Ask Your Question

minopret's profile - activity

2013-09-24 15:11:03 +0200 received badge  Nice Answer (source)
2013-09-22 00:59:57 +0200 received badge  Teacher (source)
2013-09-21 19:15:28 +0200 answered a question accessing the components of a vector

You can use Python sequence indexing syntax, for which the index numbers start at zero: a=vector([1,2,3]);a[0] returns 1.