fbpx
Wikipedia

Relaxation (iterative method)

In numerical mathematics, relaxation methods are iterative methods for solving systems of equations, including nonlinear systems.[1]

Relaxation methods were developed for solving large sparse linear systems, which arose as finite-difference discretizations of differential equations.[2][3] They are also used for the solution of linear equations for linear least-squares problems[4] and also for systems of linear inequalities, such as those arising in linear programming.[5][6][7] They have also been developed for solving nonlinear systems of equations.[1]

Relaxation methods are important especially in the solution of linear systems used to model elliptic partial differential equations, such as Laplace's equation and its generalization, Poisson's equation. These equations describe boundary-value problems, in which the solution-function's values are specified on boundary of a domain; the problem is to compute a solution also on its interior. Relaxation methods are used to solve the linear equations resulting from a discretization of the differential equation, for example by finite differences.[2][3][4]

Iterative relaxation of solutions is commonly dubbed smoothing because with certain equations, such as Laplace's equation, it resembles repeated application of a local smoothing filter to the solution vector. These are not to be confused with relaxation methods in mathematical optimization, which approximate a difficult problem by a simpler problem whose "relaxed" solution provides information about the solution of the original problem.[7]

Model problem of potential theory edit

When φ is a smooth real-valued function on the real numbers, its second derivative can be approximated by:

 

Using this in both dimensions for a function φ of two arguments at the point (x, y), and solving for φ(x, y), results in:

 

To approximate the solution of the Poisson equation:

 

numerically on a two-dimensional grid with grid spacing h, the relaxation method assigns the given values of function φ to the grid points near the boundary and arbitrary values to the interior grid points, and then repeatedly performs the assignment φ := φ* on the interior points, where φ* is defined by:

 

until convergence.[2][3]

The method[2][3] is easily generalized to other numbers of dimensions.

Convergence and acceleration edit

While the method converges under general conditions, it typically makes slower progress than competing methods. Nonetheless, the study of relaxation methods remains a core part of linear algebra, because the transformations of relaxation theory provide excellent preconditioners for new methods. Indeed, the choice of preconditioner is often more important than the choice of iterative method.[8]

Multigrid methods may be used to accelerate the methods. One can first compute an approximation on a coarser grid – usually the double spacing 2h – and use that solution with interpolated values for the other grid points as the initial assignment. This can then also be done recursively for the coarser computation.[8][9]

See also edit

Notes edit

  1. ^ a b Ortega, J. M.; Rheinboldt, W. C. (2000). Iterative solution of nonlinear equations in several variables. Classics in Applied Mathematics. Vol. 30 (Reprint of the 1970 Academic Press ed.). Philadelphia, PA: Society for Industrial and Applied Mathematics (SIAM). pp. xxvi+572. ISBN 0-89871-461-3. MR 1744713.
  2. ^ a b c d Richard S. Varga 2002 Matrix Iterative Analysis, Second ed. (of 1962 Prentice Hall edition), Springer-Verlag.
  3. ^ a b c d David M. Young, Jr. Iterative Solution of Large Linear Systems, Academic Press, 1971. (reprinted by Dover, 2003)
  4. ^ a b Abraham Berman, Robert J. Plemmons, Nonnegative Matrices in the Mathematical Sciences, 1994, SIAM. ISBN 0-89871-321-8.
  5. ^ Murty, Katta G. (1983). "16 Iterative methods for linear inequalities and linear programs (especially 16.2 Relaxation methods, and 16.4 Sparsity-preserving iterative SOR algorithms for linear programming)". Linear programming. New York: John Wiley & Sons Inc. pp. 453–464. ISBN 0-471-09725-X. MR 0720547.
  6. ^ Goffin, J.-L. (1980). "The relaxation method for solving systems of linear inequalities". Mathematics of Operations Research. 5 (3): 388–414. doi:10.1287/moor.5.3.388. JSTOR 3689446. MR 0594854.
  7. ^ a b Minoux, M. (1986). Mathematical programming: Theory and algorithms. Egon Balas (foreword) (Translated by Steven Vajda from the (1983 Paris: Dunod) French ed.). Chichester: A Wiley-Interscience Publication. John Wiley & Sons, Ltd. pp. xxviii+489. ISBN 0-471-90170-9. MR 0868279. (2008 Second ed., in French: Programmation mathématique: Théorie et algorithmes. Editions Tec & Doc, Paris, 2008. xxx+711 pp. . ).
  8. ^ a b Yousef Saad, Iterative Methods for Sparse Linear Systems, 1st edition, PWS, 1996.
  9. ^ William L. Briggs, Van Emden Henson, and Steve F. McCormick (2000), A Multigrid Tutorial 2006-10-06 at the Wayback Machine (2nd ed.), Philadelphia: Society for Industrial and Applied Mathematics, ISBN 0-89871-462-1.

References edit

  • Abraham Berman, Robert J. Plemmons, Nonnegative Matrices in the Mathematical Sciences, 1994, SIAM. ISBN 0-89871-321-8.
  • Ortega, J. M.; Rheinboldt, W. C. (2000). Iterative solution of nonlinear equations in several variables. Classics in Applied Mathematics. Vol. 30 (Reprint of the 1970 Academic Press ed.). Philadelphia, PA: Society for Industrial and Applied Mathematics (SIAM). pp. xxvi+572. ISBN 0-89871-461-3. MR 1744713.
  • Press, WH; Teukolsky, SA; Vetterling, WT; Flannery, BP (2007). "Section 18.3. Relaxation Methods". Numerical Recipes: The Art of Scientific Computing (3rd ed.). New York: Cambridge University Press. ISBN 978-0-521-88068-8.
  • Yousef Saad, Iterative Methods for Sparse Linear Systems, 1st edition, PWS, 1996.
  • Richard S. Varga 2002 Matrix Iterative Analysis, Second ed. (of 1962 Prentice Hall edition), Springer-Verlag.
  • David M. Young, Jr. Iterative Solution of Large Linear Systems, Academic Press, 1971. (reprinted by Dover, 2003)

Further reading edit

  • Southwell, R.V. (1940) Relaxation Methods in Engineering Science. Oxford University Press, Oxford.
  • Southwell, R.V. (1946) Relaxation Methods in Theoretical Physics. Oxford University Press, Oxford.
  • John. D. Jackson (1999). Classical Electrodynamics. New Jersey: Wiley. ISBN 0-471-30932-X.
  • M.N.O. Sadiku (1992). Numerical Techniques in Electromagnetics. Boca Raton: CRC Pres.
  • P.-B. Zhou (1993). Numerical Analysis of Electromagnetic Fields. New York: Springer.
  • P. Grivet, P.W. Hawkes, A.Septier (1972). Electron Optics, 2nd edition. Pergamon Press. ISBN 9781483137858.
  • D. W. O. Heddle (2000). Electrostatic Lens Systems, 2nd edition. CRC Press. ISBN 9781420034394.
  • Erwin Kasper (2001). Advances in Imaging and Electron Physics, Vol. 116, Numerical Field Calculation for Charged Particle Optics. Academic Press. ISBN 978-0-12-014758-8.

relaxation, iterative, method, this, article, about, iterative, methods, solving, systems, equations, other, uses, relaxation, disambiguation, numerical, mathematics, relaxation, methods, iterative, methods, solving, systems, equations, including, nonlinear, s. This article is about iterative methods for solving systems of equations For other uses see Relaxation disambiguation In numerical mathematics relaxation methods are iterative methods for solving systems of equations including nonlinear systems 1 Relaxation methods were developed for solving large sparse linear systems which arose as finite difference discretizations of differential equations 2 3 They are also used for the solution of linear equations for linear least squares problems 4 and also for systems of linear inequalities such as those arising in linear programming 5 6 7 They have also been developed for solving nonlinear systems of equations 1 Relaxation methods are important especially in the solution of linear systems used to model elliptic partial differential equations such as Laplace s equation and its generalization Poisson s equation These equations describe boundary value problems in which the solution function s values are specified on boundary of a domain the problem is to compute a solution also on its interior Relaxation methods are used to solve the linear equations resulting from a discretization of the differential equation for example by finite differences 2 3 4 Iterative relaxation of solutions is commonly dubbed smoothing because with certain equations such as Laplace s equation it resembles repeated application of a local smoothing filter to the solution vector These are not to be confused with relaxation methods in mathematical optimization which approximate a difficult problem by a simpler problem whose relaxed solution provides information about the solution of the original problem 7 Contents 1 Model problem of potential theory 2 Convergence and acceleration 3 See also 4 Notes 5 References 6 Further readingModel problem of potential theory editMain article Discrete Poisson equation When f is a smooth real valued function on the real numbers its second derivative can be approximated by d2f x dx2 f x h 2f x f x h h2 O h2 displaystyle frac d 2 varphi x dx 2 frac varphi x h 2 varphi x varphi x h h 2 mathcal O h 2 nbsp Using this in both dimensions for a function f of two arguments at the point x y and solving for f x y results in f x y 14 f x h y f x y h f x h y f x y h h2 2f x y O h4 displaystyle varphi x y tfrac 1 4 left varphi x h y varphi x y h varphi x h y varphi x y h h 2 nabla 2 varphi x y right mathcal O h 4 nbsp To approximate the solution of the Poisson equation 2f f displaystyle nabla 2 varphi f nbsp numerically on a two dimensional grid with grid spacing h the relaxation method assigns the given values of function f to the grid points near the boundary and arbitrary values to the interior grid points and then repeatedly performs the assignment f f on the interior points where f is defined by f x y 14 f x h y f x y h f x h y f x y h h2f x y displaystyle varphi x y tfrac 1 4 left varphi x h y varphi x y h varphi x h y varphi x y h h 2 f x y right nbsp until convergence 2 3 The method 2 3 is easily generalized to other numbers of dimensions Convergence and acceleration editWhile the method converges under general conditions it typically makes slower progress than competing methods Nonetheless the study of relaxation methods remains a core part of linear algebra because the transformations of relaxation theory provide excellent preconditioners for new methods Indeed the choice of preconditioner is often more important than the choice of iterative method 8 Multigrid methods may be used to accelerate the methods One can first compute an approximation on a coarser grid usually the double spacing 2h and use that solution with interpolated values for the other grid points as the initial assignment This can then also be done recursively for the coarser computation 8 9 See also editIn linear systems the two main classes of relaxation methods are stationary iterative methods and the more general Krylov subspace methods The Jacobi method is a simple relaxation method The Gauss Seidel method is an improvement upon the Jacobi method Successive over relaxation can be applied to either of the Jacobi and Gauss Seidel methods to speed convergence Multigrid methodsNotes edit a b Ortega J M Rheinboldt W C 2000 Iterative solution of nonlinear equations in several variables Classics in Applied Mathematics Vol 30 Reprint of the 1970 Academic Press ed Philadelphia PA Society for Industrial and Applied Mathematics SIAM pp xxvi 572 ISBN 0 89871 461 3 MR 1744713 a b c d Richard S Varga 2002 Matrix Iterative Analysis Second ed of 1962 Prentice Hall edition Springer Verlag a b c d David M Young Jr Iterative Solution of Large Linear Systems Academic Press 1971 reprinted by Dover 2003 a b Abraham Berman Robert J Plemmons Nonnegative Matrices in the Mathematical Sciences 1994 SIAM ISBN 0 89871 321 8 Murty Katta G 1983 16 Iterative methods for linear inequalities and linear programs especially 16 2 Relaxation methods and 16 4 Sparsity preserving iterative SOR algorithms for linear programming Linear programming New York John Wiley amp Sons Inc pp 453 464 ISBN 0 471 09725 X MR 0720547 Goffin J L 1980 The relaxation method for solving systems of linear inequalities Mathematics of Operations Research 5 3 388 414 doi 10 1287 moor 5 3 388 JSTOR 3689446 MR 0594854 a b Minoux M 1986 Mathematical programming Theory and algorithms Egon Balas foreword Translated by Steven Vajda from the 1983 Paris Dunod French ed Chichester A Wiley Interscience Publication John Wiley amp Sons Ltd pp xxviii 489 ISBN 0 471 90170 9 MR 0868279 2008 Second ed in French Programmation mathematique Theorie et algorithmes Editions Tec amp Doc Paris 2008 xxx 711 pp a b Yousef Saad Iterative Methods for Sparse Linear Systems 1st edition PWS 1996 William L Briggs Van Emden Henson and Steve F McCormick 2000 A Multigrid Tutorial Archived 2006 10 06 at the Wayback Machine 2nd ed Philadelphia Society for Industrial and Applied Mathematics ISBN 0 89871 462 1 References editAbraham Berman Robert J Plemmons Nonnegative Matrices in the Mathematical Sciences 1994 SIAM ISBN 0 89871 321 8 Ortega J M Rheinboldt W C 2000 Iterative solution of nonlinear equations in several variables Classics in Applied Mathematics Vol 30 Reprint of the 1970 Academic Press ed Philadelphia PA Society for Industrial and Applied Mathematics SIAM pp xxvi 572 ISBN 0 89871 461 3 MR 1744713 Press WH Teukolsky SA Vetterling WT Flannery BP 2007 Section 18 3 Relaxation Methods Numerical Recipes The Art of Scientific Computing 3rd ed New York Cambridge University Press ISBN 978 0 521 88068 8 Yousef Saad Iterative Methods for Sparse Linear Systems 1st edition PWS 1996 Richard S Varga 2002 Matrix Iterative Analysis Second ed of 1962 Prentice Hall edition Springer Verlag David M Young Jr Iterative Solution of Large Linear Systems Academic Press 1971 reprinted by Dover 2003 Further reading editSouthwell R V 1940 Relaxation Methods in Engineering Science Oxford University Press Oxford Southwell R V 1946 Relaxation Methods in Theoretical Physics Oxford University Press Oxford John D Jackson 1999 Classical Electrodynamics New Jersey Wiley ISBN 0 471 30932 X M N O Sadiku 1992 Numerical Techniques in Electromagnetics Boca Raton CRC Pres P B Zhou 1993 Numerical Analysis of Electromagnetic Fields New York Springer P Grivet P W Hawkes A Septier 1972 Electron Optics 2nd edition Pergamon Press ISBN 9781483137858 D W O Heddle 2000 Electrostatic Lens Systems 2nd edition CRC Press ISBN 9781420034394 Erwin Kasper 2001 Advances in Imaging and Electron Physics Vol 116 Numerical Field Calculation for Charged Particle Optics Academic Press ISBN 978 0 12 014758 8 Retrieved from https en wikipedia org w index php title Relaxation iterative method amp oldid 1195841120, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.