Ch01 - Introduction-1
Ch01 - Introduction-1
Modeling for
Information system
1
Lesson Plan
Week(s) Topic
1+2 Chapter 1:Introduction.
3 Chapter 2: Linear and Integer Programming Models
4+5 Chapter 3_1: Applications of Linear and Integer Programming Models – 1.
6+7 Chapter 3_2: Applications of Linear and Integer Programming Models - 2
8th week Midterm I exam
9 + 10 Chapter 4: Network Models.
11 Chapter 5: Project.
12 Chapter 9: Queuing.
13 Chapter 10: Simulation.
14thweek Midterm II exam
15 Chapter 13: Nonlinear Models: Dynamic, Goal and Nonlinear Programming
16 Midterm I and Midterm II I-Exams
2
Evaluation
Mid I 25%
Home Works (5) 15%
Participating 5%
Project 5%
Qizzes 10%
Final Exam 40%
Total 100
3
Chapter 1
Introduction
4
1.1 What Is Management Science?
5
The Goal of management Science
6
The Management Science Approach
A scientific method of providing executive departments with a
quantitative basis for decisions regarding operations (Philip McCord
Morse).
Logic and common sense are basic components in supporting the
decision making process.
The use of techniques such as:
– Statistical inference
– Mathematical programming
– Probabilistic models
– Network and computer science
7
Management Science Applications
Linear Programming was used by Burger King to find how
to best blend cuts of meat to minimize costs.
8
Management Science Applications
Project Scheduling Techniques were used by a contractor to
rebuild Interstate 10 damaged in the 1994 earthquake in the Los
Angeles area.
Queuing models are incorporated into the overall design plans for
Disneyland and Disney World, which lead to the development of
‘waiting line entertainment’ in order to improve customer
satisfaction.
9
A Brief History of Management Science
10
1.3 Mathematical Modeling
11
1.3 Mathematical Modeling
Example
NewOffice Furniture produces three products
Desks (D)
Chairs (C)
– Raw material required
Molded steel (M)
7 pounds of per desk
– Net profit is 3 pounds of per chair
$50 per desk 1.5 pounds per one pound of
$30 per chair molded steel produced.
$6 per pound of molded steel – Raw material available
sold
2000 pounds
12
1.3 Mathematical Modeling
14
The Management Science Process
Problem definition
Mathematical modeling
Communication/implementation
of results
15
1.6 Using Spreadsheets in Management
Science Models
16
Basic Excel functions and operators
Arithmetic Operations
– Addition of cells A1and B1: = A1 + B1
– Subtracting cell B1 from A1: = A1 - B1
– Multiplication of cell A1 by B1: = A1 * B1
– Division of cell A1 by B1: = A1 / B1
– Cell A1xraised to the power in cell B1: = A1^ B1
17
Basic Excel functions and operators
Arithmetic functions
– Sum =SUM(A1:A3)
Returns the sum A1+A2+A3
– Average =Average(A1:A3)
Returns the arithmetic average of cells A1, A2, A3
– SUMPRODUCT =SUMPRODUCT(A1:A3,B1:B3)
Returns the sum of products A1B1+A2B2+A3B3
– ABS =ABS(A3)
Returns the absolute value of the entry in cell A3.
18
Basic Excel functions and operators
19
Basic Excel functions and operators
Statistical functions
– RAND() =RAND()
Generate a random number between 0 and 1 from a uniform distribution.
– Probabilities and variable values under the normal distribution
NORMDIST NORMINV
=NORMDIST(25,20,3,TRUE) =NORMINV(.55,20,3)
Returns P(X<25) when = 20 Returns x0,, such that P(X<x0)=.55
and = 3 when = 20 and = 3
NORMSDIST NORMSMINV
=NORMSDIST(1.78) =NORMSINV(.55)
Returns P(Z<1.78) Returns z0, such that P(Z<z0)=.55
20
Basic Excel functions and operators
Statistical functions
– Probabilities and variable values under the t- distribution
TDIST TINV
=TDIST(1.5,12,1) =TINV(.05,15)
Returns P(t>1.5) when =12 Returns t0,, such that
P(t<-t0)=.025 and
P(t>t0)=.025
when =15.
Note:
=TDIST(1.5,12,2)
returns P(t<-1.5) + P(t>1.5)
when =12.
21
Basic Excel functions and operators
22
Basic Excel functions and operators
Conditional functions:
– IF =IF(A4>4,B1+B2, B1 – B2)
Returns B1+B2 if A4>4, and B1 – B2 if A4
23
Basic Excel functions and operators
– VLOOKUP =VLOOKUP(6.6,A1:E6,4)
If the values in column A of a given table [A1:E6] are sorted (in an
ascending order), VLOOKUP finds the largest value in column A that is
less than or equal to 6.6, identifies the row it belongs to, and returns the
value in the fourth column that correspond to this row.
24
25
Basic Excel functions and operators
Statistical/Optimization
– Data Analysis [Selected from the Tools menu]. Useful entries:
Descriptive Statistics (VAR, SD, Mean, Average, …)
Regression
Exponential Smoothing
Anova
26
Copyright John Wiley & Sons, Inc. All rights reserved.
Reproduction or translation of this work beyond that named in
Section 117 of the United States Copyright Act without the
express written consent of the copyright owner is unlawful.
Requests for further information should be addressed to the
Permissions Department, John Wiley & Sons, Inc. Adopters of
the textbook are granted permission to make back-up copies for
their own use only, to make copies for distribution to students of
the course the textbook is used in, and to modify this material to
best suit their instructional needs. Under no circumstances can
copies be made for resale. The Publisher assumes no
responsibility for errors, omissions, or damages, caused by the
use of these programs or from the use of the information
27 contained herein.