- #1
Roni1985
- 201
- 0
Homework Statement
Normalize the 1xn vector
v=<c,c,c...c>
Homework Equations
U=V/|V|
The Attempt at a Solution
I have a solution to a different question and it says this:
if each element is c, we can normalize it and divide it by the sum of the elements.
So, what they did was
c/(n*c)=1/n
As far as I remember, it needs to be 1/(sqrt(n))
Or, there are different methods to normalize vectors?Thanks.