Recent content by Hurkyl

  1. H

    C/C++ Boolean array to identify prime numbers - C++

    http://en.wikipedia.org/wiki/Sieve_of_Eratosthenes
  2. H

    Exchanging derivative and improper integral

    Just in case someone hits this from google (like I did), I have a reference. Buck, in Advanced Calculus, says: Theorem If \int_c^\infty f(x,u) \, du converges to F(x) for all x, a \leq x \leq b, and if f and f_1 = \partial f/\partial x are continuous for a \leq x \leq b, c \leq u < \infty...
  3. H

    Factoring Method: Learn How to Use It

    It's a precursor to Dixon's method. Python is probably a better choice; it has arbitrary precision integers built-in, and is generally easier to program in.
  4. H

    Disprove the nested quantifier

    I can't make sense of your formulae. I think you messed up the typesetting. Also, it may help to use words instead of symbols... especially if you have to improvise to make the symbols.
  5. H

    Do I Genghis Khans' electrons?

    There is a physical marker: it on the trajectory that was fired from the gun, whereas other electrons aren't. By symmetry it might make sense to say that electron could have been any electron in the universe, however we can still note that it is the same electron that is there is the same...
  6. H

    Python 2 vs Python 3 for Computational Tasks

    Er, that proverb usually refers to the situation where people reject using a good solution in favor searching for a mythical best solution -- not the situation where people are using something good and then something better comes along.
  7. H

    Support Evo's and My business adventure

    Have you seen http://www.irregularwebcomic.net/comic.php?current=203&theme=12&dir=first5 ? Surely you can get some of those ladies to invest in your business?
  8. H

    Proving Symmetric Matrix Determinant is Null

    We can salvage Ray's argument if we can find a real solution for the y's amongst the two-dimensional space of complex solutions. Writing e^{ix} = a + bi, the one complex equation becomes y_1 + (a+ bi) y_2 + (a^2 -b ^2 + 2abi) y_3 = 0 And now we can read off a real solution by inspection: if...
  9. H

    Proving Symmetric Matrix Determinant is Null

    There's no reason to think Det(A + Bi) = 0 should imply Det(A) = 0. As a concrete example, consider the matrix \left( \begin{matrix} 1 & 0 \\ 1 & -1 \end{matrix} \right) which is the real part of the matrix \left( \begin{matrix} 1 & i \\ i+1 & i-1 \end{matrix} \right)
  10. H

    Cardinality of class of worlds in quantum MWT

    If the density matrix A of the state can be approximately written as a convex combination of the density matrices of pure states: A \approx \sum_{i=1}^n c_i | \psi_i \rangle \langle \psi_i | then this summation remains valid after unitary evolution too. So, it's fair to describe the state...
  11. H

    It doesn't make sense to get negative

    What does "time of car A" mean, and what does it have to do with the problem?
  12. H

    Why aren't there famous chemists/mathematicians in the public?

    I bet it's the other way around. :tongue:
  13. H

    Proving Equality of Cubed Complex Numbers with Graphical Representation

    The homogeneous equation (a+b)^3 = (a+c)^3 defines an algebraic curve of degree 3 in the projective plane (with indeterminates a, b, c). So does the homogeneous equation (a+b)^3 = (b+c)^3. Therefore, exactly one of the following two statements is true: The two curves have a common component...
  14. H

    Negative Kelvin temperature? (Recent Science paper)

    Both number lines are ordered from smallest to largest. So 1 is a colder temperature than -1. *: In the extended sense. I don't think
  15. H

    Negative Kelvin temperature? (Recent Science paper)

    The usual extended number line looks like this: (-\infty) --- (-1) --- (0) --- (1) --- (+\infty) (where I've rescaled the line so that I can draw it in finite space) However, for the temperature extended number line, it's organized like this instead: (0^+) --- (1) --- (\infty) --- (-1) ---...
Back
Top