Ask Your Question

etills's profile - activity

2024-02-15 15:05:03 +0200 received badge  Notable Question (source)
2024-02-15 15:05:03 +0200 received badge  Popular Question (source)
2019-05-27 10:45:41 +0200 received badge  Nice Question (source)
2019-05-26 20:31:35 +0200 received badge  Student (source)
2019-05-26 11:12:21 +0200 asked a question Accessing component of 3D vector?

So if you make a vector like this:

vector1 = arrow((0,0,0),(1,2,3))

and you want to access a component of the vector, for example the second y component (2), how would you do this? Something like vector1.y2 (that doesn't work haha) but how would I do this?