enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. Mathieu function - Wikipedia

    en.wikipedia.org/wiki/Mathieu_function

    Mathieu function. In mathematics, Mathieu functions, sometimes called angular Mathieu functions, are solutions of Mathieu's differential equation. where a, q are real -valued parameters. Since we may add π/2 to x to change the sign of q, it is a usual convention to set q ≥ 0.

  3. Wannier function - Wikipedia

    en.wikipedia.org/wiki/Wannier_function

    The Wannier functions are a complete set of orthogonal functions used in solid-state physics. They were introduced by Gregory Wannier in 1937. [ 1 ][ 2 ] Wannier functions are the localized molecular orbitals of crystalline systems. The Wannier functions for different lattice sites in a crystal are orthogonal, allowing a convenient basis for ...

  4. Poincaré–Lindstedt method - Wikipedia

    en.wikipedia.org/wiki/Poincaré–Lindstedt_method

    The Poincaré–Lindstedt method allows for the creation of an approximation that is accurate for all time, as follows. In addition to expressing the solution itself as an asymptotic series, form another series with which to scale time t: where. We have the leading order ω0 = 1, because when , the equation has solution .

  5. Polytope model - Wikipedia

    en.wikipedia.org/wiki/Polytope_model

    The polyhedral model (also called the polytope method) is a mathematical framework for programs that perform large numbers of operations -- too large to be explicitly enumerated -- thereby requiring a compact representation. Nested loop programs are the typical, but not the only example, and the most common use of the model is for loop nest ...

  6. Inverted pendulum - Wikipedia

    en.wikipedia.org/wiki/Inverted_pendulum

    Inverted pendulum. Balancing cart, a simple robotics system circa 1976. The cart contains a servo system that monitors the angle of the rod and moves the cart back and forth to keep it upright. An inverted pendulum is a pendulum that has its center of mass above its pivot point. It is unstable and falls over without additional help.

  7. Van der Pol oscillator - Wikipedia

    en.wikipedia.org/wiki/Van_der_Pol_oscillator

    Van der Pol oscillator. In the study of dynamical systems, the van der Pol oscillator (named for Dutch physicist Balthasar van der Pol) is a non- conservative, oscillating system with non-linear damping. It evolves in time according to the second-order differential equation where x is the position coordinate —which is a function of the time t ...

  8. Automatic parallelization - Wikipedia

    en.wikipedia.org/wiki/Automatic_parallelization

    Automatic parallelization, also auto parallelization, or autoparallelization refers to converting sequential code into multi-threaded and/or vectorized code in order to use multiple processors simultaneously in a shared-memory multiprocessor (SMP) machine. [1] Fully automatic parallelization of sequential programs is a challenge because it ...

  9. Strength reduction - Wikipedia

    en.wikipedia.org/wiki/Strength_reduction

    In compiler construction, strength reduction is a compiler optimization where expensive operations are replaced with equivalent but less expensive operations. [1] The classic example of strength reduction converts strong multiplications inside a loop into weaker additions – something that frequently occurs in array addressing.