Undergraduate Convexity
eBook - ePub

Undergraduate Convexity

From Fourier and Motzkin to Kuhn and Tucker

Niels Lauritzen

Share book
  1. 300 pages
  2. English
  3. ePUB (mobile friendly)
  4. Available on iOS & Android
eBook - ePub

Undergraduate Convexity

From Fourier and Motzkin to Kuhn and Tucker

Niels Lauritzen

Book details
Book preview
Table of contents
Citations

About This Book

Based on undergraduate teaching to students in computer science, economics and mathematics at Aarhus University, this is an elementary introduction to convex sets and convex functions with emphasis on concrete computations and examples.

Starting from linear inequalities and Fourier–Motzkin elimination, the theory is developed by introducing polyhedra, the double description method and the simplex algorithm, closed convex subsets, convex functions of one and several variables ending with a chapter on convex optimization with the Karush–Kuhn–Tucker conditions, duality and an interior point algorithm.

Contents:

  • Fourier–Motzkin Elimination
  • Affine Subspaces
  • Convex Subsets
  • Polyhedra
  • Computations with Polyhedra
  • Closed Convex Subsets and Separating Hyperplanes
  • Convex Functions
  • Differentiable Functions of Several Variables
  • Convex Functions of Several Variables
  • Convex Optimization
  • Appendices:
    • Analysis
    • Linear (In)dependence and the Rank of a Matrix


Readership: Undergraduates focusing on convexity and optimization.

Frequently asked questions

How do I cancel my subscription?
Simply head over to the account section in settings and click on “Cancel Subscription” - it’s as simple as that. After you cancel, your membership will stay active for the remainder of the time you’ve paid for. Learn more here.
Can/how do I download books?
At the moment all of our mobile-responsive ePub books are available to download via the app. Most of our PDFs are also available to download and we're working on making the final remaining ones downloadable now. Learn more here.
What is the difference between the pricing plans?
Both plans give you full access to the library and all of Perlego’s features. The only differences are the price and subscription period: With the annual plan you’ll save around 30% compared to 12 months on the monthly plan.
What is Perlego?
We are an online textbook subscription service, where you can get access to an entire online library for less than the price of a single book per month. With over 1 million books across 1000+ topics, we’ve got you covered! Learn more here.
Do you support text-to-speech?
Look out for the read-aloud symbol on your next book to see if you can listen to it. The read-aloud tool reads text aloud for you, highlighting the text as it is being read. You can pause it, speed it up and slow it down. Learn more here.
Is Undergraduate Convexity an online PDF/ePUB?
Yes, you can access Undergraduate Convexity by Niels Lauritzen in PDF and/or ePUB format, as well as other popular books in Mathematics & Applied Mathematics. We have over one million books available in our catalogue for you to explore.

Information

Publisher
WSPC
Year
2013
ISBN
9789814412537

Chapter 1

Fourier-Motzkin elimination

You probably agree that it is easy to solve the equation
image
This is an example of a linear equation in one variable having the unique solution x = 2. Perhaps you will be surprised to learn, that there is essentially no difference between solving a simple equation like (1.1) and the more complicated system
image
of linear equations in x, y and z. Using the first equation 2x + y + z = 7 we solve for x and get
image
This may be substituted into the remaining two equations in (1.2) and we get the simpler system
image
of linear equations in y and z. Again using the first equation in this system we get
image
ending up with the simple equation 8z = 24. This is an equation of the type in (1.1) giving z = 3. Now z = 3 gives y = 2 using (1.4). Finally y = 2 and z = 3 gives x = 1 using (1.3).
image
Figure 1.1: Isaac Newton (1642–1727). English mathematician.
Solving a seemingly complicated system of linear equations like (1.2) is really no more difficult than solving the simple equation (1.1). One of the world's greatest scientists, Isaac Newton, found it worthwhile to record this method in 1720 with the words
And you are to know, that by each Æquation one unknown Quantity may be taken away, and consequently, when there are as many Æquations and unknown Quantities, all at length may be reduc'd into one, in which there shall be only one Quantity unknown.
image
Figure 1.2: Carl Friedrich Gauss (1777–1855). German mathematician.
During the computation of the orbit of the asteroid Pallas around 1810, Gauss encountered the need for solving linear equations related to his famous least squares method. If you spend a little time deciphering the Latin in Gauss's original writings (see Figure 1.3), you will see how elimination appears naturally towards the end of the page. In spite of Newton's explicit ...

Table of contents