algorithm stability
1Stability — can refer to: *Aircraft flight Stability (aircraft) *In atmospheric fluid dynamics, atmospheric stability, a measure of the turbulence in the ambient atmosphere *BIBO stability (Bounded Input, Bounded Output stability), in signal processing and… …
2Numerical stability — In the mathematical subfield of numerical analysis, numerical stability is a desirable property of numerical algorithms. The precise definition of stability depends on the context, but it is related to the accuracy of the algorithm. A related… …
3Sorting algorithm — In computer science, a sorting algorithm is an algorithm that puts elements of a list in a certain order. The most used orders are numerical order and lexicographical order. Efficient sorting is important for optimizing the use of other… …
4Lanczos algorithm — The Lanczos algorithm is an iterative algorithm invented by Cornelius Lanczos that is an adaptation of power methods to find eigenvalues and eigenvectors of a square matrix or the singular value decomposition of a rectangular matrix. It is… …
5Divide-and-conquer eigenvalue algorithm — Divide and conquer eigenvalue algorithms are a class of eigenvalue algorithms for Hermitian or real symmetric matrices that have recently (circa 1990s) become competitive in terms of stability and efficiency with more traditional algorithms such… …
6Root-finding algorithm — A root finding algorithm is a numerical method, or algorithm, for finding a value x such that f(x) = 0, for a given function f. Such an x is called a root of the function f. This article is concerned with finding scalar, real or complex roots,… …
7Routh-Hurwitz stability criterion — The Routh Hurwitz stability criterion is a necessary (and frequently sufficient) method to establish the stability of a single input, single output (SISO), linear time invariant (LTI) control system. More generally, given a polynomial, some… …
8Electronic stability control — (ESC) is a computerized technology [1][2] that may potentially improve the safety of a vehicle s stability by detecting and minimizing skids.[3] When ESC detects loss of steering control, it automatically applies the brakes to help steer the… …
9Integer relation algorithm — An integer relation between a set of real numbers x 1, x 2, ..., x n is a set of integers a 1, a 2, ..., a n, not all 0, such that:a 1x 1 + a 2x 2 + cdots + a nx n = 0.,An integer relation algorithm is an algorithm for finding integer relations.… …
10Strassen algorithm — In the mathematical discipline of linear algebra, the Strassen algorithm, named after Volker Strassen, is an algorithm used for matrix multiplication. It is asymptotically faster than the standard matrix multiplication algorithm, but slower than… …