cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

The PTC Community email address has changed to community-mailer@ptc.com. Learn more.

Calculation of angles between vectors

BPP
7-Bedrock
7-Bedrock

Calculation of angles between vectors

Hello everyone
I have a table (Data) that contains a large number of rows in which values of X and Y are found.
What I'm trying to do is get the angles between the vectors that form these points and I do not know if it is possible to do this calculation.
To better understand what I want, I have attached an example of what I want to do automatically, because in order to get what I want first, I must draw these vectors and measure those angles manually and it takes a long time.
In advance thanks for the help

1 ACCEPTED SOLUTION

Accepted Solutions
Fred_Kohlhepp
23-Emerald I
(To:BPP)

mathcad can use vector math!

View solution in original post

4 REPLIES 4
MartinHanak
24-Ruby II
(To:BPP)

FYI ExampleData_BPP.xmcd contains following line

<generator>Mathcad Professional 14.0</generator>


Martin Hanák
ValeryOchkov
24-Ruby III
(To:BPP)

My first try for thinking

Fi.png

Fred_Kohlhepp
23-Emerald I
(To:BPP)

mathcad can use vector math!

Thank you very much for the help.