พูดคุย:Computing the volume of partitions in boolean cubes

จาก Theory Wiki
ไปยังการนำทาง ไปยังการค้นหา

ทำไมบางที font math มันก็ตัวเล็ก เดี๋ยวก็ตัวใหญ่ฟระ -- Jung 08:25, 28 มีนาคม 2007 (ICT)

comments

  • I don't understand why the running time is ? Where does k come from? Is it from the complexity of the partition? Or... is it from the fact that you have to compute the volume of every partition? (do you?) But having k in the factor should be fine, right? Because you have to specify k points (for S) anyway. Am I missing something here? -- Jittat 23:30, 28 มีนาคม 2007 (ICT)
  • That's true. I am just not satisfied with the way of calculating for every points; I hope it will be an easier and more intuitive way. Jung 15:06, 30 มีนาคม 2007 (ICT)
  • But I just looked at Elekes's paper... it said that a volume of an m-point convex hull of m points in an n-dimensional ball with volume V is at most V * m / 2^n.
That means in our case, the number of points would be very very large.... so that the fact that you can compute the volume, given the points, doesn't really help us. -- Jittat