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. 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.

  4. 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.

  5. Square root of a matrix - Wikipedia

    en.wikipedia.org/wiki/Square_root_of_a_matrix

    A matrix B is said to be a square root of A if the matrix product BB is equal to A. [1] Some authors use the name square root or the notation A 1/2 only for the specific case when A is positive semidefinite, to denote the unique matrix B that is positive semidefinite and such that BB = B T B = A (for real-valued matrices, where B T is the ...

  6. Tonelli–Shanks algorithm - Wikipedia

    en.wikipedia.org/wiki/Tonelli–Shanks_algorithm

    Tonelli–Shanks cannot be used for composite moduli: finding square roots modulo composite numbers is a computational problem equivalent to integer factorization. [ 1 ] An equivalent, but slightly more redundant version of this algorithm was developed by Alberto Tonelli [ 2 ] [ 3 ] in 1891.

  7. Integer square root - Wikipedia

    en.wikipedia.org/wiki/Integer_square_root

    /// Performs a Karatsuba square root on a `u64`. pub fn u64_isqrt (mut n: u64)-> u64 {if n <= u32:: MAX as u64 {// If `n` fits in a `u32`, let the `u32` function handle it. return u32_isqrt (n as u32) as u64;} else {// The normalization shift satisfies the Karatsuba square root // algorithm precondition "a₃ ≥ b/4" where a₃ is the most ...

  8. Solution in radicals - Wikipedia

    en.wikipedia.org/wiki/Solution_in_radicals

    A solution in radicals or algebraic solution is an expression of a solution of a polynomial equation that is algebraic, that is, relies only on addition, subtraction, multiplication, division, raising to integer powers, and extraction of n th roots (square roots, cube roots, etc.). A well-known example is the quadratic formula

  9. Square root of 5 - Wikipedia

    en.wikipedia.org/wiki/Square_root_of_5

    The square root of 5 is the positive real number that, when multiplied by itself, gives the prime number 5. It is more precisely called the principal square root of 5 , to distinguish it from the negative number with the same property.