Mo logo [home] [lexicon] [problems] [tests] [courses] [auxiliaries] [notes] [staff] german flag

Mathematics-Online lexicon:

Givens Elimination for Tridiagonal Systems


A B C D E F G H I J K L M N O P Q R S T U V W X Y Z overview

A tridiagonal linear system,

$\displaystyle \left( \begin{array}{ccccc}
d_1 & v_1 & & & 0 \\
u_2 & \ddots ...
...egin{array}{c}
b_1 \\ \vdots \\ \vdots \\ \vdots \\ b_n
\end{array} \right)
$

can be solved with the aid of $ n-1$ Givens transformations. The $ \ell$-th transformation modifies rows $ \ell$ and $ \ell+1$ of the system, annihilating the subdiagonal coefficient $ u_{\ell+1}$ and generating an additional non-zero coefficient in position $ (\ell,\ell+2)$. The resulting upper triangular system is solved with backward substitution.
[Downloads] [Examples] [Links]

  automatically generated 3/ 8/2007