Quick maths question (vectors)

Associate
Joined
28 Oct 2008
Posts
233
If u is a vector:

u = 3
1

What does |u| mean?

In my notes it has it as |u| = squareRoot( 3^2 + 1^2 )

But what does this notation mean to lead to this evaluation?

Many thanks
 
It means the modulus of the vector (i.e. the length of the vector). So you're just using pythagoras to work it out. :)
 
Back
Top Bottom