Solving Nonlinear Equations with Iterative Methods

Solving Nonlinear Equations with Iterative Methods

Author: C. T. Kelley

Publisher: SIAM

Published: 2022-10-31

Total Pages: 201

ISBN-13: 1611977266

DOWNLOAD EBOOK

This user-oriented guide describes state-of-the-art methods for nonlinear equations and shows, via algorithms in pseudocode and Julia with several examples, how to choose an appropriate iterative method for a given problem and write an efficient solver or apply one written by others. A sequel to the author’s Solving Nonlinear Equations with Newton’s Methods (SIAM, 2003), this book contains new material on pseudo-transient continuation, mixed-precision solvers, and Anderson acceleration. It is supported by a Julia package and a suite of Jupyter notebooks and includes examples of nonlinear problems from many disciplines. This book is will be useful to researchers who solve nonlinear equations, students in numerical analysis, and the Julia community.


Implicit Filtering

Implicit Filtering

Author: C. T. Kelley

Publisher: SIAM

Published: 2011-01-01

Total Pages: 184

ISBN-13: 9781611971903

DOWNLOAD EBOOK

Implicit filtering is a way to solve bound-constrained optimization problems for which derivative information is not available. Unlike methods that use interpolation to reconstruct the function and its higher derivatives, implicit filtering builds upon coordinate search and then interpolates to get an approximation of the gradient. The author describes the algorithm, its convergence theory, and a new MATLAB implementation, and includes three case studies. This book is unique in that it is the only one in the area of derivative-free or sampling methods and is accompanied by publicly available software. It is also designed as a software manual and as a reference for implicit filtering - one can approach the book as a consumer of the software, as a student, or as a researcher in sampling and derivative-free methods. The book includes a chapter on convergence theory that is both accessible to students and an overview of recent results on optimization of noisy functions, including results that depend on non-smooth analysis and results on the handling of constraints. Implicit filtering is used in applications in electrical, civil, and mechanical engineering.


Interval Methods for Solving Nonlinear Constraint Satisfaction, Optimization and Similar Problems

Interval Methods for Solving Nonlinear Constraint Satisfaction, Optimization and Similar Problems

Author: Bartłomiej Jacek Kubica

Publisher: Springer

Published: 2019-03-08

Total Pages: 156

ISBN-13: 3030137953

DOWNLOAD EBOOK

This book highlights recent research on interval methods for solving nonlinear constraint satisfaction, optimization and similar problems. Further, it presents a comprehensive survey of applications in various branches of robotics, artificial intelligence systems, economics, control theory, dynamical systems theory, and others. Three appendices, on the notation, representation of numbers used as intervals’ endpoints, and sample implementations of the interval data type in several programming languages, round out the coverage.