iwannafly
unread,Apr 18, 2012, 1:10:51 PM4/18/12You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
I have sum(w_i, i from 1 to n)=1 given,
and also I am given a set of numbers e_i, i from 1 to n.
Now I need to find a number u, such that
sum(w_i/(u - e_i)^2, i from 1 to n) ...
My questions are: are there systematic way of finding all possible
solutions u?
And is the number of solution related to n?
I am thinking of maybe for n=2, the number of solutions u is 1?
And for general n, the number of solutions u is n-1?
Thanks a lot!