Elementary Linear Programming with Applications
eBook - ePub

Elementary Linear Programming with Applications

Bernard Kolman, Robert E. Beck

Condividi libro
  1. 449 pagine
  2. English
  3. ePUB (disponibile sull'app)
  4. Disponibile su iOS e Android
eBook - ePub

Elementary Linear Programming with Applications

Bernard Kolman, Robert E. Beck

Dettagli del libro
Anteprima del libro
Indice dei contenuti
Citazioni

Informazioni sul libro

Linear programming finds the least expensive way to meet given needs with available resources. Its results are used in every area of engineering and commerce: agriculture, oil refining, banking, and air transport. Authors Kolman and Beck present the basic notions of linear programming and illustrate how they are used to solve important common problems. The software on the included disk leads students step-by-step through the calculations.

The Second Edition is completely revised and provides additional review material on linear algebra as well as complete coverage of elementary linear programming. Other topics covered include: the Duality Theorem; transportation problems; the assignment problem; and the maximal flow problem. New figures and exercises are provided and the authors have updated all computer applications.

  • More review material on linear algebra
  • Elementary linear programming covered more efficiently
  • Presentation improved, especially for the duality theorem, transportation problems, the assignment problem, and the maximal flow problem
  • New figures and exercises
  • Computer applications updated
  • New guide to inexpensive linear programming software for personal computers

Domande frequenti

Come faccio ad annullare l'abbonamento?
È semplicissimo: basta accedere alla sezione Account nelle Impostazioni e cliccare su "Annulla abbonamento". Dopo la cancellazione, l'abbonamento rimarrà attivo per il periodo rimanente già pagato. Per maggiori informazioni, clicca qui
È possibile scaricare libri? Se sì, come?
Al momento è possibile scaricare tramite l'app tutti i nostri libri ePub mobile-friendly. Anche la maggior parte dei nostri PDF è scaricabile e stiamo lavorando per rendere disponibile quanto prima il download di tutti gli altri file. Per maggiori informazioni, clicca qui
Che differenza c'è tra i piani?
Entrambi i piani ti danno accesso illimitato alla libreria e a tutte le funzionalità di Perlego. Le uniche differenze sono il prezzo e il periodo di abbonamento: con il piano annuale risparmierai circa il 30% rispetto a 12 rate con quello mensile.
Cos'è Perlego?
Perlego è un servizio di abbonamento a testi accademici, che ti permette di accedere a un'intera libreria online a un prezzo inferiore rispetto a quello che pagheresti per acquistare un singolo libro al mese. Con oltre 1 milione di testi suddivisi in più di 1.000 categorie, troverai sicuramente ciò che fa per te! Per maggiori informazioni, clicca qui.
Perlego supporta la sintesi vocale?
Cerca l'icona Sintesi vocale nel prossimo libro che leggerai per verificare se è possibile riprodurre l'audio. Questo strumento permette di leggere il testo a voce alta, evidenziandolo man mano che la lettura procede. Puoi aumentare o diminuire la velocità della sintesi vocale, oppure sospendere la riproduzione. Per maggiori informazioni, clicca qui.
Elementary Linear Programming with Applications è disponibile online in formato PDF/ePub?
Sì, puoi accedere a Elementary Linear Programming with Applications di Bernard Kolman, Robert E. Beck in formato PDF e/o ePub, così come ad altri libri molto apprezzati nelle sezioni relative a Matemáticas e Optimización. Scopri oltre 1 milione di libri disponibili nel nostro catalogo.

Informazioni

Anno
1995
ISBN
9780080530796
Edizione
2
Argomento
Matemáticas
Categoria
Optimización
1

Introduction to Linear Programming

This chapter and the next two, which represent the heart of this book, introduce the basic ideas and techniques of linear programming. This area of applied mathematics was developed in the late 1940s to solve a number of resource allocation problems for the federal government. It has become an essential tool in operations research and has been applied to a remarkably varied number of real problems, producing enormous savings in money and resources. In this chapter we first introduce the linear programming problem and then discuss a simple geometric solution for small problems. Finally, we connect the algebraic and geometric descriptions of the solutions of a linear programming problem.

1.1 THE LINEAR PROGRAMMING PROBLEM

We start by giving several examples of linear programming problems.
EXAMPLE 1. (ACTIVITY ANALYSIS OR PRODUCT MIX)
A lumber mill saws both finish-grade and construction-grade boards from the logs that it receives. Suppose that it takes 2 hr to rough-saw each 1000 board feet of the finish-grade boards and 5 hr to plane each 1000 board feet of these boards. Suppose also that it takes 2 hr to rough-saw each 1000 board feet of the construction-grade boards, but it takes only 3 hr to plane each 1000 board feet of these boards. The saw is available 8 hr per day, and the plane is available 15 hr per day. If the profit on each 1000 board feet of finish-grade boards is $120 and the profit on each 1000 board feet of construction-grade boards is $100, how many board feet of each type of lumber should be sawed to maximize the profit?
MATHEMATICAL MODEL
Let x and y denote the amount of finish-grade and construction-grade lumber, respectively, to be sawed per day. Let the units of x and y be thousands of board feet. The number of hours required daily for the saw is
2x + 2y.
Since only 8 hours are available daily, x and y must satisfy the inequality
2x + 2y ≤ 8;
Similarly, the number of hours required for the plane is
5x + 3y,
so x and y must satisfy
5x + 3y ≤ 15.
Of course, we must also have
x ≥ 0 y ≥ 0.
The profit (in dollars) to be maximi...

Indice dei contenuti