enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Square root - Wikipedia

    en.wikipedia.org/wiki/Square_root

    The principal square root function () = (usually just referred to as the "square root function") is a function that maps the set of nonnegative real numbers onto itself. In geometrical terms, the square root function maps the area of a square to its side length.

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

  4. File:Square-root function.svg - Wikipedia

    en.wikipedia.org/wiki/File:Square-root_function.svg

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Pages for logged out editors learn more

  5. Functional square root - Wikipedia

    en.wikipedia.org/wiki/Functional_square_root

    Notations expressing that f is a functional square root of g are f = g [1/2] and f = g 1/2 [citation needed] [dubious – discuss], or rather f = g 1/2 (see Iterated function#Fractional_iterates_and_flows,_and_negative_iterates), although this leaves the usual ambiguity with taking the function to that power in the multiplicative sense, just as f ² = f ∘ f can be misinterpreted as x ↦ f(x)².

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

  7. Radical symbol - Wikipedia

    en.wikipedia.org/wiki/Radical_symbol

    In mathematics, the radical symbol, radical sign, root symbol, or surd is a symbol for the square root or higher-order root of a number. The square root of a number x is written as , while the n th root of x is written as . It is also used for other meanings in more advanced mathematics, such as the radical of an ideal. In linguistics, the ...

  8. File:Square-root.svg - Wikipedia

    en.wikipedia.org/wiki/File:Square-root.svg

    Main page; Contents; Current events; Random article; About Wikipedia; Contact us; Pages for logged out editors learn more

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