green_dragon's blog

By green_dragon, history, 10 years ago, In English

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]

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it