About the Project

forward elimination

AdvancedHelp

(0.001 seconds)

1—10 of 33 matching pages

1: 3.2 Linear Algebra
§3.2(i) Gaussian Elimination
Iterative Refinement
Forward elimination for solving 𝐀 𝐱 = 𝐟 then becomes y 1 = f 1 , …
2: 3.6 Linear Difference Equations
where Δ w n 1 = w n w n 1 , Δ 2 w n 1 = Δ w n Δ w n 1 , and n . … If, as n , the wanted solution w n grows (decays) in magnitude at least as fast as any solution of the corresponding homogeneous equation, then forward (backward) recursion is stable. … Then computation of w n by forward recursion is unstable. … (This part of the process is equivalent to forward elimination.) … Within this framework forward and backward recursion may be regarded as the special cases = 0 and = k , respectively. …
3: 16.25 Methods of Computation
In these cases integration, or recurrence, in either a forward or a backward direction is unstable. …
4: 5.21 Methods of Computation
Or we can use forward recurrence, with an initial value obtained e. …
5: 11.13 Methods of Computation
Then from the limiting forms for small argument (§§11.2(i), 10.7(i), 10.30(i)), limiting forms for large argument (§§11.6(i), 10.7(ii), 10.30(ii)), and the connection formulas (11.2.5) and (11.2.6), it is seen that 𝐇 ν ( x ) and 𝐋 ν ( x ) can be computed in a stable manner by integrating forwards, that is, from the origin toward infinity. The solution 𝐊 ν ( x ) needs to be integrated backwards for small x , and either forwards or backwards for large x depending whether or not ν exceeds 1 2 . For 𝐌 ν ( x ) both forward and backward integration are unstable, and boundary-value methods are required (§3.7(iii)). … In consequence forward recurrence, backward recurrence, or boundary-value methods may be necessary. …
6: 3.9 Acceleration of Convergence
3.9.2 S = k = 0 ( 1 ) k 2 k 1 Δ k a 0 ,
Here Δ is the forward difference operator:
3.9.3 Δ k a 0 = Δ k 1 a 1 Δ k 1 a 0 , k = 1 , 2 , .
3.9.4 Δ k a 0 = m = 0 k ( 1 ) m ( k m ) a k m .
7: Bille C. Carlson
The main theme of Carlson’s mathematical research has been to expose previously hidden permutation symmetries that can eliminate a set of transformations and thereby replace many formulas by a few. …
8: 3.10 Continued Fractions
Forward Recurrence Algorithm
In general this algorithm is more stable than the forward algorithm; see Jones and Thron (1974).
Forward Series Recurrence Algorithm
In Gautschi (1979c) the forward series algorithm is used for the evaluation of a continued fraction of an incomplete gamma function (see §8.9). … This forward algorithm achieves efficiency and stability in the computation of the convergents C n = A n / B n , and is related to the forward series recurrence algorithm. …
9: 7.22 Methods of Computation
See Gautschi (1977a), where forward and backward recursions are used; see also Gautschi (1961). …
10: 18.1 Notation
Forward differences:
Δ x ( f ( x ) ) = f ( x + 1 ) f ( x ) ,
Δ x n + 1 ( f ( x ) ) = Δ x ( Δ x n ( f ( x ) ) ) .