enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Dudeney number - Wikipedia

    en.wikipedia.org/wiki/Dudeney_number

    Sociable Dudeney numbers and amicable Dudeney numbers are the powers of their respective roots. The number of iterations i {\displaystyle i} needed for F p , b i ( n ) {\displaystyle F_{p,b}^{i}(n)} to reach a fixed point is the Dudeney function's persistence of n {\displaystyle n} , and undefined if it never reaches a fixed point.

  3. Cube (algebra) - Wikipedia

    en.wikipedia.org/wiki/Cube_(algebra)

    The cube of a number or any other mathematical expression is denoted by a superscript 3, for example 2 3 = 8 or (x + 1) 3. The cube is also the number multiplied by its square: n 3 = n × n 2 = n × n × n. The cube function is the function x ↦ x 3 (often denoted y = x 3) that maps a number to its cube. It is an odd function, as

  4. nth root - Wikipedia

    en.wikipedia.org/wiki/Nth_root

    Every non-zero number x, real or complex, has n different complex number nth roots. (In the case x is real, this count includes any real nth roots.) The only complex root of 0 is 0. The nth roots of almost all numbers (all integers except the nth powers, and all rationals except the quotients of two nth powers) are irrational. For example,

  5. Cube root - Wikipedia

    en.wikipedia.org/wiki/Cube_root

    The number zero has a unique cube root, which is zero itself. In some contexts, it is convenient to choose a particular cube root for every complex number. This cube root is called the principal cube root and is the cube root with the largest real part. In the case of negative real numbers, the two nonreal roots share the same largest real part ...

  6. Sum of two cubes - Wikipedia

    en.wikipedia.org/wiki/Sum_of_two_cubes

    A Cabtaxi number is the smallest positive number that can be expressed as a sum of two integer cubes in n ways, allowing the cubes to be negative or zero as well as positive. The smallest cabtaxi number after Cabtaxi(1) = 0, is Cabtaxi(2) = 91, [ 5 ] expressed as:

  7. Cubic equation - Wikipedia

    en.wikipedia.org/wiki/Cubic_equation

    Here ⁡ is an angle in the unit circle; taking ⁠ 1 / 3 ⁠ of that angle corresponds to taking a cube root of a complex number; adding −k ⁠ 2 π / 3 ⁠ for k = 1, 2 finds the other cube roots; and multiplying the cosines of these resulting angles by corrects for scale.

  8. Google JAX - Wikipedia

    en.wikipedia.org/wiki/Google_JAX

    # imports from jax import jit import jax.numpy as jnp # define the cube function def cube (x): return x * x * x # generate data x = jnp. ones ((10000, 10000)) # create the jit version of the cube function jit_cube = jit (cube) # apply the cube and jit_cube functions to the same data for speed comparison cube (x) jit_cube (x)

  9. Triangular number - Wikipedia

    en.wikipedia.org/wiki/Triangular_number

    Triangular numbers are a type of figurate number, other examples being square numbers and cube numbers. The n th triangular number is the number of dots in the triangular arrangement with n dots on each side, and is equal to the sum of the n natural numbers from 1 to n. The sequence of triangular numbers, starting with the 0th triangular number, is