MAMBO logo MAMBO & the MAMBO Toolbox MAMBO logo

FindCoordinates — Extraction of coordinates of point relative observer [maple]

FindCoordinates(O,P)

O: name of defined observer

P: name of defined point

The function FindCoordinates returns the coordinate representation of the point P relative to the observer O.

>Restart():
>DeclareObservers(A):
>DeclarePoints(A,B):
>DeclareTriads(a):
>DefineObservers([A,A,a]):
>DefinePoints(A,B,a,1,2,3):
>FindCoordinates(A,B);

1,2,3


Toolbox functions