Usetutoringspotscode to get 8% OFF on your first order!

  • time icon24/7 online - support@tutoringspots.com
  • phone icon1-316-444-1378 or 44-141-628-6690
  • login iconLogin

REPETITION BLINDNESS

Repetition blindness is the failure to detect a repeated item in a series of rapidly presented items (Kanwisher, 1987). Kanwisher (1987) theorized that while an item can be accurately identified multiple times within a very short time frame (type recognition), the ability to anchor that instance of viewing the item in time and space is overwhelmed and fails under time pressure (token individuation). In other words, your brain can “see” the item, but because your brain cannot determine where and when the item appeared the item is not “perceived.” Think about it this way: if you didn’t know this piece of paper was in your hands at 6:00pm on Monday, could you perceive it? For this activity, the entire group at once will participate in a Repetition Blindness experiment. 1. Arrange yourself around the computer screen so everyone can view it comfortable. One person will need to sit at the computer in order to press the buttons to advance the trials. 2. In DirectRT, click on “File” and then “Select and run input file”. Double-click on “LabRBTask.” 3. No values need to be inputted for “Subject ID”, “Condition” or “Range”. You might see a warning box pop up that asks if you want to replace existing data, just hit “Yes”. 4. Read the on screen instructions and press the “OK” button when everyone is ready. 5. Proceed through the trials, writing your answer on the chart provided until you get to the end. 6. The task will stop abruptly and return to a black screen. 7. A list of the actual number of targets will be provided on CLEW by Tuesday. References Kanwisher, N. G. (1987). Repetition blindness: Type recognition without token individuation. Cognition, 27(2), 117-143. doi:10.1016/0010-0277(87)90016-3 Target Letter Perceived Number of Targets Actual Number of Targets Person (1) age 21 Person (2) age 20 Person 3 Age 27 Person 4 Age 22 1 D 1 1 2 1 2 C 1 1 2 2 3 Y 1 1 1 2 4 C 1 2 2 3 5 Z 0 0 0 1 6 P 1 1 1 1 7 W 1 1 1 1 8 O 1 1 1 1 9 R 1 0 1 1 10 N 0 0 0 2 11 P 1 1 1 2 12 M 2 2 2 2 13 X 1 2 1 3 14 X 1 1 1 2 15 Z 1 2 1 2 16 T 0 1 0 1 17 R 2 2 2 2 18 G 1 1 1 3 19 C 3 3 3 1 20 H 1 1 1 1 21 T 1 1 1 2 10/29/2015 ACADEMIC ASSISTER’S BLOG http://academicassistersblog.com/page/17/ 10/11 22 K 2 2 2 3 23 S 1 1 1 2 24 B 1 1 1 3 25 P 2 2 2 3 26 S 2 2 2 3 27 N 2 2 2 3 28 E 0 0 0 3 29 J 2 2 2 3 30 N 2 2 2 1 Write-up process of this experiment and the report must include 1. Introduction 2. Methods section 3. Results (including table or graph as assigned) 4. Discussions

Need assistance with this?

You can leave a response, or trackback from your own site.

Leave a Reply

Repetition Blindness

Repetition Blindness
Order Description
lab report research study about repetition Blindness.
use the data sheet for the write up

Using The Excel Solver To Solve Mathematical Programs

summarize “Chapter 8: Using The Excel Solver To Solve Mathematical Programs.” I want pictures. I want animations in each slide for written language, pictures and slid.

Chapter Overview
8.1
Introduction
8.2
Formulating Mathematical Programs
8.2.1
Parts of the Mathematical Program
8.2.2
Linear, Integer, and Nonlinear Programming
8.3
The Excel Solver
8.3.1
The Solver Steps
8.3.1.1
Standard Solver
8.3.1.2
Premium Solver
8.3.2
A Solver Example
8.3.2.1
Product Mix
8.3.2.2
Infeasibility
8.3.2.3
Unboundedness
8.3.3
Understanding Solver Reports
8.4
Applications of the Solver
8.4.1
Transportation Problem
8.4.2
Workforce Scheduling
8.4.3
Capital Budgeting
8.4.4
Warehouse Location
8.5
Limitations and Manipulations of the Solver
8.6
Summary
8.7
Exercises
Chapter 8
Using The Excel Solver
To Solve Mathematical Programs
Chapter 8: Using The Excel Solver
To Solve Mathematical Programs
2
8.1
Introduction
This chapter illustrates how to use the Excel Solver as a tool to solve mathematical
programs. We review the basic parts of formulating a mathematical program and present
several examples of how the Solver interprets these parts of the program from the
spreadsheet. We give examples of linear, integer, and non-linear programming problems
to show how the Solver can be used to solve a variety of mathematical programs. We
also give an overview of the Premium Solver and its benefits. This chapter is important
for the reader to understand as many DSS applications involve solving optimization
problems, which are mathematical programs. The reader should be comfortable with
preparing the spreadsheet for use with the Solver. In Chapter 19, we revisit the Solver
using VBA commands. We have several examples of DSS applications which use the
Solver to solve optimization problems, su
ch as Portfolio Management and Optimization.
8.2
Formulating Mathematical Programs
The Excel spreadsheet is unique because it is capable of working with complex
mathematical models. Mathematical models
transform a word problem into a set of
equations that clearly define the values that we are seeking, given the limitations of the
problem. Mathematical models are employed in
many fields, including all disciplines of
engineering. In order to solve a mathemat
ical model, we develop a mathematical
program which can numerically be solved and re
translated into a qualitative solution to
the mathematical model.
8.2.1
Parts of the Mathematical Program
A mathematical program consists of three main parts. The first is the
decision
variables
.
Decision variables
are assigned to a quantity or response that we must
determine in a problem. For example, if a toy manufacturer wants to determine how
many toy boats and toy cars to produce, we assign a variable to represent the quantity
of toy boats produced,
x
1
, and the quantity of toy cars produced,
x
2
. Decision
variables
are defined as
negative
,
non-negative,
or
unrestricted
. An
unrestricted
variable can be
either
negative
or
non-negative.
These variables represent all other relationships in a
mathematical program, including the objective, the limitations, and the requirements.
The second part of the math program, called the
objective function
, is an equation that
states the goal, or objective, of the model. In the same example of the toy manufacturer,
we want to know the quantities of toy boats and toy cars to produce. However, the goal
of the manufacturing plant’s production may be to increase profit. If we know that we can
profit $5 for every toy boat and $4 for every toy car, then our objective function is:
Maximize 5x
1
+ 4x
2
In other words, we want profit to drive us in determining the quantity of boats and cars to
produce. Objective functions are either
maximized
or
minimized
; most applications
involve maximizing profit or minimizing cost.
The third part of the math progam, the
constraints
, are the limitations of the problem.
That is, if we want to maximize our profit, as in the toy manufacturer example, we could
produce as many toys as possible if we di
d not have any limits. However, in most
Chapter 8: Using The Excel Solver
To Solve Mathematical Programs
5
8.3
The Excel Solver
We will now discuss how to operate these two versions of the Solver. In general, the
Solver must understand the problem’s mathematical program parts, which we take care
of by preparing our spreadsheet to contain distinct cells for the decision variables,
constraints, and objective function. We must then tell the Solver if we want to minimize
or maximize the problem, or if we want to solve it for a particular value of the objective
function. There are also several options that we can apply to give more specific
instructions to the Solver for solving the problem.
(Note: To find the Solver, go to
Tools > Solver
from the menu options. If you do not see
Solver
in the
Tools
menu, you must first choose the
Solver Add-In
. To do so, select the
Add-In
option from the
Tools
menu. A small dialog box will appear; from there, select
Solver
Add-In
from the list. If you do not see
Solver Add-In
in the
Add-In
list, click
Browse
and look for the
Solver.xla
file from the following directory:
C Drive
>
Program
Files
>
Microsoft Office
>
Office (or Office10
) >
Library
>
Solver
. Double-click this file.
Now you should find
Solver
Add-In
in the list; check the box next to it. Restart Excel. If
you do not find the
Solver.xla
file, go to the
Add-Ins
window as explained above; select
Solver Add-in
and press
OK
. Insert the MS Office CD in CD-ROM drive when asked.)
8.3.1
The Solver Steps
To operate the
Solver
, we must follow a short sequence of steps: 1) read and interpret
the problem; 2) prepare the spreadsheet; and 3) solve the model and review the results.
We will now describe these steps in detail for both the Standard Solver and the Premium
Solver.
The Standard Solver
STEP 1: Read and Interpret the Problem
We must first determine the type of problem that we are dealing with (linear
programming, Integer Programming, or nonlinear programming) and outline the model
parts. Whether the problem is an LP, IP, or NLP model does not affect the model parts
but does affect the Options that we specify for the Solver. They may also require some
additional constraint specifications. In each case, we still need to determine the decision
variables, the objective function, and the constraints. We need to write these
mathematically, with the objective function and constraints in terms of the decision
variables.
STEP 2: Prepare the spreadsheet
Next, we transfer these parts of the model into our Excel spreadsheet, clearly defining
each part of our model in the spreadsheet. The
Solver
interprets our model according to
the location of these model parts on the spreadsheet.
Chapter 8: Using The Excel Solver
To Solve Mathematical Programs
6
STEP 2.1
: Place the Input Table
Usually the input for the problem is provided for us. We just need to place it on the
spreadsheet in the form of a table. We reference this input when forming our constraint
and objective function formulas.
STEP 2.2
: Set the Decision Variables Cells
Next, we list the decision variables in individual cells with an empty cell next to each one.
The
Solver
places values in these cells for each
decision variable as it solves the model.
We recommend naming the range of decision variables for easier reference in constraint
and objective function formulas.
STEP 2.3
: Enter the Constraint Formulas
Now we place the constraint equations in the spreadsheet; we enter them separately
using formulas, with an optional description
next to each constraint. As each constraint
is in terms of the decision variables, all of these formulas must be in terms of the
decision variable cells already defined.
Another important consideration when laying out the constraints in preparation for the
Solver
is that there must be individual cells for the right-hand side (RHS) values as well.
We should also place all inequality signs in their own cells. This organization will become
clear once we explain how the
Solver
interprets our model.
Another advantageous way to keep our constraints organized as we use the
Solver
is to
name cells. We can also group constraints that have the same inequality signs. The
benefit of this habit will become apparent once we input the model parts for the
Solver
.
STEP 2.4
: Enter the Objective Function Formula
We can now place our objective function in a cell by transforming this equation into a
formula in terms of the decision variables. The spreadsheet is now prepared for the
Solver
with all three parts of the model clearly displayed.
STEP 3: Solve the Model with the
Solver
The
Solver
can now interpret this information and use algorithms to solve the model. The
Solver
receives the decision variables, constraint equations, and objective function
equation as input into a hidden programming code that applies the algorithm to the data.
We will explain in more detail how this programming works when we discuss VBA. To
use
Solver
, we choose
Tools > Solver
from the menu; the window in Figure 8.3 then

Responses are currently closed, but you can trackback from your own site.

Comments are closed.

Repetition Blindness

Repetition Blindness
Order Description
lab report research study about repetition Blindness.
use the data sheet for the write up

Using The Excel Solver To Solve Mathematical Programs

summarize “Chapter 8: Using The Excel Solver To Solve Mathematical Programs.” I want pictures. I want animations in each slide for written language, pictures and slid.

Chapter Overview
8.1
Introduction
8.2
Formulating Mathematical Programs
8.2.1
Parts of the Mathematical Program
8.2.2
Linear, Integer, and Nonlinear Programming
8.3
The Excel Solver
8.3.1
The Solver Steps
8.3.1.1
Standard Solver
8.3.1.2
Premium Solver
8.3.2
A Solver Example
8.3.2.1
Product Mix
8.3.2.2
Infeasibility
8.3.2.3
Unboundedness
8.3.3
Understanding Solver Reports
8.4
Applications of the Solver
8.4.1
Transportation Problem
8.4.2
Workforce Scheduling
8.4.3
Capital Budgeting
8.4.4
Warehouse Location
8.5
Limitations and Manipulations of the Solver
8.6
Summary
8.7
Exercises
Chapter 8
Using The Excel Solver
To Solve Mathematical Programs
Chapter 8: Using The Excel Solver
To Solve Mathematical Programs
2
8.1
Introduction
This chapter illustrates how to use the Excel Solver as a tool to solve mathematical
programs. We review the basic parts of formulating a mathematical program and present
several examples of how the Solver interprets these parts of the program from the
spreadsheet. We give examples of linear, integer, and non-linear programming problems
to show how the Solver can be used to solve a variety of mathematical programs. We
also give an overview of the Premium Solver and its benefits. This chapter is important
for the reader to understand as many DSS applications involve solving optimization
problems, which are mathematical programs. The reader should be comfortable with
preparing the spreadsheet for use with the Solver. In Chapter 19, we revisit the Solver
using VBA commands. We have several examples of DSS applications which use the
Solver to solve optimization problems, su
ch as Portfolio Management and Optimization.
8.2
Formulating Mathematical Programs
The Excel spreadsheet is unique because it is capable of working with complex
mathematical models. Mathematical models
transform a word problem into a set of
equations that clearly define the values that we are seeking, given the limitations of the
problem. Mathematical models are employed in
many fields, including all disciplines of
engineering. In order to solve a mathemat
ical model, we develop a mathematical
program which can numerically be solved and re
translated into a qualitative solution to
the mathematical model.
8.2.1
Parts of the Mathematical Program
A mathematical program consists of three main parts. The first is the
decision
variables
.
Decision variables
are assigned to a quantity or response that we must
determine in a problem. For example, if a toy manufacturer wants to determine how
many toy boats and toy cars to produce, we assign a variable to represent the quantity
of toy boats produced,
x
1
, and the quantity of toy cars produced,
x
2
. Decision
variables
are defined as
negative
,
non-negative,
or
unrestricted
. An
unrestricted
variable can be
either
negative
or
non-negative.
These variables represent all other relationships in a
mathematical program, including the objective, the limitations, and the requirements.
The second part of the math program, called the
objective function
, is an equation that
states the goal, or objective, of the model. In the same example of the toy manufacturer,
we want to know the quantities of toy boats and toy cars to produce. However, the goal
of the manufacturing plant’s production may be to increase profit. If we know that we can
profit $5 for every toy boat and $4 for every toy car, then our objective function is:
Maximize 5x
1
+ 4x
2
In other words, we want profit to drive us in determining the quantity of boats and cars to
produce. Objective functions are either
maximized
or
minimized
; most applications
involve maximizing profit or minimizing cost.
The third part of the math progam, the
constraints
, are the limitations of the problem.
That is, if we want to maximize our profit, as in the toy manufacturer example, we could
produce as many toys as possible if we di
d not have any limits. However, in most
Chapter 8: Using The Excel Solver
To Solve Mathematical Programs
5
8.3
The Excel Solver
We will now discuss how to operate these two versions of the Solver. In general, the
Solver must understand the problem’s mathematical program parts, which we take care
of by preparing our spreadsheet to contain distinct cells for the decision variables,
constraints, and objective function. We must then tell the Solver if we want to minimize
or maximize the problem, or if we want to solve it for a particular value of the objective
function. There are also several options that we can apply to give more specific
instructions to the Solver for solving the problem.
(Note: To find the Solver, go to
Tools > Solver
from the menu options. If you do not see
Solver
in the
Tools
menu, you must first choose the
Solver Add-In
. To do so, select the
Add-In
option from the
Tools
menu. A small dialog box will appear; from there, select
Solver
Add-In
from the list. If you do not see
Solver Add-In
in the
Add-In
list, click
Browse
and look for the
Solver.xla
file from the following directory:
C Drive
>
Program
Files
>
Microsoft Office
>
Office (or Office10
) >
Library
>
Solver
. Double-click this file.
Now you should find
Solver
Add-In
in the list; check the box next to it. Restart Excel. If
you do not find the
Solver.xla
file, go to the
Add-Ins
window as explained above; select
Solver Add-in
and press
OK
. Insert the MS Office CD in CD-ROM drive when asked.)
8.3.1
The Solver Steps
To operate the
Solver
, we must follow a short sequence of steps: 1) read and interpret
the problem; 2) prepare the spreadsheet; and 3) solve the model and review the results.
We will now describe these steps in detail for both the Standard Solver and the Premium
Solver.
The Standard Solver
STEP 1: Read and Interpret the Problem
We must first determine the type of problem that we are dealing with (linear
programming, Integer Programming, or nonlinear programming) and outline the model
parts. Whether the problem is an LP, IP, or NLP model does not affect the model parts
but does affect the Options that we specify for the Solver. They may also require some
additional constraint specifications. In each case, we still need to determine the decision
variables, the objective function, and the constraints. We need to write these
mathematically, with the objective function and constraints in terms of the decision
variables.
STEP 2: Prepare the spreadsheet
Next, we transfer these parts of the model into our Excel spreadsheet, clearly defining
each part of our model in the spreadsheet. The
Solver
interprets our model according to
the location of these model parts on the spreadsheet.
Chapter 8: Using The Excel Solver
To Solve Mathematical Programs
6
STEP 2.1
: Place the Input Table
Usually the input for the problem is provided for us. We just need to place it on the
spreadsheet in the form of a table. We reference this input when forming our constraint
and objective function formulas.
STEP 2.2
: Set the Decision Variables Cells
Next, we list the decision variables in individual cells with an empty cell next to each one.
The
Solver
places values in these cells for each
decision variable as it solves the model.
We recommend naming the range of decision variables for easier reference in constraint
and objective function formulas.
STEP 2.3
: Enter the Constraint Formulas
Now we place the constraint equations in the spreadsheet; we enter them separately
using formulas, with an optional description
next to each constraint. As each constraint
is in terms of the decision variables, all of these formulas must be in terms of the
decision variable cells already defined.
Another important consideration when laying out the constraints in preparation for the
Solver
is that there must be individual cells for the right-hand side (RHS) values as well.
We should also place all inequality signs in their own cells. This organization will become
clear once we explain how the
Solver
interprets our model.
Another advantageous way to keep our constraints organized as we use the
Solver
is to
name cells. We can also group constraints that have the same inequality signs. The
benefit of this habit will become apparent once we input the model parts for the
Solver
.
STEP 2.4
: Enter the Objective Function Formula
We can now place our objective function in a cell by transforming this equation into a
formula in terms of the decision variables. The spreadsheet is now prepared for the
Solver
with all three parts of the model clearly displayed.
STEP 3: Solve the Model with the
Solver
The
Solver
can now interpret this information and use algorithms to solve the model. The
Solver
receives the decision variables, constraint equations, and objective function
equation as input into a hidden programming code that applies the algorithm to the data.
We will explain in more detail how this programming works when we discuss VBA. To
use
Solver
, we choose
Tools > Solver
from the menu; the window in Figure 8.3 then

Responses are currently closed, but you can trackback from your own site.

Comments are closed.

Powered by WordPress | Designed by: Premium WordPress Themes | Thanks to Themes Gallery, Bromoney and Wordpress Themes