 Part of Standard Excel Installation  Finds the root of a scalar function Recall that root-finding methods (e.g., bisection method, Newton’s method)

Slides:



Advertisements
Similar presentations
Solving LP Problems in a Spreadsheet
Advertisements

Wyndor Example; Enter data Organize the data for the model on the spreadsheet. Type in the coefficients of the constraints and the objective function.
Introduction to Excel Formulas, Functions and References.
Microsoft Office XP Microsoft Excel
BUSINESS DRIVEN TECHNOLOGY Decision Analysis Tools in Excel
Decision Analysis Tools in Excel
Copyright 2008 McGraw-Hill Ryerson 1 TECHNOLOGY PLUG-IN T4 DECSION MAKING USING EXCEL.
Templates and Styles Excel Advanced. Templates are pre- designed and formatted spreadsheets –They provide consistency of layout/structure –They.
Microsoft Office 2007 Excel Chapter 8 Formula Auditing, Data Validation, and Complex Problem Solving.
SOLVING LINEAR PROGRAMS USING EXCEL Dr. Ron Lembke.
1 Excel and Regression. 2 3 On the next screen you can see I typed in the data for the schooling / income study. I even put in labels in the first row.
Excel for complex calculations Week 2 John Cubbin City University.
Project 7 Forecasting Values With What-If Analysis: Using Data Tables, Scenarios, Goal Seek, and Solver Jason C. H. Chen, Ph.D. Professor of Management.
Linear Programming Excel Solver. MAX8X 1 + 5X 2 s.t.2X 1 + 1X 2 ≤ 1000 (Plastic) 3X 1 + 4X 2 ≤ 2400 (Prod. Time) X 1 + X 2 ≤ 700 (Total Prod.) X 1 - X.
1 Excel Lesson 5 Using Functions Microsoft Office 2010 Introductory Pasewark & Pasewark.
Formula Auditing, Data Validation, and Complex Problem Solving
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would affect.
Excel For MATH 125 Histograms. If you have Excel 2003…
Non-Linear Simultaneous Equations
Goal Seek & Solver Bernard Liengme In Jan 23 folder.
COMPREHENSIVE Excel Tutorial 10 Performing What-If Analyses.
456/556 Introduction to Operations Research Optimization with the Excel 2007 Solver.
START EXCEL BUILD OR RETRIEVE YOUR OPTIMIZATION MODEL SAVE YOUR WORKBOOK!! CHOOSE “Solver…” IN THE “Tools” MENU SPECIFY IN SOLVER DIALOG BOX: 1.CELL TO.
INSERT BOOK COVER 1Copyright © 2011 Pearson Education, Inc. Publishing as Prentice Hall. Exploring Microsoft Office Excel 2010 by Robert Grauer, Keith.
Advanced Excel for Finance Professionals A self study material from South Asian Management Technologies Foundation.
Spreadsheets in Finance and Forecasting Presentation 8: Problem Solving.
Installing Solver in Microsoft Excel Subteam 4: Mayra Gonzalez Stephanie Pereira Elizabeth Yau January 27, 2009.
Excel Project 2 FORMULAS, FUNCTIONS, FORMATTING AND WEB QUERIES.
Office 2003 Post-Advanced Concepts and Techniques M i c r o s o f t Excel Project 8 Formula Auditing, Data Validation, and Complex Problem Solving.
Optimization with the Excel Solver
Practical 2: Using Graphs, solver, conditionals statement Gopalan Vivek
การใช้ Solver ใน Excel. Solver Part of a suite of commands sometimes called what-if analysis tools what-if analysis Find an optimal value for a Formula.
CTS130 Spreadsheet Lesson 19 Using What-If Analysis.
Goal Seek and Solver. Goal seeking helps you n Find a specific value for a target cell by adjusting the value of one other cell whose value is allowed.
1 Analyzing Data Using Goal Seek & Solver Applications of Spreadsheets.
Spreadsheet Data Tables Data Table 1 allows you to change one input variable’s value at a time and record the impact that the input assumption has on several.
Copyright © 2008 Pearson Prentice Hall. All rights reserved Exploring Microsoft Office Excel 2007 Chapter 8 What-if Analysis Robert Grauer, Keith.
Decision Making Using Excel
A lesson approach Microsoft® Excel a lesson approach 2 Monitor workbook security. 1 Create a scenario. 2 Set conditional formatting. 3 Manage scenarios.
Sensitivity Analysis A systematic way of asking “what-if” scenario questions in order to understand what outcomes could possibly occur that would effect.
DAY 9: MICROSOFT EXCEL – CHAPTER 6 Sravanthi Lakkimsetty Sept 16, 2015.
ENGM 631 Optimization Using Solver. Sec. 3.1Alt. Model Max Z = 3X 1 + 5X 2 s.t. X 1 < 8,000 X 2 < 6,000 3X 1 + 4X 2 < 36,000 X 1 > 0 X 2 > 0.
1 Using Excel for Statistics in Gateway Cases Office 2007 & 2010.
Pasewark & Pasewark Microsoft Office 2003: Introductory 1 INTRODUCTORY MICROSOFT EXCEL Lesson 4 – Worksheet Formulas.
Linear Programming II. George Dantzig 1947 Narendra Karmarkar Pioneers of LP.
Chapter 28. Copyright 2003, Paradigm Publishing Inc. CHAPTER 28 BACKNEXTEND 28-2 LINKS TO OBJECTIVES Table Calculations Table Properties Fields in a Table.
Linear Programming McGraw-Hill/Irwin Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved.
Excel Functions. Part 1. Introduction 2 An Excel function is a formula or a procedure that is performed in the Visual Basic environment, outside the.
Solving Linear Optimization Problems Using the Solver Add-in.
Excel Lesson 15 Working with Auditing and Analysis Tools
Excel Solver Tutorial BI&A 674.
Formula Auditing, Data Validation, and Complex Problem Solving
Exploring Microsoft Office Exploring Excel Appendix C
Solver Feature Excel’s KY San Jose State University Engineering 10.
Installing Analysis Tool Pak
Microsoft Office Illustrated
Excel Solver.
Performing What-if Analysis
Microsoft Excel 2003 Illustrated Complete
Exploring Microsoft® Excel® 2016 Series Editor Mary Anne Poatsy
Wyndor Example; Enter data
Navya Thum February 13, 2013 Day 7: MICROSOFT EXCEL Navya Thum February 13, 2013.
Installing Analysis Tool Pak
Excel 2010 Functions A function is a predefined formula that performs a calculation using specific values in a particular order. Functions save you time.
Lesson 1 Notes Chapter 6.
Excel: Solver Participation Project
Linear Programming Excel Solver.
Chapter 6 Lesson 5.
Mathematical Formulas and Excel
Presentation transcript:

 Part of Standard Excel Installation  Finds the root of a scalar function Recall that root-finding methods (e.g., bisection method, Newton’s method) rely on a change in sign of the objective function Any f(x) function used in GOALSEEK should have a well defined sign change

 Use Excel’s GOALSEEK feature to find the root of f(x) = x – cos(x) between 0 and 1.

 Make use of named ranges in Excel  Create solution variable cell “xval” and target cell “fofx”

Highlight cells that will be named. Under Formulas Tab select Create from Selection

 Input the function into the “target cell”  Use the named variable  Type “=xval – cos(xval)” into the target cell

 Put an initial guess in the variable cell  0.5 is the middle of the interval, so use it  Now invoke the GOALSEEK function  You can use the named ranges in the GOALSEEK dialog box, or point and click

Goal Seek found on Data Tab under “What-If Analysis”

 Then click “OK”

 Solver is an “add-in” to Excel  It is not installed by default  SOLVER will find a particular value, the maximum, or the minimum of a scalar function of a vector

 Uses a gradient-based method (like Newton’s method) to find the root or the max/min  Works very well for functions that have a well-defined minimum (or maximum), like a quadratic form (a parabola)

Go to Excel Options

Go to Add-Ins Tab on left and click Go at bottom

Make sure Solver Add-In is checked and click ok

Now go to Data tab and click on Solver on the far right

 Find the minimum of f(x,y)=(x-5) 2 + (y-5) 2

 Use named ranges to establish variables for ‘xval’ and ‘yval’  Use named range to create a target cell ‘fxy’

 Put initial guesses for xval, yval in their cells (use (0,0))  Type the formula into the target cell (“=(xval-5)^2 + (yval- 5)^2”)

 Invoke the SOLVER function

 Define and solve a problem by using Solver  On the Data Tab, click Solver (far right).  If the Solver command is not on the Data Tab, you need to install the Solver add-in.  In the Set Target Cell box, enter a cell reference or name for the target cell. The target cell must contain a formula.

Solver is found on far right of Data tab

 To have the value of the target cell be as large as possible, click Max.  To have the value of the target cell be as small as possible, click Min.  To have the target cell be a certain value, click Value of, and then type the value in the box.  In the By Changing Cells box, enter a name or reference for each adjustable cell, separating nonadjacent references with commas. The adjustable cells must be related directly or indirectly to the target cell. You can specify up to 200 adjustable cells.

 To have Solver automatically propose the adjustable cells based on the target cell, click Guess.  In the Subject to the Constraints box, enter any constraints you want to apply. constraints  Click Solve.  To keep the solution values on the worksheet, click Keep Solver Solution in the Solver Results dialog box.

 To restore the original data, click Restore Original Values.  Tips  You can interrupt the solution process by pressing ESC. Microsoft Excel recalculates the worksheet with the last values found for the adjustable cells.