Search results
Results from the WOW.Com Content Network
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.
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
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,
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 ...
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:
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.
# 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)
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