Book contents
- Frontmatter
- Contents
- List of illustrations
- Preface
- 1 Introduction
- 2 Problems, algorithms, and solutions
- 3 Transformation of problems
- Part I Linear simultaneous equations
- Part II Non-linear simultaneous equations
- Part III Unconstrained optimization
- Part IV Equality-constrained optimization
- Part V Inequality-constrained optimization
- References
- Index
1 - Introduction
Published online by Cambridge University Press: 03 December 2009
- Frontmatter
- Contents
- List of illustrations
- Preface
- 1 Introduction
- 2 Problems, algorithms, and solutions
- 3 Transformation of problems
- Part I Linear simultaneous equations
- Part II Non-linear simultaneous equations
- Part III Unconstrained optimization
- Part IV Equality-constrained optimization
- Part V Inequality-constrained optimization
- References
- Index
Summary
In this book, we are going to examine various types of numerical problems and develop techniques for solving them. We will gradually build up the necessary tools and use a number of case studies to:
illustrate the process of formulating a problem, by which we mean translating from an intuitive idea of the problem by writing it down mathematically,
motivate and develop algorithms to solve problems, that is, descriptions of operations that can be implemented in software to take a problem specification and return a solution, and
illustrate how to match the formulation of the problem to the capabilities of available algorithms, involving, in some cases, transformation of the problem from its initial formulation.
We illustrate how to think about and describe problems to make them amenable to solution by optimization software. In brief: formulation of problems to facilitate their solution.
In the five parts of this book, we will consider five general problem classes. The first problem class is the solution of linear systems of equations (Part I). Solving linear systems of equations will turn out to be at the center of much of our subsequent work. For example, our second problem class, solving non-linear systems of equations (Part II), will be solved by an algorithm that requires repeated solution of linear systems of equations.
We will then go on to use these two algorithms as building blocks in algorithms for:
unconstrained optimization (Part III), which will in turn form part of the algorithms for:
equality-constrained optimization (Part IV), which will again form part of the algorithms for:
inequality-constrained optimization (Part V).
- Type
- Chapter
- Information
- Applied OptimizationFormulation and Algorithms for Engineering Systems, pp. 1 - 14Publisher: Cambridge University PressPrint publication year: 2006