gsal said:
MisterX:
o.k., I see what you think I am saying and my previous post should have clarify that...I never said to simply take ALL vectors and add them up. I said to take all the two-at-a-time results and add THOSE up and keep doing it until it is minimized.
That's what I assumed you meant, and I demonstrated that it didn't work.
gsal said:
Your x,y,z exercise results in this: There are 6 vectors and they are 90 degrees apart;so, the addition of just two is sqrt(2). Number of two-at-a-time combinations out of 6?
But you wrote "as many unit length vectors as lines you are trying to accommodate", not twice as many. But even if there are twice as many (every vector with its negation), the adding method still won't work (minimized).
gsal said:
15! Grand total= 15 x sqrt(2)=21.21
This is incorrect, for example \left\| \hat{x} + -\hat{x} \right\| = 0
and not sqrt(2).
Anyway here is a demonstration that even with double the number of vectors minimizing
\sum_{i = 1}^{ N} \sum_{j = i}^{ N} \left\| \hat{v}_{i} + \hat{v}_j \right\|
doesn't result in the correct answer.
For the set of vectors \hat{x}, \hat{y}, \hat{z}, -\hat{x}, -\hat{y}, -\hat{z}
\sum_{i = 1}^{ N} \sum_{j = i}^{ N} \left\| \hat{v}_{i} + \hat{v}_j \right\| \approx 45.941125496954270
For the set of vectors \hat{x}, \hat{x}, \hat{x}, -\hat{x}, -\hat{x}, -\hat{x}
\sum_{i = 1}^{ N} \sum_{j = i}^{ N} \left\| \hat{v}_{i} + \hat{v}_j \right\| = 36
which is less than the first set of six vectors, yet we know this set of vectors is wrong.
Thefore, this is not the expression to minimize. Perhaps maximizing it would work instead.
Oh and
\left\|\sum_{i = 1}^{ N} \sum_{j = i}^{ N} (\hat{v}_{i} + \hat{v}_j) \right\|
won't work with miminizing or maximimizing