Vector Calculations in LISP

Posted by abidikgubidik on Stack Overflow See other posts from Stack Overflow or by abidikgubidik
Published on 2010-05-26T12:04:28Z Indexed on 2010/05/26 12:21 UTC
Read the original article Hit count: 163

How can I perform vector calculations in lisp, such as magnitude of a vector, norm of a vector, distance (between two points), dot product, cross product, etc.

Thanks.

© Stack Overflow or respective owner

Related posts about math

Related posts about common-lisp