Блог пользователя green_dragon

Автор green_dragon, история, 10 лет назад, По-английски

Given a sorted sequence of real numbers x[1],x[2],...,x[n]. Find a real number A to minimize:

This would be easy if the exponential number isn't presented: A=x[(n+1)/2]

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

»
10 лет назад, скрыть # |
Rev. 2  
Проголосовать: нравится +15 Проголосовать: не нравится

You can rewrite each term to , so the entire formula degenerates to . Note that this is a function in one variable (). Where does this function attain its maximum? How can you calculate this value?