Re: [OT] Re: Second largest



Kelsey Bjarnason wrote On 08/08/07 12:03,:
On Mon, 06 Aug 2007 14:46:14 -0400, Eric Sosman wrote:


Kelsey Bjarnason wrote On 08/06/07 13:31,:

[snips]

On Mon, 06 Aug 2007 10:36:04 -0400, Eric Sosman wrote:


I think you'd better re-examine this argument. One
million log N is larger than log N by an amount most people would find
significant. Yes, even (in fact, especially) for very large N ...


But it's proportional to N, it doesn't vary by log of N or by square of
N, it varies proportional to N. It's an O(N) algorithm, just an
expensive one.

log N doesn't vary as log N?


Err... we were discussing an O(N) algorithm. If I misread a subsequent
insertion of a log, that's hardly something to get all shocked about.

We were discussing Knuth's "misuse" of Big-O in

H_n = ln n + gamma + O(1/n)

.... and some of its possible simplifications

H_n = ln n + O(1)

H_n = O(log n)

I brought up the multiplicative factor of a million and
the additive constant of a million in connection with the
last of these, to point out that the successive versions
give less and less information. You responded that the
additive constant is irrelevant for sufficiently large n
(true) and that so was the coefficient (no, the importance
of the coefficient does not diminish with increasing n).

Perhaps our entire set-to has just been a confusion
about the subject matter, causing us to use the same words
with different referents. If so, I apologize for my heat,
and to atone for any offense I offer you ein Gift.

;-)

--
Eric.Sosman@xxxxxxx
.



Relevant Pages

  • Re: why are LMS coefficients wandering away?
    ... noise cancellation system on a ADSP-21369 EZ-KIT Lite. ... i know how NLMS works and i have an idea how to make the coefficient ... this does not make sense for an LMS. ... this NLMS algorithm is messed up. ...
    (comp.dsp)
  • Re: euclidean algorithm over Q[i]
    ... Are you using the Euclidean algorithm to compute ... GCD's of univariate polynomials over Q? ... I'm not sure what 'pseudo division' may mean, ... Let b be the leading coefficient of G ...
    (sci.math.symbolic)
  • Re: whats it worth to write a short program for polynomial multiplication?
    ... It would be one way of trying to use the "most efficient" algorithm at ... This is an ideal use of associative memory since the hardware ... might be achieved at huge cost now using the machine counters, ... the coefficient operations in parallel. ...
    (sci.math.symbolic)
  • Re: root of polynomial over galois field
    ... multiplicative inverse of the leading coefficient of P2 ... There is no issue with the the nonzero leading coefficient of b ... Additionally, multivariate gcd always exists in Ffor purely transcendental ... What is required is a different or modified algorithm. ...
    (sci.math.symbolic)
  • Re: Finding the equation from the solution
    ... to your form (coefficient of y is non-negative ... and additive constant of -5; ... another number, and vice-versa), but maybe ... positive constant, ...
    (sci.math)