Angles between two n-dimensional vectors in Python
Posted
by Peter
on Stack Overflow
See other posts from Stack Overflow
or by Peter
Published on 2010-05-13T14:06:21Z
Indexed on
2010/05/13
14:14 UTC
Read the original article
Hit count: 290
In need to determine the angle(s) between two n-dimensional vectors in Python. For example, the input can be two lists like the following: [1,2,3,4]
and [6,7,8,9]
.
Can anybody help me? Thanks in advance!
© Stack Overflow or respective owner