enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Basel problem - Wikipedia

    en.wikipedia.org/wiki/Basel_problem

    The Basel problem is a problem in mathematical analysis with relevance to number theory, concerning an infinite sum of inverse squares.It was first posed by Pietro Mengoli in 1650 and solved by Leonhard Euler in 1734, [1] and read on 5 December 1735 in The Saint Petersburg Academy of Sciences. [2]

  3. Computational complexity of mathematical operations - Wikipedia

    en.wikipedia.org/wiki/Computational_complexity...

    Graphs of functions commonly used in the analysis of algorithms, showing the number of operations versus input size for each function. The following tables list the computational complexity of various algorithms for common mathematical operations.

  4. Exponentiation by squaring - Wikipedia

    en.wikipedia.org/wiki/Exponentiation_by_squaring

    Even using a more effective method will take a long time: square 13789, take the remainder when divided by 2345, multiply the result by 13789, and so on. Applying above exp-by-squaring algorithm, with "*" interpreted as x * y = xy mod 2345 (that is, a multiplication followed by a division with remainder) leads to only 27 multiplications and ...

  5. Nested radical - Wikipedia

    en.wikipedia.org/wiki/Nested_radical

    In the case of two nested square roots, the following theorem completely solves the problem of denesting. [2]If a and c are rational numbers and c is not the square of a rational number, there are two rational numbers x and y such that + = if and only if is the square of a rational number d.

  6. Methods of computing square roots - Wikipedia

    en.wikipedia.org/wiki/Methods_of_computing...

    A method analogous to piece-wise linear approximation but using only arithmetic instead of algebraic equations, uses the multiplication tables in reverse: the square root of a number between 1 and 100 is between 1 and 10, so if we know 25 is a perfect square (5 × 5), and 36 is a perfect square (6 × 6), then the square root of a number greater than or equal to 25 but less than 36, begins with ...

  7. Equation solving - Wikipedia

    en.wikipedia.org/wiki/Equation_solving

    Solving an equation numerically means that only numbers are admitted as solutions. Solving an equation symbolically means that expressions can be used for representing the solutions. For example, the equation x + y = 2 x – 1 is solved for the unknown x by the expression x = y + 1 , because substituting y + 1 for x in the equation results in ...

  8. Quartic equation - Wikipedia

    en.wikipedia.org/wiki/Quartic_equation

    The effect has been to fold up the u 4 term into a perfect square: (u 2 + a) 2. The second term, au 2 did not disappear, but its sign has changed and it has been moved to the right side. The next step is to insert a variable y into the perfect square on the left side of equation , and a corresponding 2y into the coefficient of u 2 in the

  9. Horner's method - Wikipedia

    en.wikipedia.org/wiki/Horner's_method

    In binary (base-2) math, multiplication by a power of 2 is merely a register shift operation. Thus, multiplying by 2 is calculated in base-2 by an arithmetic shift. The factor (2 −1) is a right arithmetic shift, a (0) results in no operation (since 2 0 = 1 is the multiplicative identity element), and a (2 1) results in a left arithmetic shift ...