Skip to main content
1-Visitor
November 20, 2017
Solved

Calculation of angles between vectors

  • November 20, 2017
  • 3 replies
  • 3315 views

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

Best answer by Fred_Kohlhepp

mathcad can use vector math!

3 replies

24-Ruby III
November 20, 2017

FYI ExampleData_BPP.xmcd contains following line

<generator>Mathcad Professional 14.0</generator>

24-Ruby IV
November 20, 2017

My first try for thinking

Fi.png

23-Emerald I
November 20, 2017

mathcad can use vector math!

BPP1-VisitorAuthor
1-Visitor
November 22, 2017

Thank you very much for the help.