Research Article

Augmented Arnoldi-Tikhonov Regularization Methods for Solving Large-Scale Linear Ill-Posed Systems

Algorithm 1

Modified Arnoldi process.
Input: , , , .
Output: , , .
 (1) Compute QR-factorization .
 (2) Compute , , and set .
 (3) For Do:
   ;
   For Do:
      ;
      ;
   End For
   For Do:
      ;
      ;
   End For
   ;
   ;
   ;
     End For