enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Polynomial expansion - Wikipedia

    en.wikipedia.org/wiki/Polynomial_expansion

    In mathematics, an expansion of a product of sums expresses it as a sum of products by using the fact that multiplication distributes over addition. Expansion of a polynomial expression can be obtained by repeatedly replacing subexpressions that multiply two other subexpressions, at least one of which is an addition, by the equivalent sum of products, continuing until the expression becomes a ...

  3. Series expansion - Wikipedia

    en.wikipedia.org/wiki/Series_expansion

    A Laurent series is a generalization of the Taylor series, allowing terms with negative exponents; it takes the form = and converges in an annulus. [6] In particular, a Laurent series can be used to examine the behavior of a complex function near a singularity by considering the series expansion on an annulus centered at the singularity.

  4. Expansion (geometry) - Wikipedia

    en.wikipedia.org/wiki/Expansion_(geometry)

    Animation showing an expanded cube (and octahedron) In geometry, expansion is a polytope operation where facets are separated and moved radially apart, and new facets are formed at separated elements (vertices, edges, etc.). Equivalently this operation can be imagined by keeping facets in the same position but reducing their size.

  5. Cubic function - Wikipedia

    en.wikipedia.org/wiki/Cubic_function

    In mathematics, a cubic function is a function of the form () = + + +, that is, a polynomial function of degree three. In many texts, the coefficients a , b , c , and d are supposed to be real numbers , and the function is considered as a real function that maps real numbers to real numbers or as a complex function that maps complex numbers to ...

  6. Algebraic expression - Wikipedia

    en.wikipedia.org/wiki/Algebraic_expression

    In mathematics, an algebraic expression is an expression built up from constants (usually, algebraic numbers) variables, and the basic algebraic operations: addition (+), subtraction (-), multiplication (×), division (÷), whole number powers, and roots (fractional powers).

  7. Factor theorem - Wikipedia

    en.wikipedia.org/wiki/Factor_theorem

    Two problems where the factor theorem is commonly applied are those of factoring a polynomial and finding the roots of a polynomial equation; it is a direct consequence of the theorem that these problems are essentially equivalent.

  8. Quadratic function - Wikipedia

    en.wikipedia.org/wiki/Quadratic_function

    To convert the standard form to factored form, one needs only the quadratic formula to determine the two roots r 1 and r 2. To convert the standard form to vertex form, one needs a process called completing the square. To convert the factored form (or vertex form) to standard form, one needs to multiply, expand and/or distribute the factors.

  9. Exponentiation by squaring - Wikipedia

    en.wikipedia.org/wiki/Exponentiation_by_squaring

    Given the element x of G, and the exponent n written in the above form, along with the precomputed values x b 0...x b w−1, the element x n is calculated using the algorithm below: y = 1, u = 1, j = h - 1 while j > 0 do for i = 0 to w - 1 do if n i = j then u = u × x b i y = y × u j = j - 1 return y