Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Gauss–Newton algorithm
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
==Solving overdetermined systems of equations== The Gauss-Newton iteration <math display="block">\mathbf{x}^{(k+1)} = \mathbf{x}^{(k)} - J(\mathbf{x}^{(k)})^\dagger\mathbf{f}(\mathbf{x}^{(k)}) \,,\quad k=0,1,\ldots</math> is an effective method for solving [[overdetermined system]]s of equations in the form of <math>\mathbf{f}(\mathbf{x})=\mathbf{0}</math> with <math display="block">\mathbf{f}(\mathbf{x}) = \begin{bmatrix} f_1(x_1,\ldots,x_n) \\ \vdots \\ f_m(x_1,\ldots,x_n) \end{bmatrix}</math> and <math>m>n</math> where <math>J(\mathbf{x})^\dagger</math> is the [[Moore-Penrose inverse]] (also known as [[pseudoinverse]]) of the [[Jacobian matrix]] <math>J(\mathbf{x})</math> of <math>\mathbf{f}(\mathbf{x})</math>. It can be considered an extension of [[Newton's method]] and enjoys the same local quadratic convergence <ref name=DenSch></ref> toward isolated regular solutions. If the solution doesn't exist but the initial iterate <math>\mathbf{x}^{(0)}</math> is near a point <math>\hat{\mathbf{x}} = (\hat{x}_1,\ldots,\hat{x}_n)</math> at which the sum of squares <math display="inline">\sum_{i=1}^m |f_i(x_1,\ldots,x_n)|^2 \equiv \|\mathbf{f}(\mathbf{x})\|_2^2</math> reaches a small local minimum, the Gauss-Newton iteration linearly converges to <math>\hat{\mathbf{x}}</math>. The point <math>\hat{\mathbf{x}}</math> is often called a [[least squares]] solution of the overdetermined system.
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)