Probably you want:

norm(a + b)
acos(dot(a, b) / (norm(a) * norm(b)))

On Saturday, April 19, 2014 4:14:31 PM UTC-4, paul analyst wrote:
>
> Is Julia command to do: 
> 1 length of the resultant vector of vectors a, b 
> 2 angle between the vectors a, b​​? 
> Paul
>

Reply via email to