When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. Exponentiation - Wikipedia

    en.wikipedia.org/wiki/Exponentiation

    The definition of e x as the exponential function allows defining b x for every positive real numbers b, in terms of exponential and logarithm function. Specifically, the fact that the natural logarithm ln(x) is the inverse of the exponential function e x means that one has = ⁡ (⁡) = ⁡ for every b > 0.

  3. Exponential function - Wikipedia

    en.wikipedia.org/wiki/Exponential_function

    Exponential functions with bases 2 and 1/2. In mathematics, the exponential function is the unique real function which maps zero to one and has a derivative equal to its value. . The exponential of a variable ⁠ ⁠ is denoted ⁠ ⁡ ⁠ or ⁠ ⁠, with the two notations used interchangeab

  4. List of mathematical series - Wikipedia

    en.wikipedia.org/wiki/List_of_mathematical_series

    7.5 Exponential and logarithms. 8 See also. 9 Notes. 10 References. Toggle the table of contents. List of mathematical series. 12 languages.

  5. Characterizations of the exponential function - Wikipedia

    en.wikipedia.org/wiki/Characterizations_of_the...

    In mathematics, the exponential function can be characterized in many ways. This article presents some common characterizations, discusses why each makes sense, and proves that they are all equivalent. The exponential function occurs naturally in many branches of mathematics. Walter Rudin called it "the most important function in mathematics". [1]

  6. Euler's formula - Wikipedia

    en.wikipedia.org/wiki/Euler's_formula

    Euler's formula states that, for any real number x, one has = ⁡ + ⁡, where e is the base of the natural logarithm, i is the imaginary unit, and cos and sin are the trigonometric functions cosine and sine respectively. This complex exponential function is sometimes denoted cis x ("cosine plus i sine").

  7. Logarithm - Wikipedia

    en.wikipedia.org/wiki/Logarithm

    Moreover, as the derivative of f(x) evaluates to ln(b) b x by the properties of the exponential function, the chain rule implies that the derivative of log b x is given by [35] [37] ⁡ = ⁡. That is, the slope of the tangent touching the graph of the base- b logarithm at the point ( x , log b ( x )) equals 1/( x ln( b )) .

  8. Matrix exponential - Wikipedia

    en.wikipedia.org/wiki/Matrix_exponential

    For matrix-matrix exponentials, there is a distinction between the left exponential Y X and the right exponential X Y, because the multiplication operator for matrix-to-matrix is not commutative. Moreover, If X is normal and non-singular, then X Y and Y X have the same set of eigenvalues. If X is normal and non-singular, Y is normal, and XY ...

  9. Modular exponentiation - Wikipedia

    en.wikipedia.org/wiki/Modular_exponentiation

    Inputs An integer b (base), integer e (exponent), and a positive integer m (modulus) Outputs The modular exponent c where c = b e mod m. Initialise c = 1 and loop variable e′ = 0; While e′ < e do Increment e′ by 1; Calculate c = (b ⋅ c) mod m; Output c; Note that at the end of every iteration through the loop, the equation c ≡ b e ...