Properties
Category
English
Similar Topics
Statistics
Comments
3
Participants
3
Subscribers
3
Votes
1
Views
356
Share
Answered
Hi Guys,
If I have a vector defined, is there a way to extract the start coordinates and/or the end coordinates? (I'm thinking of something similar to using x(A) when you want to extract the x-coord of point A, except for vectors). I'm trying to avoid having to define a point at the beginning and end of each vector when I'm drawing vectors "tip-to-tail". Cheers!
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2022 International GeoGebra Institute
Hi,
Let vector u
x(Point(u,0)) | y(Point(u,0) )
x(Point(u,1)) | y(Point(u,1))
Hi,
Let vector u
x(Point(u,0)) | y(Point(u,0) )
x(Point(u,1)) | y(Point(u,1))
The coordinates of vector define the horizontal and the vertical translation. It hasn't got start nor end coordinates. As for points you can use x(u) and y(u) to get these horizontal and vertical translations separately.
chris
Comments have been locked on this page!