Conjugate gradient methods

From Cornell University Computational Optimization Open Textbook - Optimization Wiki
Revision as of 00:50, 28 November 2021 by MiScott1601 (talk | contribs)
Jump to navigation Jump to search

Author: Alexandra Roberts, Anye Shi, Yue Sun (SYSEN6800 Fall 2021)

Introduction

The conjugate gradient method (CG) was originally invented to minimize a quadratic function:

where A is an n × n symmetric positive definite matrix, x and b are n × 1 vectors. The solution to the minimization problem is equivalent to solving the linear system, i.e. determining x when ∇F(x) = 0

Theory

The conjugate gradient method

numerical example

Application

Conclusion

Reference