enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. 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 ...

  3. Square root - Wikipedia

    en.wikipedia.org/wiki/Square_root

    The square root of a positive integer is the product of the roots of its prime factors, because the square root of a product is the product of the square roots of the factors. Since p 2 k = p k , {\textstyle {\sqrt {p^{2k}}}=p^{k},} only roots of those primes having an odd power in the factorization are necessary.

  4. Rationalisation (mathematics) - Wikipedia

    en.wikipedia.org/wiki/Rationalisation_(mathematics)

    In elementary algebra, root rationalisation (or rationalization) is a process by which radicals in the denominator of an algebraic fraction are eliminated.. If the denominator is a monomial in some radical, say , with k < n, rationalisation consists of multiplying the numerator and the denominator by , and replacing by x (this is allowed, as, by definition, a n th root of x is a number that ...

  5. nth root - Wikipedia

    en.wikipedia.org/wiki/Nth_root

    A root of degree 2 is called a square root and a root of degree 3, a cube root. Roots of higher degree are referred by using ordinal numbers, as in fourth root, twentieth root, etc. The computation of an n th root is a root extraction. For example, 3 is a square root of 9, since 3 2 = 9, and −3 is also a square root of 9, since (−3) 2 = 9.

  6. Tonelli–Shanks algorithm - Wikipedia

    en.wikipedia.org/wiki/Tonelli–Shanks_algorithm

    If many square-roots must be done in the same cyclic group and S is not too large, a table of square-roots of the elements of 2-power order can be prepared in advance and the algorithm simplified and sped up as follows. Factor out powers of 2 from p − 1, defining Q and S as: = with Q odd.

  7. Integer square root - Wikipedia

    en.wikipedia.org/wiki/Integer_square_root

    The traditional pen-and-paper algorithm for computing the square root is based on working from higher digit places to lower, and as each new digit pick the largest that will still yield a square . If stopping after the one's place, the result computed will be the integer square root.

  8. HP 35s - Wikipedia

    en.wikipedia.org/wiki/HP_35s

    The calculator may be set to automatically display values as mixed fractions by toggling the FDISP key. The maximum denominator may be specified using the /c function. Numbered flags may be set to specify which of three denominator systems is to be used: most precise denominator, factors of the maximum (for example 2, 4, 8, 16, when the maximum ...

  9. Polynomial root-finding algorithms - Wikipedia

    en.wikipedia.org/wiki/Polynomial_root-finding...

    The square-free factorization of a polynomial p is a factorization = where each is either 1 or a polynomial without multiple roots, and two different do not have any common root. An efficient method to compute this factorization is Yun's algorithm .