LARGE SCALE LINEAR AND INTEGER OPTIMIZATION: A UNIFIED APPROACH

Size: px
Start display at page:

Download "LARGE SCALE LINEAR AND INTEGER OPTIMIZATION: A UNIFIED APPROACH"

Transcription

1 LARGE SCALE LINEAR AND INTEGER OPTIMIZATION: A UNIFIED APPROACH

2 LARGE SCALE LINEAR AND INTEGER OPTIMIZATION: A UNIFIED APPROACH Richard Kipp Martin Graduate School of Business Universify of Chicago ~. " Springer Science+Business Media, LLC

3 Library of Congress Cataloging-in-Publication Data Martin, Richard Kipp. Large scale linear and integer optimization : a united approach / Richard Kipp Martin. p. cm. Includes bibliographical references and index. ISBN l ISBN (ebook) DOI / Linear programming. 2. Mathematical optimization. 1. Title. T57.75.M '2--dc CIP Copyright 1999 Springer Science+Business Media New York Originally published by Kluwer Academic Publishers in 1999 Softcover reprint of the hardcover 1 st edition 1999 AII rights reserved. No part of this publication may be reproduced, stored in a retrieval system or transmitted in any form or by any means, mechanical, photocopying, record ing, or otherwise, without the prior written permis sion of the publisher, Springer Science+Business Media, LLC. Printed an acid-free paper.

4 This book is dedicated to my parents, Bruce and Phyllis Martin.

5 CONTENTS Preface xv Part I MOTIVATION 1 1 LINEAR AND INTEGER LINEAR OPTIMIZATION Introduction Linear and Integer Linear Optimization A Guided Tour of Applications Special Structure Linear and Integer Linear Programming Codes Other Directions Exercises 29 Part II THEORY 33 2 LINEAR SYSTEMS AND PROJECTION Introduction Projection for Equality Systems: Gaussian Elimination Projection for Inequality Systems: Fourier-Motzkin Elimination Applications of Projection Theorems of the Alternative Duality Theory Complementary Slackness Sensitivity Analysis Conclusion Exercises 75

6 Vlll LARGE SCALE LINEAR AND INTEGER OPTIMIZATION 3 LINEAR SYSTEMS AND INVERSE PROJECTION Introduction Deleting Constraints by Adding Variables Dual Relationships Sensitivity Analysis Conclusion Homework Exercises INTEGER LINEAR SYSTEMS: PROJECTION AND INVERSE PROJECTION ] Introduction Background Material Solving A System of Congruence Equations Integer Linear Equalities Integer Linear Inequalities: Projection Integer Linear Inequalities: Inverse Projection Conclusion Exercises 137 Part III ALGORITHMS THE SIMPLEX ALGORITHM Introduction Motivation Pivoting Revised Simplex Product Form of the Inverse Degeneracy and Cycling Complexity of the Simplex Algorithm Conclusion Exercises MORE ON SIMPLEX Introduction Sensitivity Analysis The Dual Simplex Algorithm 191

7 Contents ix 6.4 Simple Upper Bounds and Special Structure Finding a Starting Basis Pivot Column Selection Other Computational Issues Conclusion Exercises INTERIOR POINT ALGORITHMS: POLYHEDRAL TRANSFORMATIONS Introduction Projective Transformations Karmarkar's Algorithm Polynomial Termination Purification, Standard Form and Sliding Objective Affine Polyhedral Transformations Geometry of the Least Squares Problem Conclusion Exercises INTERIOR POINT ALGORITHMS: BARRIER METHODS Introduction Primal Path Following Dual Path Following Primal-Dual Path Following Polynomial Termination of Path Following Algorithms Relation to Polyhedral Transformation Algorithms Predictor-Corrector Algorithms Other Issues Conclusion Exercises INTEGER PROGRAMMING Introduction Modeling with Integer Variables Branch-and-Bound Node and Variable Selection 324

8 x LARGE SCALE LINEAR AND INTEGER OPTIMIZATION 9.5 More General Branching Conclusion Exercises 341 Part IV SOLVING LARGE SCALE PROBLEMS: DECOMPOSITION METHODS PROJECTION: BENDERS' DECOMPOSITION Introduction The Benders' Algorithm A Location Application Dual Variable Selection Conclusion Exercises INVERSE PROJECTION: DANTZIG-WOLFE DECOMPOSITION Introduction Dantzig-Wolfe Decomposition A Location Application Taking Advantage of Block Angular Structure Computational Issues Conclusion Exercises LAGRANGIAN METHODS Introduction The Lagrangian Dual Extension to Integer Programming Properties of the Lagrangian Dual Optimizing the Lagrangian Dual Computational Issues A Decomposition Algorithm for Integer Programming Conclusion Exercises 435

9 Contents xi Part V SOLVING LARGE SCALE PROBLEMS: USING SPECIAL STRUCTURE SPARSE METHODS Introduction LU Decomposition Sparse LU Update Numeric Cholesky Factorization Symbolic Cholesky Factorization Storing Sparse Matrices Programming Issues Computational Results: Barrier versus Simplex Conclusion Exercises NETWORK FLOW LINEAR PROGRAMS Introduction Totally Unimodular Linear Programs Network Simplex Algorithm Important Network Flow Problems Almost Network Problems Integer Polyhedra Conclusion Exercises LARGE INTEGER PROGRAMS: PREPROCESSING AND CUTTING PLANES Formulation Principles and Techniques Preprocessing Cutting Planes Branch-and-Cut Lifting Lagrangian Cuts Integer Programming Test Problems Conclusion Exercises 563

10 xii LARGE SCALE LINEAR AND INTEGER OPTIMIZATION 16 LARGE INTEGER PROGRAMS: PROJECTION AND INVERSE PROJECTION Introduction Auxiliary Variable Methods A Projection Theorem Branch-and-Price Projection of Extended Formulations: Benders' Decomposition Revisited Conclusion Exercises 630 Part VI APPENDIX 633 A POLYHEDRAL THEORY 635 A.1 Introduction 635 A.2 Concepts and Definitions 635 A.3 Faces of Polyhedra 640 A.4 Finite Basis Theorems 645 A.5 Inner Products, Subspaces and Orthogonal Subspaces 651 A.6 Exercises 653 B COMPLEXITY THEORY 657 B.1 Introduction 657 B.2 Solution Sizes 660 B.3 The Turing Machine 661 B.4 Complexity Classes 663 B.5 Satisfiability 667 B.6 NP-Completeness 669 B.7 Complexity of Gaussian Elimination 670 B.8 Exercises 674 C BASIC GRAPH THEORY 677 D SOFTWARE AND TEST PROBLEMS 681 E NOTATION 683

11 Contents XUI References AUTHOR INDEX TOPIC INDEX

12 PREFACE This is a textbook about linear and integer linear optimization. There is a growing need in industries such as airline, trucking, and financial engineering to solve very large linear and integer linear optimization problems. Building these models requires uniquely trained individuals. Not only must they have a thorough understanding of the theory behind mathematical programming, they must have substantial knowledge of how to solve very large models in today's computing environment. The major goal of the book is to develop the theory of linear and integer linear optimization in a unified manner and then demonstrate how to use this theory in a modern computing environment to solve very large real world problems. After presenting introductory material in Part I, Part II of this book is devoted to the theory of linear and integer linear optimization. This theory is developed using two simple, but unifying ideas: projection and inverse projection. Through projection we take a system of linear inequalities and replace some of the variables with additional linear inequalities. Inverse projection, the dual of this process, involves replacing linear inequalities with additional variables. Fundamental results such as weak and strong duality, theorems of the alternative, complementary slackness, sensitivity analysis, finite basis theorems, etc. are all explained using projection or inverse projection. Indeed, a unique feature of this book is that these fundamental results are developed and explained before the simplex and interior point algorithms are presented. We feel that projection and inverse projection are the very essence of these fundamental results and proofs based upon simplex or interior point algorithms are not insightful. The ideas of projection and inverse projection are also extended to integer linear optimization. With the projection-inverse projection approach theoretical results in integer linear optimization become much more analogous to their linear optimization counterparts. Thus, once armed with these two concepts the reader is equipped to understand fundamental theorems in an intuitive way. In Part III of the book we present the most important algorithms that are used in commercial software for solving real world problems. Even though the algorithms developed in Part III are appropriate for solving large realistic

13 xvi LARGE SCALE LINEAR AND INTEGER OPTIMIZATION problems, they will often fail for very large scale applications unless advantage is taken of the special structure present in the problem. In Part IV we show how to take advantage of special structure through decomposition. We explain these decomposition algorithms as extensions of the projection and inverse projection concepts developed in Part II. In Part V we show how to take advantage of special structure by modifying and enhancing the algorithms developed in Part III. This section contains a discussion of some of the most current research in linear and integer programming. We also show in Part V how to take different problem formulations and appropriately "modify" them so that the algorithms from Part III are much more efficient. Once again, the projection and inverse projection concepts are used in Part V to present the current research in linear and integer linear optimization in a very unified way. An ambitious one quarter or semester course in linear optimization would include Chapters 1-3 and Chapters 5-8. This set of chapters gives the student exposure to the most important aspects of linear optimization theory as well as the simplex and barrier algorithms. If two quarters are available, then the instructor has several options. The second quarter can be devoted to a brief introduction to integer linear optimization and then move on to large scale linear optimization. This material is in Chapters Or, if the instructor wishes to cover integer linear optimization in more depth, then Chapters 4, 9, 12, and provide a solid background. Chapters 4, 9, 12, provide a nice two quarter, or intense semester course in discrete optimization. No prior knowledge of linear or integer linear optimization is assumed, although this text is written for a mathematically mature audience. Our target audience is upper level undergraduate students and graduate students in computer science, applied mathematics, industrial engineering and operations research/management science. Coursework in linear algebra and analysis is sufficient background. Researchers wishing to brush up on recent developments in large scale linear and integer linear programming will also find this text useful. Readers not familiar with any polyhedral theory should read the first two sections of Appendix A. The necessary background on complexity theory is provided in Appendix B. A brief tutorial on graph theory is provided in Appendix C. This book has benefited from the help of numerous people. Former students Mohan Bala, John Borse, Peter Cacioppi, Kevin Cunningham, Zeger Degraeve, Syam Menon, Santosh Nabar, Fritz Raffensperger, Larry Robinson, Jayaram Sankaran, Jack Shi, Sri Sinnathamby, Kamaryn Tanner, Jurgen Tistaert, Mala Viswanath, and Hongsuk Yang suffered through constant revisions, found numerous errors, and provided useful suggestions for improvement. I thank James

14 Preface xvii Evans, William Lippert, Richard Murphy, James Powell, and the late Richard DeMar for contributing greatly to my mathematical education. I have also benefited from my colleagues Gary Eppen, Ronald Rardin, and the late Robert Jeroslow. Luis Gouveia has been particularly helpful in reading much of the manuscript and making suggestions for improvement. Most of all, I thank Dennis Sweeney for teaching me so much mathematical optimization over the years and Linus Schrage for so graciously enduring a constant barrage of questions related to topics in this book. I thank Gary Folven at Kluwer for being a patient editor and enthusiastically supporting this book. Finally, I thank my parents, Bruce and Phyllis Martin, and Gail Honda for their constant encouragement and support throughout this long project.

Probability Theory, Random Processes and Mathematical Statistics

Probability Theory, Random Processes and Mathematical Statistics Probability Theory, Random Processes and Mathematical Statistics Mathematics and Its Applications Managing Editor: M.HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume

More information

Circuit Analysis for Power Engineering Handbook

Circuit Analysis for Power Engineering Handbook Circuit Analysis for Power Engineering Handbook Circuit Analysis for Power Engineering Handbook Arieh L. Shenkman SPRINGER SCIENCE+BUSINESS MEDIA, B.V A c.i.p. Catalogue record for this book is available

More information

THE BOUNDARY ELEMENT METHOD

THE BOUNDARY ELEMENT METHOD THE BOUNDARY ELEMENT METHOD SOLID MECHANICS AND ITS APPLICATIONS Volume 27 Series Editor: G.M.L. GLADWELL Solid Mechanics Division, Faculty of Engineering University of Waterloo Waterloo, Ontario, Canada

More information

METHODS FOR PROTEIN ANALYSIS

METHODS FOR PROTEIN ANALYSIS METHODS FOR PROTEIN ANALYSIS Robert A. Copeland, PhD The DuPont Merck Pharmaceutical Company Experimental Station P.O. Box 80400 Wilmington, DE 19880-0400 METHODS FOR PROTEIN ANALYSIS A Practical Guide

More information

Graduate Texts in Mathematics 51

Graduate Texts in Mathematics 51 Graduate Texts in Mathematics 51 Editorial Board F. W. Gehring P. R. Halmos M anaging Editor c. C. Moore Wilhelm Klingenberg ACoursein Differential Geometry Translated by David Hoffman Springer Science+Business

More information

Undergraduate Texts in Mathematics. Editors J. H. Ewing F. W. Gehring P. R. Halmos

Undergraduate Texts in Mathematics. Editors J. H. Ewing F. W. Gehring P. R. Halmos Undergraduate Texts in Mathematics Editors J. H. Ewing F. W. Gehring P. R. Halmos Springer Books on Elemeritary Mathematics by Serge Lang MATH! Encounters with High School Students 1985, ISBN 96129-1 The

More information

Electrochemical Process Engineering. A Guide to the Design of Electrolytic Plant

Electrochemical Process Engineering. A Guide to the Design of Electrolytic Plant Electrochemical Process Engineering A Guide to the Design of Electrolytic Plant Electrochemical Process Engineering A Guide to the Design of Electrolytic Plant F. Goodridge and K. Scott University of Newcastle

More information

Topics in Number Theory

Topics in Number Theory Topics in Number Theory THE UNIVERSITY SERIES IN MATHEMATICS Series Editor: Joseph J. Kohn Princeton University THE CLASSIFICATION OF FINITE SIMPLE GROUPS Daniel Gorenstein VOLUME 1: GROUPS OF NONCHARACTERISTIC

More information

Numerical Data Fitting in Dynamical Systems

Numerical Data Fitting in Dynamical Systems Numerical Data Fitting in Dynamical Systems Applied Optimization Volume 77 Series Editors: Panos M. Pardalos University of Florida, U.S.A. Donald Hearn University of Florida, U.S.A. The titles published

More information

Reliability Evaluation of Engineering Systems:

Reliability Evaluation of Engineering Systems: Reliability Evaluation of Engineering Systems: Concepts and Techniques Roy Billinton PhD, DSc, FEIC, FRSC, FIEEE, PE c. J. MacKenzie Professor of Electrical Engineering University of Saskatchewan and Ronald

More information

Undergraduate Texts in Mathematics. Editors 1.R. Ewing F.W. Gehring P.R. Halmos

Undergraduate Texts in Mathematics. Editors 1.R. Ewing F.W. Gehring P.R. Halmos Undergraduate Texts in Mathematics Editors 1.R. Ewing F.W. Gehring P.R. Halmos Undergraduate Texts in Mathematics Apostol: Introduction to Analytic Number Theory. Armstrong: Groups and Symmetry. Armstrong:

More information

COMPLEXITY OF LATTICE PROBLEMS A Cryptographic Perspective

COMPLEXITY OF LATTICE PROBLEMS A Cryptographic Perspective COMPLEXITY OF LATTICE PROBLEMS A Cryptographic Perspective THE KLUWER INTERNATIONAL SERIES IN ENGINEERING AND COMPUTER SCIENCE COMPLEXITY OF LATTICE PROBLEMS A Cryptographic Perspective Daniele Micciancio

More information

LINEAR AND NONLINEAR PROGRAMMING

LINEAR AND NONLINEAR PROGRAMMING LINEAR AND NONLINEAR PROGRAMMING Stephen G. Nash and Ariela Sofer George Mason University The McGraw-Hill Companies, Inc. New York St. Louis San Francisco Auckland Bogota Caracas Lisbon London Madrid Mexico

More information

Undergraduate Texts in Mathematics

Undergraduate Texts in Mathematics Undergraduate Texts in Mathematics Editors s. Axler F. w. Gehring K.A. Ribet Springer Science+Business Media, LLC Undergraduate Texts in Mathematics Abbott: Understanding Analysis. Anglin: Mathematics:

More information

Progress in Mathematical Physics

Progress in Mathematical Physics Progress in Mathematical Physics Volume 24 Editors-in-Chiej Anne Boutet de Monvel, Universite Paris VII Denis Diderot Gerald Kaiser, The Virginia Center for Signals and Waves Editorial Board D. Bao, University

More information

INTRODUCTION TO SOL-GEL PROCESSING

INTRODUCTION TO SOL-GEL PROCESSING INTRODUCTION TO SOL-GEL PROCESSING THE KLUWER INTERNATIONAL SERIES in SOL-GEL PROCESSING: TECHNOLOGY AND APPLICATIONS Consulting Editor Lisa Klein Rutgers, the State University of New Jersey INTRODUCTION

More information

OSCILLATION THEORY FOR DIFFERENCE AND FUNCTIONAL DIFFERENTIAL EQUATIONS

OSCILLATION THEORY FOR DIFFERENCE AND FUNCTIONAL DIFFERENTIAL EQUATIONS OSCILLATION THEORY FOR DIFFERENCE AND FUNCTIONAL DIFFERENTIAL EQUATIONS Oscillation Theory for Difference and Functional Differential Equations by Ravi P. Agarwal Department of Mathematics, National University

More information

A Vector Space Approach to Models and Optimization

A Vector Space Approach to Models and Optimization A Vector Space Approach to Models and Optimization C. Nelson Dorny Moore School of Electrical Engineering University of Pennsylvania From a book originally published in 1975 by JOHN WILEY & SONS, INC.

More information

Exercises in Basic Ring Theory

Exercises in Basic Ring Theory Exercises in Basic Ring Theory Kluwer Texts in the Mathematical Sciences VOLUME 20 A Graduate-Level Book Series The titles published in this series are listed at the end of this volume. Exercises in Basic

More information

Graduate Texts in Mathematics 22

Graduate Texts in Mathematics 22 Graduate Texts in Mathematics 22 Managing Editors: P. R. Halmos C. C. Moore Donald W. Barnes lohn M. Mack An Aigebraic Introduction to Mathematical Logic Springer Science+Business Media, LLC Donald W.

More information

Computational Techniques for the Summation of Series

Computational Techniques for the Summation of Series Computational Techniques for the Summation of Series Computational Techniques for the Summation of Series Anthony Sofa School of Computer Science and Mathematics Victoria University Melboume, Australia

More information

A FIRST COURSE IN INTEGRAL EQUATIONS

A FIRST COURSE IN INTEGRAL EQUATIONS A FIRST COURSE IN INTEGRAL EQUATIONS This page is intentionally left blank A FIRST COURSE IN INTEGRAL EQUATIONS Abdul-M ajid Wazwaz Saint Xavier University, USA lib World Scientific 1M^ Singapore New Jersey

More information

Follow links Class Use and other Permissions. For more information, send to:

Follow links Class Use and other Permissions. For more information, send  to: COPYRIGHT NOTICE: Stephen L. Campbell & Richard Haberman: Introduction to Differential Equations with Dynamical Systems is published by Princeton University Press and copyrighted, 2008, by Princeton University

More information

Advanced Calculus of a Single Variable

Advanced Calculus of a Single Variable Advanced Calculus of a Single Variable Tunc Geveci Advanced Calculus of a Single Variable 123 Tunc Geveci Department of Mathematics and Statistics San Diego State University San Diego, CA, USA ISBN 978-3-319-27806-3

More information

COSSERAT THEORIES: SHELLS, RODS AND POINTS

COSSERAT THEORIES: SHELLS, RODS AND POINTS COSSERAT THEORIES: SHELLS, RODS AND POINTS SOLID MECHANICS AND ITS APPLICATIONS Volume 79 Series Editor: G.M.L. GLADWELL Department of Civil Engineering University of Waterloo Waterloo, Ontario, Canada

More information

Multivariable Calculus with MATLAB

Multivariable Calculus with MATLAB Multivariable Calculus with MATLAB Ronald L. Lipsman Jonathan M. Rosenberg Multivariable Calculus with MATLAB With Applications to Geometry and Physics Ronald L. Lipsman Department of Mathematics University

More information

Linear Algebra Done Wrong. Sergei Treil. Department of Mathematics, Brown University

Linear Algebra Done Wrong. Sergei Treil. Department of Mathematics, Brown University Linear Algebra Done Wrong Sergei Treil Department of Mathematics, Brown University Copyright c Sergei Treil, 2004, 2009 Preface The title of the book sounds a bit mysterious. Why should anyone read this

More information

Numerical Methods for the Solution of Ill-Posed Problems

Numerical Methods for the Solution of Ill-Posed Problems Numerical Methods for the Solution of Ill-Posed Problems Mathematics and Its Applications Managing Editor: M.HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume 328

More information

Dynamics and Randomness

Dynamics and Randomness Dynamics and Randomness Nonlinear Phenomena and Complex Systems VOLUME 7 The Centre for Nonlinear Physics and Complex Systems (CFNL), Santiago, Chile, and Kluwer Academic Publishers have established this

More information

Introduction to Numerical Analysis

Introduction to Numerical Analysis J. Stoer R. Bulirsch Introduction to Numerical Analysis Translated by R. Bartels, W. Gautschi, and C. Witzgall Springer Science+Business Media, LLC J. Stoer R. Bulirsch Institut fiir Angewandte Mathematik

More information

Mathematical Formulas for Economists

Mathematical Formulas for Economists Mathematical Formulas for Economists Springer-Verlag Berlin Heidelberg GmbH Bernd Luderer. Volker Nollau Klaus Vetters Mathematical Formulas for Economists With 58 Figures and 6 Tables, Springer Professor

More information

Statistics for Social and Behavioral Sciences

Statistics for Social and Behavioral Sciences Statistics for Social and Behavioral Sciences Advisors: S.E. Fienberg W.J. van der Linden For other titles published in this series, go to http://www.springer.com/series/3463 Haruo Yanai Kei Takeuchi

More information

Liquid Chromatography Mass Spectrometry. Techniques and Applications

Liquid Chromatography Mass Spectrometry. Techniques and Applications Liquid Chromatography Mass Spectrometry Techniques and Applications MODERN ANALYTICAL CHEMISTRY Series Editor: David Hercules University of Pittsburgh ANALYTICAL ATOMIC SPECTROSCOPY William G. Schrenk

More information

Vibration Mechanics. Linear Discrete Systems SPRINGER SCIENCE+BUSINESS MEDIA, B.V. M. Del Pedro and P. Pahud

Vibration Mechanics. Linear Discrete Systems SPRINGER SCIENCE+BUSINESS MEDIA, B.V. M. Del Pedro and P. Pahud Vibration Mechanics Vibration Mechanics Linear Discrete Systems by M. Del Pedro and P. Pahud Swiss Federal Institute oftechnology, Lausanne, Switzerland SPRINGER SCIENCE+BUSINESS MEDIA, B.V. ISBN 978-94-010-5554-3

More information

Linear Difference Equations with Discrete Transform Methods

Linear Difference Equations with Discrete Transform Methods Linear Difference Equations with Discrete Transform Methods Mathematics and Its Applications Managing Editor: M.HAZEWINKEL Centre/or MatheTlUltics and Computer Science, Amsterdam, The Netherlands Volume

More information

EURO Advanced Tutorials on Operational Research. Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal

EURO Advanced Tutorials on Operational Research. Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal EURO Advanced Tutorials on Operational Research Series editors M. Grazia Speranza, Brescia, Italy José Fernando Oliveira, Porto, Portugal More information about this series at http://www.springer.com/series/13840

More information

Applied Regression Modeling

Applied Regression Modeling Applied Regression Modeling Applied Regression Modeling A Business Approach Iain Pardoe University of Oregon Charles H. Lundquist College of Business Eugene, Oregon WILEY- INTERSCIENCE A JOHN WILEY &

More information

Abdul-Majid Wazwaz. Linear and Nonlinear Integral Equations. Methods and Applications

Abdul-Majid Wazwaz. Linear and Nonlinear Integral Equations. Methods and Applications Abdul-Majid Wazwaz Linear and Nonlinear Integral Equations Methods and Applications Abdul-Majid Wazwaz Linear and Nonlinear Integral Equations Methods and Applications With 4 figures ~ -:tr It i >j: Pt.~l

More information

Analysis and Control of Age-Dependent Population Dynamics

Analysis and Control of Age-Dependent Population Dynamics Analysis and Control of Age-Dependent Population Dynamics MATHEMATICAL MODELLING: Theory and Applications VOLUME I I This series is aimed at publishing work dealing with the definition, development and

More information

Geometrical Properties of Differential Equations Downloaded from by on 05/09/18. For personal use only.

Geometrical Properties of Differential Equations Downloaded from  by on 05/09/18. For personal use only. This page intentionally left blank Applications of Lie Group Analysis in Financial Mathematics Ljudmila A. Bordag University of Applied Sciences Zittau/Görlitz, Germany World Scientific NEW JERSEY LONDON

More information

CONTENTS. Preface List of Symbols and Notation

CONTENTS. Preface List of Symbols and Notation CONTENTS Preface List of Symbols and Notation xi xv 1 Introduction and Review 1 1.1 Deterministic and Stochastic Models 1 1.2 What is a Stochastic Process? 5 1.3 Monte Carlo Simulation 10 1.4 Conditional

More information

PROBLEMS AND SOLUTIONS FOR COMPLEX ANALYSIS

PROBLEMS AND SOLUTIONS FOR COMPLEX ANALYSIS PROBLEMS AND SOLUTIONS FOR COMPLEX ANALYSIS Springer Science+Business Media, LLC Rami Shakarchi PROBLEMS AND SOLUTIONS FOR COMPLEX ANALYSIS With 46 III ustrations Springer Rami Shakarchi Department of

More information

ION EXCHANGE TRAINING MANUAL

ION EXCHANGE TRAINING MANUAL ION EXCHANGE TRAINING MANUAL GEORGE P. SIMON ~ SPRINGER SCIENCE+BUSINESS MEDIA, LLC Copyright 1991 by Springer Science+ Business Media New York Originally published by Van Nostrand Reinhold in 1991 Library

More information

AN INTRODUCTION TO HYDRODYNAMICS AND WATER WAVES

AN INTRODUCTION TO HYDRODYNAMICS AND WATER WAVES AN INTRODUCTION TO HYDRODYNAMICS AND WATER WAVES HYDRODYNAMICA SIVE DE VIRIBUS ET MOTIBUS FLUIDORUM COMMENTARII 'Remember, when discoursing about water, to induce first experience, then reason.' - Leonardo

More information

Electromagnetism PATHS TO RESEARCH

Electromagnetism PATHS TO RESEARCH Electromagnetism PATHS TO RESEARCH Electromagnetism PATHS TO RESEARCH Edited by DORIS TEPLITZ SPRINGER SCIENCE+BUSINESS MEDIA, LLC Main entry under title: Library of Congress Cataloging in Publication

More information

Harold M. Edwards. Divisor Theory. Springer Science+Business Media, LLC

Harold M. Edwards. Divisor Theory. Springer Science+Business Media, LLC Divisor Theory Harold M. Edwards Divisor Theory Springer Science+Business Media, LLC Harold M. Edwards Courant Institute of Mathematical Sciences New York University New York, New York 10012 U.S.A. Library

More information

Collection of problems in probability theory

Collection of problems in probability theory Collection of problems in probability theory L. D. MESHALKIN Moscow State University Collection of problems in probability theory Translated from the Russian and edited by LEO F. BORON University of Idaho

More information

BASIC STRUCTURAL DYNAMICS

BASIC STRUCTURAL DYNAMICS BASIC STRUCTURAL DYNAMICS BASIC STRUCTURAL DYNAMICS James C. Anderson Ph.D. Professor of Civil Engineering, University of Southern California Farzad Naeim Ph.D., S.E., Esq. Vice President and General

More information

Error-Correction Coding for Digital Communications

Error-Correction Coding for Digital Communications Error-Correction Coding for Digital Communications Applications of Communications Theory Series Editor: R. W. Lucky, Bell Laboratories INTRODUCTION TO COMMUNICATION SCIENCE AND SYSTEMS John R. Pierce and

More information

Field Crop Diseases Handbook

Field Crop Diseases Handbook Field Crop Diseases Handbook FIELD CROP DISEASES HANDBOOK Second Edition Robert F. Nyvall, Ph.D. Professor, Plant Pathology and Superintendent, University of Minnesota North Central Experiment Station

More information

Functional Integrals: Approximate Evaluation and Applications

Functional Integrals: Approximate Evaluation and Applications Functional Integrals: Approximate Evaluation and Applications Mathematics and Its Applications Managing Editor: M. HAZEWINKEL Centre for Mathematics and Computer Science. Amsterdam. The Netherlands Volume

More information

Surface and Colloid Chemistry in Natural Waters and Water Treatment

Surface and Colloid Chemistry in Natural Waters and Water Treatment Surface and Colloid Chemistry in Natural Waters and Water Treatment Surface and Colloid ChelDistry in Natural Waters and Water TreatlDent Edited by Ronald Beckett Water Studies Centre Monash University

More information

Numerical Integration of Stochastic Differential Equations

Numerical Integration of Stochastic Differential Equations Numerical Integration of Stochastic Differential Equations Mathematics and Its Applications Managing Editor: M. HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume

More information

STOCHASTIC PROCESSES FOR PHYSICISTS. Understanding Noisy Systems

STOCHASTIC PROCESSES FOR PHYSICISTS. Understanding Noisy Systems STOCHASTIC PROCESSES FOR PHYSICISTS Understanding Noisy Systems Stochastic processes are an essential part of numerous branches of physics, as well as biology, chemistry, and finance. This textbook provides

More information

Progress in Mathematics

Progress in Mathematics Progress in Mathematics Volume 191 Series Editors Hyman Bass Joseph Oesterle Alan Weinstein Physical Combinatorics Masaki Kashiwara Tetsuji Miwa Editors Springer Science+Business Media, LLC Masaki Kashiwara

More information

MATRICES and ALGEBRA. second edition. Hans Schneider. George Phillip Barker. DOVER PUBLICATIONS, INC., New York

MATRICES and ALGEBRA. second edition. Hans Schneider. George Phillip Barker. DOVER PUBLICATIONS, INC., New York MATRICES and ALGEBRA second edition Hans Schneider James Joseph Sylvester Professor of Mathematics University of Wisconsin-Madison George Phillip Barker University of Missouri-Kansas City DOVER PUBLICATIONS,

More information

Igor Emri Arkady Voloshin. Statics. Learning from Engineering Examples

Igor Emri Arkady Voloshin. Statics. Learning from Engineering Examples Statics Igor Emri Arkady Voloshin Statics Learning from Engineering Examples Igor Emri University of Ljubljana Ljubljana, Slovenia Arkady Voloshin Lehigh University Bethlehem, PA, USA ISBN 978-1-4939-2100-3

More information

Contents. Preface for the Instructor. Preface for the Student. xvii. Acknowledgments. 1 Vector Spaces 1 1.A R n and C n 2

Contents. Preface for the Instructor. Preface for the Student. xvii. Acknowledgments. 1 Vector Spaces 1 1.A R n and C n 2 Contents Preface for the Instructor xi Preface for the Student xv Acknowledgments xvii 1 Vector Spaces 1 1.A R n and C n 2 Complex Numbers 2 Lists 5 F n 6 Digression on Fields 10 Exercises 1.A 11 1.B Definition

More information

Jordan Canonical Form. Theory and Practice

Jordan Canonical Form. Theory and Practice Jordan Canonical Form Theory and Practice Synthesis Lectures on Mathematics and Statistics Editor Steven G. Krantz, Washington University, St. Louis Jordan Canonical Form: Theory and Practice Steven H.

More information

Signals and Systems with MATLAB Applications

Signals and Systems with MATLAB Applications Signals and Systems with MATLAB Applications Second Edition Steven T. Karris www.orchardpublications.com Signals and Systems with MATLAB Applications, Second Edition Copyright 2003. All rights reserved.

More information

QUALITATIVE ORGANIC CHEMICAL ANALYSIS

QUALITATIVE ORGANIC CHEMICAL ANALYSIS QUALITATIVE ORGANIC CHEMICAL ANALYSIS QUALITATIVE ORGANIC CHEMICAL ANALYSIS W. J. Criddle, B.Sc., Ph.D. (Wales) G. P. Ellis, B.Sc., Ph.D. (Lond.), F.R.I.C. University of Wales Institute of Science and

More information

A Linear Systems Primer

A Linear Systems Primer Panos J. Antsaklis Anthony N. Michel A Linear Systems Primer Birkhäuser Boston Basel Berlin Panos J. Antsaklis Department of Electrical Engineering University of Notre Dame Notre Dame, IN 46556 U.S.A.

More information

Math 5593 Linear Programming Week 1

Math 5593 Linear Programming Week 1 University of Colorado Denver, Fall 2013, Prof. Engau 1 Problem-Solving in Operations Research 2 Brief History of Linear Programming 3 Review of Basic Linear Algebra Linear Programming - The Story About

More information

Optimal Estimation in Approximation Theory

Optimal Estimation in Approximation Theory Optimal Estimation in Approximation Theory THE IBM RESEARCH SYMPOSIA SERIES Computational Methods in Band Theory Editors: P.M. Marcus, J.F. Janak, and A.R. Williams Computational Solid State Physics Editors:

More information

The Mathematics of Computerized Tomography

The Mathematics of Computerized Tomography The Mathematics of Computerized Tomography The Mathematics of Computerized Tomography F. Natterer University of Münster Federal Republic of Germany B. G. TEUBNER Stuttgart @) JOHN WILEY & SONS Chichester.

More information

Comprehensive Introduction to Linear Algebra

Comprehensive Introduction to Linear Algebra Comprehensive Introduction to Linear Algebra WEB VERSION Joel G Broida S Gill Williamson N = a 11 a 12 a 1n a 21 a 22 a 2n C = a 11 a 12 a 1n a 21 a 22 a 2n a m1 a m2 a mn a m1 a m2 a mn Comprehensive

More information

An Introduction to Surface-Micromachining

An Introduction to Surface-Micromachining An Introduction to Surface-Micromachining An Introduction to S urface-micromachining by Robert W. Johnstone M. Parameswaran Engineering Science Simon Fraser University Kluwer Academic Publishers Boston/DordrechtiLondon

More information

Topics in Algebra and Analysis

Topics in Algebra and Analysis Radmila Bulajich Manfrino José Antonio Gómez Ortega Rogelio Valdez Delgado Topics in Algebra and Analysis Preparing for the Mathematical Olympiad Radmila Bulajich Manfrino Facultad de Ciencias Universidad

More information

Chemistry by Computer. An Overview of the Applications of Computers in Chemistry

Chemistry by Computer. An Overview of the Applications of Computers in Chemistry Chemistry by Computer An Overview of the Applications of Computers in Chemistry Chemistry by Computer An Overview of the Applications of Computers in Chemistry Stephen Wilson Theoretical Chemistry Department

More information

Stability Theorems in Geometry and Analysis

Stability Theorems in Geometry and Analysis Stability Theorems in Geometry and Analysis Mathematics and Its Applications Managing Editor: M. HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam, The Netherlands Volume 304 Stability

More information

ENERGY FUNCTION ANALYSIS FOR POWER SYSTEM STABILI1Y

ENERGY FUNCTION ANALYSIS FOR POWER SYSTEM STABILI1Y ENERGY FUNCTION ANALYSIS FOR POWER SYSTEM STABILI1Y THE KLUWER INTERNATIONAL SERIES IN ENGINEERING AND COMPUTER SCIENCE POWER ELECTRONICS AND POWER SYSTEMS Consulting Editor Thomas A. Lipo University of

More information

Thermal Plasmas. Fundamentals and Applications. Volume 1

Thermal Plasmas. Fundamentals and Applications. Volume 1 Thermal Plasmas Fundamentals and Applications Volume 1 Thermal Plasmas Fundamentals and Applications Volume 1 Maher I. Boulos University 0/ Sherbrooke Sherbrooke, Quebec, Canada Pierre Fauchais University

More information

VARIATIONS INTRODUCTION TO THE CALCULUS OF. 3rd Edition. Introduction to the Calculus of Variations Downloaded from

VARIATIONS INTRODUCTION TO THE CALCULUS OF. 3rd Edition. Introduction to the Calculus of Variations Downloaded from INTRODUCTION TO THE CALCULUS OF VARIATIONS 3rd Edition This page intentionally left blank INTRODUCTION TO THE CALCULUS OF VARIATIONS 3rd Edition Bernard Dacorogna Ecole Polytechnique Fédérale Lausanne,

More information

Christian Okonek Michael Schneider Heinz SRindler. ector undies on omplex. rojective S aces

Christian Okonek Michael Schneider Heinz SRindler. ector undies on omplex. rojective S aces Christian Okonek Michael Schneider Heinz SRindler ector undies on omplex rojective S aces Progress in Mathe~natics Vol. 1: H. Gross, Quadratic Forms in Infinite-Dimensional Vector Spaces. XXII, 4!9 pages,!979

More information

PHYSICAL PROCESSES IN SOLAR FLARES

PHYSICAL PROCESSES IN SOLAR FLARES PHYSICAL PROCESSES IN SOLAR FLARES ASTROPHYSICS AND SPACE SCIENCE LIBRARY A SERIES OF BOOKS ON THE RECENT DEVELOPMENTS OF SPACE SCIENCE AND OF GENERAL GEOPHYSICS AND ASTROPHYSICS PUBLISHED IN CONNECTION

More information

FINITE-DIMENSIONAL LINEAR ALGEBRA

FINITE-DIMENSIONAL LINEAR ALGEBRA DISCRETE MATHEMATICS AND ITS APPLICATIONS Series Editor KENNETH H ROSEN FINITE-DIMENSIONAL LINEAR ALGEBRA Mark S Gockenbach Michigan Technological University Houghton, USA CRC Press Taylor & Francis Croup

More information

Maximum Principles in Differential Equations

Maximum Principles in Differential Equations Maximum Principles in Differential Equations Springer New York Berlin Heidelberg Barcelona Hong Kong London Milan Paris Singapore Tokyo Murray H. Protter Hans F. Weinberger Maximum Principles in Differential

More information

Foundations of Analysis. Joseph L. Taylor. University of Utah

Foundations of Analysis. Joseph L. Taylor. University of Utah Foundations of Analysis Joseph L. Taylor University of Utah Contents Preface vii Chapter 1. The Real Numbers 1 1.1. Sets and Functions 2 1.2. The Natural Numbers 8 1.3. Integers and Rational Numbers 16

More information

Elements of Applied Bifurcation Theory

Elements of Applied Bifurcation Theory Yuri A. Kuznetsov Elements of Applied Bifurcation Theory Third Edition With 251 Illustrations Springer Yuri A. Kuznetsov Department of Mathematics Utrecht University Budapestlaan 6 3584 CD Utrecht The

More information

Undergraduate Texts in Mathematics

Undergraduate Texts in Mathematics Undergraduate Texts in Mathematics Editors S. Axler F.W. Gehring K.A. Ribet Springer Books on Elementary Mathematics by Serge Lang MATH! Encounters with High School Students 1985, ISBN 96129-1 The Beauty

More information

QUANTUM MECHANICS. For Electrical Engineers. Quantum Mechanics Downloaded from

QUANTUM MECHANICS. For Electrical Engineers. Quantum Mechanics Downloaded from Quantum Mechanics Downloaded from www.worldscientific.com QUANTUM MECHANICS For Electrical Engineers Quantum Mechanics Downloaded from www.worldscientific.com This page intentionally left blank Quantum

More information

To my father, who taught me to write

To my father, who taught me to write To my father, who taught me to write Stephanie Frank Singer Symmetry in Mechanics A Gentle, Modern Introduction Springer Science+Business Media, LLC Stephanie Frank: Singer Philadelphia, PA www.symmetrysinger.com

More information

For other titles in this series, go to Universitext

For other titles in this series, go to   Universitext For other titles in this series, go to www.springer.com/series/223 Universitext Anton Deitmar Siegfried Echterhoff Principles of Harmonic Analysis 123 Anton Deitmar Universität Tübingen Inst. Mathematik

More information

Nonlinear Parabolic and Elliptic Equations

Nonlinear Parabolic and Elliptic Equations Nonlinear Parabolic and Elliptic Equations Nonlinear Parabolic and Elliptic Equations c. V. Pao North Carolina State University Raleigh, North Carolina Plenum Press New York and London Library of Congress

More information

Doubt-Free Uncertainty In Measurement

Doubt-Free Uncertainty In Measurement Doubt-Free Uncertainty In Measurement Colin Ratcliffe Bridget Ratcliffe Doubt-Free Uncertainty In Measurement An Introduction for Engineers and Students Colin Ratcliffe United States Naval Academy Annapolis

More information

Introduction to the Mathematical and Statistical Foundations of Econometrics Herman J. Bierens Pennsylvania State University

Introduction to the Mathematical and Statistical Foundations of Econometrics Herman J. Bierens Pennsylvania State University Introduction to the Mathematical and Statistical Foundations of Econometrics 1 Herman J. Bierens Pennsylvania State University November 13, 2003 Revised: March 15, 2004 2 Contents Preface Chapter 1: Probability

More information

Numerical Approximation Methods for Elliptic Boundary Value Problems

Numerical Approximation Methods for Elliptic Boundary Value Problems Numerical Approximation Methods for Elliptic Boundary Value Problems Olaf Steinbach Numerical Approximation Methods for Elliptic Boundary Value Problems Finite and Boundary Elements Olaf Steinbach Institute

More information

Springer Texts in Electrical Engineering. Consulting Editor: John B. Thomas

Springer Texts in Electrical Engineering. Consulting Editor: John B. Thomas Springer Texts in Electrical Engineering Consulting Editor: John B. Thomas Springer Texts in Electrical Engineering Multivariable Feedback Systems P.M. Callier/C.A. Desoer Linear Programming M. Sakarovitch

More information

Simple Theorems, Proofs, and Derivations in Quantum Chemistry

Simple Theorems, Proofs, and Derivations in Quantum Chemistry Simple Theorems, Proofs, and Derivations in Quantum Chemistry MATHEMATICAL AND COMPUTATIONAL CHEMISTRY Series Editor: PAUL G. MEZEY University of Saskatchewan Saskatoon, Saskatchewan FUNDAMENTALS OF MOLECULAR

More information

Intermediate Algebra

Intermediate Algebra Intermediate Algebra COURSE OUTLINE FOR MATH 0312 (REVISED JULY 29, 2015) Catalog Description: Topics include factoring techniques, radicals, algebraic fractions, absolute values, complex numbers, graphing

More information

Global Behavior of Nonlinear Difference Equations of Higher Order with Applications

Global Behavior of Nonlinear Difference Equations of Higher Order with Applications Global Behavior of Nonlinear Difference Equations of Higher Order with Applications Mathematics and Its Applications Managing Editor: M. HAZEWINKEL Centre for Mathematics and Computer Science, Amsterdam,

More information

A Macmillan Physics Text

A Macmillan Physics Text WAVES A Macmillan Physics Text Consulting Editor: Professor P. A. Matthews, F.R.S. Other titles MODERN ATOMIC PHYSICS: FUNDAMENTAL PRINCIPLES: B. Cagnacand J. -C. Pebay-Peyroula MODERN ATOMIC PHYSICS:

More information

in this web service Cambridge University Press

in this web service Cambridge University Press CONTINUUM MECHANICS This is a modern textbook for courses in continuum mechanics. It provides both the theoretical framework and the numerical methods required to model the behavior of continuous materials.

More information

QUANTUM SCATTERING THEORY FOR SEVERAL PARTICLE SYSTEMS

QUANTUM SCATTERING THEORY FOR SEVERAL PARTICLE SYSTEMS .: ' :,. QUANTUM SCATTERING THEORY FOR SEVERAL PARTICLE SYSTEMS Mathematical Physics and Applied Mathematics Editors: M. Plato, Universite de Bourgogne, Dijon, France The titles published in this series

More information

TRANSPORT PHENOMENA AND UNIT OPERATIONS

TRANSPORT PHENOMENA AND UNIT OPERATIONS TRANSPORT PHENOMENA AND UNIT OPERATIONS TRANSPORT PHENOMENA AND UNIT OPERATIONS A COMBINED APPROACH Richard G. Griskey A JOHN WILEY & SONS, INC., PUBLICATION This book is printed on acid-free paper Copyright

More information

Linear Statistical Models

Linear Statistical Models Linear Statistical Models JAMES H. STAPLETON Michigan State University A Wiley-Interscience Publication JOHN WILEY & SONS, INC. New York 0 Chichester 0 Brisbane 0 Toronto 0 Singapore This Page Intentionally

More information

APHASIA and BRAIN ORGANIZA TION

APHASIA and BRAIN ORGANIZA TION APHASIA and BRAIN ORGANIZA TION APPLIED PSYCHOLINGUISTICS AND COMMUNICATION DISORDERS APPLIED PSYCHOLINGUISTICS AND MENTAL HEALTH Edited by R. W. Rieber PSYCHOLOGY OF LANGVAGE AND THOUGHT Essays on the

More information

European Consortium for Mathematics in Industry E. Eich-Soellner and C. FUhrer Numerical Methods in Multibody Dynamics

European Consortium for Mathematics in Industry E. Eich-Soellner and C. FUhrer Numerical Methods in Multibody Dynamics European Consortium for Mathematics in Industry E. Eich-Soellner and C. FUhrer Numerical Methods in Multibody Dynamics European Consortium for Mathematics in Industry Edited by Leif Arkeryd, Goteborg Heinz

More information

SAMPLE. stinction. Secondary. Ivan Lau Kim Soon. ~ Marshall Cavendish ~Education

SAMPLE. stinction. Secondary. Ivan Lau Kim Soon. ~ Marshall Cavendish ~Education stinction Ivan Lau Kim Soon Secondary ~ Marshall Cavendish ~Education 0 Marshall Cavendish International (Singapore) Private Limited Published by Marshall Cavendish Education An imprint of Marshall Cavendish

More information

LINEAR FUNCTIONS AND MATRIX THEORY

LINEAR FUNCTIONS AND MATRIX THEORY LINEAR FUNCTIONS AND MATRIX THEORY LINEAR FUNCTIONS AND MATRIX THEORY Bill}acob Department of Mathematics University of California, Santa Barbara Springer-Verlag New York Berlin Heidelberg London Paris

More information