Iterative Methods for Sparse Linear Systems
Title | Iterative Methods for Sparse Linear Systems PDF eBook |
Author | Yousef Saad |
Publisher | SIAM |
Pages | 537 |
Release | 2003-04-01 |
Genre | Mathematics |
ISBN | 0898715342 |
Mathematics of Computing -- General.
Iterative Krylov Methods for Large Linear Systems
Title | Iterative Krylov Methods for Large Linear Systems PDF eBook |
Author | H. A. van der Vorst |
Publisher | Cambridge University Press |
Pages | 242 |
Release | 2003-04-17 |
Genre | Mathematics |
ISBN | 9780521818285 |
Table of contents
Iterative Methods for Linear Systems
Title | Iterative Methods for Linear Systems PDF eBook |
Author | Maxim A. Olshanskii |
Publisher | SIAM |
Pages | 257 |
Release | 2014-07-21 |
Genre | Mathematics |
ISBN | 1611973465 |
Iterative Methods for Linear Systems?offers a mathematically rigorous introduction to fundamental iterative methods for systems of linear algebraic equations. The book distinguishes itself from other texts on the topic by providing a straightforward yet comprehensive analysis of the Krylov subspace methods, approaching the development and analysis of algorithms from various algorithmic and mathematical perspectives, and going beyond the standard description of iterative methods by connecting them in a natural way to the idea of preconditioning.??
Iterative Solution of Large Linear Systems
Title | Iterative Solution of Large Linear Systems PDF eBook |
Author | David M. Young |
Publisher | Elsevier |
Pages | 599 |
Release | 2014-05-10 |
Genre | Mathematics |
ISBN | 1483274136 |
Iterative Solution of Large Linear Systems describes the systematic development of a substantial portion of the theory of iterative methods for solving large linear systems, with emphasis on practical techniques. The focal point of the book is an analysis of the convergence properties of the successive overrelaxation (SOR) method as applied to a linear system where the matrix is "consistently ordered". Comprised of 18 chapters, this volume begins by showing how the solution of a certain partial differential equation by finite difference methods leads to a large linear system with a sparse matrix. The next chapter reviews matrix theory and the properties of matrices, as well as several theorems of matrix theory without proof. A number of iterative methods, including the SOR method, are then considered. Convergence theorems are also given for various iterative methods under certain assumptions on the matrix A of the system. Subsequent chapters deal with the eigenvalues of the SOR method for consistently ordered matrices; the optimum relaxation factor; nonstationary linear iterative methods; and semi-iterative methods. This book will be of interest to students and practitioners in the fields of computer science and applied mathematics.
Iterative Methods for Solving Linear Systems
Title | Iterative Methods for Solving Linear Systems PDF eBook |
Author | Anne Greenbaum |
Publisher | SIAM |
Pages | 225 |
Release | 1997-01-01 |
Genre | Mathematics |
ISBN | 089871396X |
Mathematics of Computing -- Numerical Analysis.
Iterative Methods and Preconditioning for Large and Sparse Linear Systems with Applications
Title | Iterative Methods and Preconditioning for Large and Sparse Linear Systems with Applications PDF eBook |
Author | Daniele Bertaccini |
Publisher | CRC Press |
Pages | 321 |
Release | 2018-02-19 |
Genre | Mathematics |
ISBN | 1351649612 |
This book describes, in a basic way, the most useful and effective iterative solvers and appropriate preconditioning techniques for some of the most important classes of large and sparse linear systems. The solution of large and sparse linear systems is the most time-consuming part for most of the scientific computing simulations. Indeed, mathematical models become more and more accurate by including a greater volume of data, but this requires the solution of larger and harder algebraic systems. In recent years, research has focused on the efficient solution of large sparse and/or structured systems generated by the discretization of numerical models by using iterative solvers.
Templates for the Solution of Linear Systems
Title | Templates for the Solution of Linear Systems PDF eBook |
Author | Richard Barrett |
Publisher | SIAM |
Pages | 141 |
Release | 1994-01-01 |
Genre | Mathematics |
ISBN | 9781611971538 |
In this book, which focuses on the use of iterative methods for solving large sparse systems of linear equations, templates are introduced to meet the needs of both the traditional user and the high-performance specialist. Templates, a description of a general algorithm rather than the executable object or source code more commonly found in a conventional software library, offer whatever degree of customization the user may desire. Templates offer three distinct advantages: they are general and reusable; they are not language specific; and they exploit the expertise of both the numerical analyst, who creates a template reflecting in-depth knowledge of a specific numerical technique, and the computational scientist, who then provides "value-added" capability to the general template description, customizing it for specific needs. For each template that is presented, the authors provide: a mathematical description of the flow of algorithm; discussion of convergence and stopping criteria to use in the iteration; suggestions for applying a method to special matrix types; advice for tuning the template; tips on parallel implementations; and hints as to when and why a method is useful.