Advanced Excel. Table of Contents. Lesson 3 Solver

Size: px
Start display at page:

Download "Advanced Excel. Table of Contents. Lesson 3 Solver"

Transcription

1 Advanced Excel Lesson 3 Solver Pre-reqs/Technical Skills Office for Engineers Module Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material Complete quiz on Blackboard Submit completed assignment on Blackboard Attend help sessions as necessary Post comments on lesson web page Objectives/Measurables Learn how to use Solver for Max/Min problems, measured via score on assignment Understand the applications of Solver, measured via Blackboard quiz score Table of Contents Advanced Excel... 1 Lesson 3 Solver... 1 Pre-reqs/Technical Skills... 1 Expectations... 1 Objectives/Measurables Introduction Install Solver Solver for Equations Solver for Optimization Profit Maximization... 4 Conclusion Introduction Solver is an Excel application that can be applied to a spreadsheet with formulas to find the maximum or minimum value of the result of a cell formula. As you already know from the projectile motion spreadsheet, the value in one cell can depend of the value in many other cells which in turn may depend on other cells. If you wanted to find the absolute maximum distance that it can shoot while staying inside the parameters, you could continue guessing input values for a long time until you find the max distance, or you could set up Solver and have it do the hard work. 1

2 1.1 Install Solver In order to use Solver first you must install the add-in from the options menu. Click on the Office Button in the top left corner, and then select the Excel Options button at the bottom of the drop down menu (click the File button then select Options in Excel 2010) The Excel Options window should open, in the left pane select add-ins Figure 1 - Add-Ins - Excel Options On the bottom of the scroll box there is Solver Add-in, select it and then click on the Go button near the bottom of the window. Figure 2 - Add-Ins That should make the Add-Ins window open, on this check the box next to Solver Add-in and click OK Depending on the computer you are on, an error message might pop up saying Microsoft Office Excel can run this Add-In. This feature is not currently installed, would you like to install it now? simply hit install and wait for Excel to finish. This could take a few minutes. Once it is finished, you are ready to use Solver 2

3 2. Solver for Equations Before you use Solver on the projectile problem, you ll set up Solver to find a solution to a mathematic equation, in this case the general form of the Polynomial equation, but could be applied to almost any problem. Download Polynomial from the IDE 20 website Figure 3 - Polynomial Select cell B3, the Right Side value, this is the value of Ax 2 +Bx+C. If all the coefficients and the value for x are correct, this value will be zero. Click the Solver button to the far right on the Ribbon under the Data tab Solver Parameters window should open Figure 4 - Solver on the Ribbon Figure 5 - Solver Parameters (2007 Left, 2010 Right) This is an extremely powerful Excel tool; it tests a cell for a desired value while varying the values in other cells according to constraints to change the tested value. Let s go through the parts of the window: Set Target Cell (2007) or Set Objective (2010) is the cell that solver will test, either for a Max/Min or a specific value Equal To (2007) To (2010) is where you designate Max/Min or the target value 3

4 By Changing Cells are the cells that you are allowing Solver to change in order to change the tested value to Max/Min or the value Subject to the Constraints sets limitations of how much Solver is allowed to change the cells Select Value of: and make sure that the value is 0 This tells Solver that you want to make the value in the cell B3 equal to 0 The cells that contribute to the value in B3 are cells B4 through B7, however to solve a quadratic, you are only allowed to change x as everything else is constant. So in By Changing Cells: enter or select x, cell B7 This allows Solver to change the x value any way it wants to make the value in B3 equal to 0 Lets run this problem, click Solve The value should change and the Solver Results Window should open Select Keep Solver Solution and click OK There should be a value of 2, this is one solution to the Polynomial This will work for any values of A, B and C, if you change the coefficients, you will need to refresh the problem, which can be done by clicking the solver button; Excel saves the criteria you entered into solver to make recalculation quick. 3. Solver for Optimization While you could enter any value into the Quadratic Solution Generator for solver to calculate, it still doesn t come close to what Solver is actually capable of. Next, we will solve a problem with multiple constraints and changeable values. 3.1 Profit Maximization You are the engineer in charge of a computer hardware manufacturing plant; you need to decide what products you are going to produce in order to maximize profit. You have the all the relevant data in a spreadsheet, you just need to run Solver to find the number of each product to produce. Open the Manufacturing spreadsheet off the website Figure 6 - Solver Problem The top part of the sheet is just data on the different products. Under that are the number of Machine hours and Labor hours available, these will act as limits for Solver. Below that is all the data formatted into a chart On the left is all the raw data, and on the right is all the totals Select cell G15, and open solver 4

5 Figure 7 - Solver Parameters Solver should have imported cell G15 into the target cell box, if not set the Target Cell to G15 In this Problem we want the maximum profit possible, so select Max Next, you have to specify which cells Solver is allowed to change, the variable in this case is the number of units of each product With the By Changing Cells box active, select cells F12:F14 For this problem there a few constraints, click the Add button, which opens this window Figure 8 - Constraint Window First, it is important that the number of units produced is less than the demand, while in the first box select F12:F14, choose less than or equal to in the drop down box, and while in the second box select E12:E14, then hit Add Figure 9 - First Constraint This is just a more compact way of telling solver to check that F12 <= E12, F13<= E13, and F14 <= E14, Next, Select Labor Hours, cell H15, and constrain it to be less than or equal to Labor Hours Available, cell B8 5

6 Figure 10 - Second Constraint Same thing for Machine hours (cell I14 < = B9). Figure 11 - Third Constraint Finally, it is only possible to create whole (integer) numbers of units, it is impossible to profit from.333 of a keyboard. Select F12:F14, choose int from the drop down box, hit OK This tells Solver that you only want integers in those cells Figure 12 - Fourth Constraint Back on the first window, click Solve. Solver should again adjust the numbers, and then ask if you want to keep the numbers it calculated, click Keep Solver Solution. Figure 13 - Solver Window 6

7 Figure 14 - Result Conclusion As you can see Solver can quickly find solutions for complex problems, and this problem is far from Solver s limit. Solver is frequent use in engineering applications to solve minimum value, maximum value (such as a Figure of Merit) and target problems. Assignment Use the ProjectileMotion spreadsheet from Lesson 01 as a starting point. Use Solver to find the angle of launch and launch velocity necessary to hit a target 300m away with a cliff height of 10m. The angle of launch must be between 30 and 60 degrees and has to be an integer (express these things as constraints). Input values should be: Cliff Height (B4): 10 Total Distance (B8): 300 Points will be assigned as follows: Correct projectile motion formulas (from Lesson 01) (2) 30 degree min constraint (2) 60 degree max constraint (2) Angle integer constraint (2) Solver setup correctly and successfully solved (2) Submit an Excel spreadsheet with Solver set up for this problem and a valid result from Solver saved. 7

AutoCAD 2D. Table of Contents. Lesson 1 Getting Started

AutoCAD 2D. Table of Contents. Lesson 1 Getting Started AutoCAD 2D Lesson 1 Getting Started Pre-reqs/Technical Skills Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material Complete quiz on Blackboard

More information

Appendix A. Selected excerpts from behavior modeling session Examples of training screens

Appendix A. Selected excerpts from behavior modeling session Examples of training screens Appendix A Selected excerpts from behavior modeling session Examples of training screens Selected Excerpts from Behavior Modeling tape...now, given that we ve talked about how we can use Solver, let s

More information

NX 7.5. Table of Contents. Lesson 3 More Features

NX 7.5. Table of Contents. Lesson 3 More Features NX 7.5 Lesson 3 More Features Pre-reqs/Technical Skills Basic computer use Completion of NX 7.5 Lessons 1&2 Expectations Read lesson material Implement steps in software while reading through lesson material

More information

Table of Contents. Lesson 1 Getting Started

Table of Contents. Lesson 1 Getting Started NX Lesson 1 Getting Started Pre-reqs/Technical Skills Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material Complete quiz on Blackboard

More information

Try what you learned (and some new things too)

Try what you learned (and some new things too) Training Try what you learned (and some new things too) PART ONE: DO SOME MATH Exercise 1: Type some simple formulas to add, subtract, multiply, and divide. 1. Click in cell A1. First you ll add two numbers.

More information

How To Handbook For Learners

How To Handbook For Learners How To Handbook For Learners 2017 Contents 3 How do I log in? 4-5 How do I watch a video? 6-9 How do I take an assessment? 10-11 How do I review an assessment I have just written? 12-13 How do I review

More information

2. Now you need to create permissions for all of your reviewers. You need to be in the Administration Tab to do so. Your screen should look like this:

2. Now you need to create permissions for all of your reviewers. You need to be in the Administration Tab to do so. Your screen should look like this: How to set up AppReview 1. Log in to AppReview at https://ar.applyyourself.com a. Use 951 as the school code, your 6+2 as your username, and the password you created. 2. Now you need to create permissions

More information

Davis Art Images: Create and Share Slideshows

Davis Art Images: Create and Share Slideshows Davis Art Images: Create and Share Slideshows Davis Art Images, you can create and curate custom sets of images to use in your art room with Tags. Your Tagged Image Sets can then be viewed and presented

More information

Environmental Stochasticity: Roc Flu Macro

Environmental Stochasticity: Roc Flu Macro POPULATION MODELS Environmental Stochasticity: Roc Flu Macro Terri Donovan recorded: January, 2010 All right - let's take a look at how you would use a spreadsheet to go ahead and do many, many, many simulations

More information

Faculty Lecture Capture Guide

Faculty Lecture Capture Guide Faculty Lecture Capture Guide If you have never used Panopto before, follow this first part. Log into your Blackboard Account and open the course you wish to capture: Open your Course Management Control

More information

2809 CAD TRAINING: Part 1 Sketching and Making 3D Parts. Contents

2809 CAD TRAINING: Part 1 Sketching and Making 3D Parts. Contents Contents Getting Started... 2 Lesson 1:... 3 Lesson 2:... 13 Lesson 3:... 19 Lesson 4:... 23 Lesson 5:... 25 Final Project:... 28 Getting Started Get Autodesk Inventor Go to http://students.autodesk.com/

More information

CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise

CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise CHM 109 Excel Refresher Exercise adapted from Dr. C. Bender s exercise (1 point) (Also see appendix II: Summary for making spreadsheets and graphs with Excel.) You will use spreadsheets to analyze data

More information

Star Defender. Section 1

Star Defender. Section 1 Star Defender Section 1 For the first full Construct 2 game, you're going to create a space shooter game called Star Defender. In this game, you'll create a space ship that will be able to destroy the

More information

GAME:IT Junior Bouncing Ball

GAME:IT Junior Bouncing Ball GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game All games need sprites (which are just pictures) that, in of themselves, do nothing.

More information

G54GAM Lab Session 1

G54GAM Lab Session 1 G54GAM Lab Session 1 The aim of this session is to introduce the basic functionality of Game Maker and to create a very simple platform game (think Mario / Donkey Kong etc). This document will walk you

More information

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide

Physics 253 Fundamental Physics Mechanic, September 9, Lab #2 Plotting with Excel: The Air Slide 1 NORTHERN ILLINOIS UNIVERSITY PHYSICS DEPARTMENT Physics 253 Fundamental Physics Mechanic, September 9, 2010 Lab #2 Plotting with Excel: The Air Slide Lab Write-up Due: Thurs., September 16, 2010 Place

More information

Selecting the Right Model Studio PC Version

Selecting the Right Model Studio PC Version Name Recitation Selecting the Right Model Studio PC Version We have seen linear and quadratic models for various data sets. However, once one collects data it is not always clear what model to use; that

More information

Microsoft Excel Math Formula Guide

Microsoft Excel Math Formula Guide Microsoft Excel is a spreadsheet software that is used to organize and calculate data. This handout will focus on how to use built-in Excel functions to solve basic mathematical calculations. Basics of

More information

Term Definition Introduced in: Tab(s) along the ribbon that show additional programs or features (e.g. Acrobat )

Term Definition Introduced in: Tab(s) along the ribbon that show additional programs or features (e.g. Acrobat ) 60 Minutes of Excel Secrets Key Terms Term Definition Introduced in: Tab(s) along the ribbon that show additional programs or features (e.g. Acrobat ) Add-Ins AutoCorrect Module 1 Corrects typographical,

More information

nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1

nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1 nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1 Table of Contents Introduction. Page 03 Logging into Spectrum.Page 03 Accessing the NVision

More information

Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert

Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert Drawing Bode Plots (The Last Bode Plot You Will Ever Make) Charles Nippert This set of notes describes how to prepare a Bode plot using Mathcad. Follow these instructions to draw Bode plot for any transfer

More information

Solving tasks and move score... 18

Solving tasks and move score... 18 Solving tasks and move score... 18 Contents Contents... 1 Introduction... 3 Welcome to Peshk@!... 3 System requirements... 3 Software installation... 4 Technical support service... 4 User interface...

More information

Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!!

Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!! Office 2016 Excel Basics 24 Video/Class Project #36 Excel Basics 24: Visualize Quantitative Data with Excel Charts. No Chart Junk!!! Goal in video # 24: Learn about how to Visualize Quantitative Data with

More information

GAME:IT Junior Bouncing Ball

GAME:IT Junior Bouncing Ball GAME:IT Junior Bouncing Ball Objectives: Create Sprites Create Sounds Create Objects Create Room Program simple game All games need sprites (which are just pictures) that, in of themselves, do nothing.

More information

CCG Referral App - Northern Ireland

CCG Referral App - Northern Ireland CCG Referral App - Northern Ireland For practices in Northern Ireland who use the Referral Screen supplied by the CCG, the way you access the screen has been updated. A Vision App has been created to enable

More information

Comparing Across Categories Part of a Series of Tutorials on using Google Sheets to work with data for making charts in Venngage

Comparing Across Categories Part of a Series of Tutorials on using Google Sheets to work with data for making charts in Venngage Comparing Across Categories Part of a Series of Tutorials on using Google Sheets to work with data for making charts in Venngage These materials are based upon work supported by the National Science Foundation

More information

CHM 152 Lab 1: Plotting with Excel updated: May 2011

CHM 152 Lab 1: Plotting with Excel updated: May 2011 CHM 152 Lab 1: Plotting with Excel updated: May 2011 Introduction In this course, many of our labs will involve plotting data. While many students are nerds already quite proficient at using Excel to plot

More information

Online Courses with the Writers Workshop

Online Courses with the Writers Workshop Online Courses with the Writers Workshop Welcome Thank you for booking a course with the Writers Workshop. You ve made a good choice! We ve got passionate, expert tutors and we have a formidable record

More information

Completing the PMP Application

Completing the PMP Application Completing the PMP Application Step 1: Go to www.pmi.org and click on Login/Register at the top right-hand corner Step 2: Click on the Create an Account button below the New User section. Step 3: Fill

More information

EXERCISE 1: CREATE LINE SPARKLINES

EXERCISE 1: CREATE LINE SPARKLINES EXERCISE 1: CREATE LINE SPARKLINES In this exercise you ll create line sparklines. Then you ll convert the line type to the column type. Part 1: Create the sparklines Before you start, notice that the

More information

This is a fun, fast-paced course!! To avoid flat tires and crashes that will take you out of the race, carefully read this entire presentation.

This is a fun, fast-paced course!! To avoid flat tires and crashes that will take you out of the race, carefully read this entire presentation. This is a fun, fast-paced course!! To avoid flat tires and crashes that will take you out of the race, carefully read this entire presentation. Part 1 - Policies and Expectations 14- day Grace Period You

More information

Experiment P55: Light Intensity vs. Position (Light Sensor, Motion Sensor)

Experiment P55: Light Intensity vs. Position (Light Sensor, Motion Sensor) PASCO scientific Vol. 2 Physics Lab Manual: P55-1 Experiment P55: (Light Sensor, Motion Sensor) Concept Time SW Interface Macintosh file Windows file illuminance 30 m 500/700 P55 Light vs. Position P55_LTVM.SWS

More information

Spreadsheets 3: Charts and Graphs

Spreadsheets 3: Charts and Graphs Spreadsheets 3: Charts and Graphs Name: Main: When you have finished this handout, you should have the following skills: Setting up data correctly Labeling axes, legend, scale, title Editing symbols, colors,

More information

Ziggy MacDonald University of Leicester

Ziggy MacDonald University of Leicester 1 -> 6 07.03.2006 21:38 Volume 9, Issue 3, 1995 Teaching Linear Programming using Microsoft Excel Solver Ziggy MacDonald University of Leicester Linear programming (LP) is one of the most widely applied

More information

Legacy FamilySearch Overview

Legacy FamilySearch Overview Legacy FamilySearch Overview Legacy Family Tree is "Tree Share" Certified for FamilySearch Family Tree. This means you can now share your Legacy information with FamilySearch Family Tree and of course

More information

Assignment 5 due Monday, May 7

Assignment 5 due Monday, May 7 due Monday, May 7 Simulations and the Law of Large Numbers Overview In both parts of the assignment, you will be calculating a theoretical probability for a certain procedure. In other words, this uses

More information

Kodu Game Programming

Kodu Game Programming Kodu Game Programming Have you ever played a game on your computer or gaming console and wondered how the game was actually made? And have you ever played a game and then wondered whether you could make

More information

Section Table of Contents: Section 11.0

Section Table of Contents: Section 11.0 Section 11.0 Table of Contents: Section 11.0 Overview - Section 11.0... 11.0-3 Setting a Coordinate System (internal use only)... 11.0-3 Setting a Coordinate System in Sheet Set Properties... 11.0-3 Resetting

More information

Motion Blur with Mental Ray

Motion Blur with Mental Ray Motion Blur with Mental Ray In this tutorial we are going to take a look at the settings and what they do for us in using Motion Blur with the Mental Ray renderer that comes with 3D Studio. For this little

More information

Digital Projection Entry Instructions

Digital Projection Entry Instructions The image must be a jpg file. Raw, Photoshop PSD, Tiff, bmp and all other file types cannot be used. There are file size limitations for competition. 1) The Height dimension can be no more than 1080 pixels.

More information

This tutorial will lead you through step-by-step to make the plot below using Excel.

This tutorial will lead you through step-by-step to make the plot below using Excel. GES 131 Making Plots with Excel 1 / 6 This tutorial will lead you through step-by-step to make the plot below using Excel. Number of Non-Student Tickets vs. Student Tickets Y, Number of Non-Student Tickets

More information

Physical Inventory System User Manual. Version 19

Physical Inventory System User Manual. Version 19 Physical Inventory System User Manual Version 19 0 Physical Inventory System User Manual 1 Table of Contents 1. Prepare for Physical Inventory... 2. Chapter 1: Starting Inventory... 2.1. CDK/ADP... 3.

More information

Lab 4 Projectile Motion

Lab 4 Projectile Motion b Lab 4 Projectile Motion Physics 211 Lab What You Need To Know: 1 x = x o + voxt + at o ox 2 at v = vox + at at 2 2 v 2 = vox 2 + 2aΔx ox FIGURE 1 Linear FIGURE Motion Linear Equations Motion Equations

More information

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19 Table of Contents Creating Your First Project 4 Enhancing Your Slides 8 Adding Interactivity 12 Recording a Software Simulation 19 Inserting a Quiz 24 Publishing Your Course 32 More Great Features to Learn

More information

ENSC 470/894 Lab 3 Version 6.0 (Nov. 19, 2015)

ENSC 470/894 Lab 3 Version 6.0 (Nov. 19, 2015) ENSC 470/894 Lab 3 Version 6.0 (Nov. 19, 2015) Purpose The purpose of the lab is (i) To measure the spot size and profile of the He-Ne laser beam and a laser pointer laser beam. (ii) To create a beam expander

More information

CHATS Meals On Wheels Online Ordering User Guide

CHATS Meals On Wheels Online Ordering User Guide CHATS Meals On Wheels Online Ordering User Guide We want to make ordering Meals on Wheels easier for you so we have added an online ordering option from MobiDines! You can now order from your computer,

More information

Using AutoCrat with Google Forms/Sheets

Using AutoCrat with Google Forms/Sheets Using AutoCrat with Google Forms/Sheets Getting AutoCrat into your Google Sheets Create a form that you wish to gather information from. Make sure that the question fields will be used for your certificate,

More information

Lab 4 Projectile Motion

Lab 4 Projectile Motion b Lab 4 Projectile Motion What You Need To Know: x x v v v o ox ox v v ox at 1 t at a x FIGURE 1 Linear Motion Equations The Physics So far in lab you ve dealt with an object moving horizontally or an

More information

Chapter 4 Instructions

Chapter 4 Instructions Ch04 - Video Game Foundations - ITP 160 -VVA 6640 - Eaton Chapter 4 Instructions ITP 160 or VVA 6640 -- Mrs. Eaton -- 2015/2016 Chapter 4 Perspective, Scene Design, and Basic Animation Note: You can complete

More information

Welcome to 6 Trait Power Write!

Welcome to 6 Trait Power Write! Welcome to 6 Trait Power Write! Student Help File Table of Contents Home...2 My Writing...3 Assignment Details...4 Choose a Topic...5 Evaluate Your Topic...6 Prewrite and Organize...7 Write Sloppy Copy...8

More information

Introducing the 2014 GED Test Item Samplers

Introducing the 2014 GED Test Item Samplers Introducing the 2014 GED Test Item Samplers Item Samplers Overview The 2014 GED Test Item Samplers are tools designed for adult educators and others to introduce examples of the questions that will appear

More information

Math 1310: Intermediate Algebra Computer Enhanced and Self-Paced

Math 1310: Intermediate Algebra Computer Enhanced and Self-Paced How to Register for ALEKS 1. Go to www.aleks.com. Select New user Sign up now 2. Enter the course code J4QVC-EJULX in the K-12/Higher education orange box. Then select continue. 3. Confirm your enrollment

More information

Digital Projection Entry Instructions

Digital Projection Entry Instructions The image must be a jpg file. Raw, Photoshop PSD, Tiff, bmp and all other file types cannot be used. There are file size limitations for competition. 1) The Height dimension can be no more than 1080 pixels.

More information

AP Art History Flashcards Program

AP Art History Flashcards Program AP Art History Flashcards Program 1 AP Art History Flashcards Tutorial... 3 Getting to know the toolbar:... 4 Getting to know your editing toolbar:... 4 Adding a new card group... 5 What is the difference

More information

Setup and Walk Through Guide Orion for Clubs Orion at Home

Setup and Walk Through Guide Orion for Clubs Orion at Home Setup and Walk Through Guide Orion for Clubs Orion at Home Shooter s Technology LLC Copyright by Shooter s Technology LLC, All Rights Reserved Version 2.5 September 14, 2018 Welcome to the Orion Scoring

More information

FWVSS (Food, Waterborne, Vectorborne Surveillance System) Training Manual - Arbovirus Surveillance - Sentinel Chicken

FWVSS (Food, Waterborne, Vectorborne Surveillance System) Training Manual - Arbovirus Surveillance - Sentinel Chicken FWVSS (Food, Waterborne, Vectorborne Surveillance System) Training Manual - Arbovirus Surveillance - Sentinel Chicken Last updated on February 19, 2013 1 Table of Contexts Introduction...3 Section 1: Log

More information

things you should know first: Technology Tablets Download free app Puffin Acdemy. More info in the Resources page on your educator dashboard.

things you should know first: Technology Tablets Download free app Puffin Acdemy. More info in the Resources page on your educator dashboard. things you should know first: Technology Desktops & Laptops Access by internet browser at ssgrin.centervention.com nothing to download. Tablets Download free app Puffin Acdemy. More info in the Resources

More information

Excel Manual X Axis Scales 2010 Graph Two X-

Excel Manual X Axis Scales 2010 Graph Two X- Excel Manual X Axis Scales 2010 Graph Two X-axis same for both X, and Y axes, and I can see the X and Y data maximum almost the same, but the graphy on Thanks a lot for any help in advance. Peter T, Jan

More information

Following this guide will make step 1 a snap. FOLLOW IT CLOSELY And This Is Elementary SIMPLE!

Following this guide will make step 1 a snap. FOLLOW IT CLOSELY And This Is Elementary SIMPLE! Following this guide will make step 1 a snap. FOLLOW IT CLOSELY And This Is Elementary SIMPLE!. (You can print this by right clicking you mouse and clicking print, going up to File>Print, or using the

More information

Graphing with Excel. Data Table

Graphing with Excel. Data Table Graphing with Excel Copyright L. S. Quimby There are many spreadsheet programs and graphing programs that you can use to produce very nice graphs for your laboratory reports and homework papers, but Excel

More information

OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents

OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents OverDrive for Kindle, Kindle Paperwhite, Kindle Voyage, and Kindle Oasis (not Kindle Fire and Fire Tablet) Contents Optimizing OverDrive for your Kindle Searching and Browsing Borrowing and Downloading

More information

Experiment P01: Understanding Motion I Distance and Time (Motion Sensor)

Experiment P01: Understanding Motion I Distance and Time (Motion Sensor) PASCO scientific Physics Lab Manual: P01-1 Experiment P01: Understanding Motion I Distance and Time (Motion Sensor) Concept Time SW Interface Macintosh file Windows file linear motion 30 m 500 or 700 P01

More information

National Curriculum Statement: Substitute values into formulas to determine an unknown (ACMNA234)

National Curriculum Statement: Substitute values into formulas to determine an unknown (ACMNA234) Cat and Mouse Teacher Notes 7 8 9 0 2 Aim TI-Nspire CAS Investigation Student 30min The aim of this investigation is to determine positive integer solutions for a game which is represented as a linear

More information

7.1 Solving Quadratic Equations by Graphing

7.1 Solving Quadratic Equations by Graphing Math 2201 Date: 7.1 Solving Quadratic Equations by Graphing In Mathematics 1201, students factored difference of squares, perfect square trinomials and polynomials of the form x 2 + bx + c and ax 2 + bx

More information

PRINTING ON YOUR IPAD

PRINTING ON YOUR IPAD PRINTING ON YOUR IPAD TABLE OF CONTENTS I don t have Papercut on my ipad... 1 I can t see any printers when trying to print... 2 The Papercut app wants me to sign in... 3 Can I print double sided?... 4

More information

Excel Tool: Plots of Data Sets

Excel Tool: Plots of Data Sets Excel Tool: Plots of Data Sets Excel makes it very easy for the scientist to visualize a data set. In this assignment, we learn how to produce various plots of data sets. Open a new Excel workbook, and

More information

Knowledge Base: How to use the Asphere Module

Knowledge Base: How to use the Asphere Module Knowledge Base: How to use the Asphere Module General Contents The described add-on module is available for µshape 42 and higher (earlier versions may have slight different user interfaces or reduced functionality).

More information

QUICKSTART

QUICKSTART QUICKSTART WWW.SXBLUEGPS.COM 1 INDEX START-UP PROCEDURE 6-7 ios 4-5 Android 8-9 Windows 10 10-11 Windows Mobile GETTING STARTED WITH 12-13 FieldGenius 14-15 ArcGIS Collector INFO@SXBLUEGPS.COM 514-354-2511

More information

PREDICTOR INDICATOR FOREX LIBRA CODE

PREDICTOR INDICATOR FOREX LIBRA CODE PREDICTOR INDICATOR FOREX LIBRA CODE This short manual aims to explain how to use and apply the Predictor Indicator which is part of the Forex Libra Code software. The Predictor Indicator is available

More information

After you have completed the tutorial, you will be given an initial knowledge check by ALEKS to determine what topics you already know so ALEKS can

After you have completed the tutorial, you will be given an initial knowledge check by ALEKS to determine what topics you already know so ALEKS can How ALEKS Works After you have registered in ALEKS, you will get a brief introduction to ALEKS and then you will be given a quick tutorial on how to enter answers in ALEKS: After you have completed the

More information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information

EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall Lab Information EE 4314 Lab 3 Handout Speed Control of the DC Motor System Using a PID Controller Fall 2012 IMPORTANT: This handout is common for all workbenches. 1. Lab Information a) Date, Time, Location, and Report

More information

Activity Sketch Plane Cube

Activity Sketch Plane Cube Activity 1.5.4 Sketch Plane Cube Introduction Have you ever tried to explain to someone what you knew, and that person wanted you to tell him or her more? Here is your chance to do just that. You have

More information

Create a game in which you have to guide a parrot through scrolling pipes to score points.

Create a game in which you have to guide a parrot through scrolling pipes to score points. Raspberry Pi Projects Flappy Parrot Introduction Create a game in which you have to guide a parrot through scrolling pipes to score points. What you will make Click the green ag to start the game. Press

More information

Introduction to NeuroScript MovAlyzeR Handwriting Movement Software (Draft 14 August 2015)

Introduction to NeuroScript MovAlyzeR Handwriting Movement Software (Draft 14 August 2015) Introduction to NeuroScript MovAlyzeR Page 1 of 20 Introduction to NeuroScript MovAlyzeR Handwriting Movement Software (Draft 14 August 2015) Our mission: Facilitate discoveries and applications with handwriting

More information

uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT)

uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT) uiulearn TUTORIAL INTEGRATIONS> HOW TO USE PANOPTO (STUDENT) This tutorial covers how to record a Panopto video for your course. IN ORDER TO DO THIS, YOUR INSTRUCTOR MUST COMPLETE SEVERAL STEPS TO ALLOW

More information

TABLE OF CONTENTS. Logging into the Website Homepage and Tab Navigation Setting up Users on the Website Help and Support...

TABLE OF CONTENTS. Logging into the Website Homepage and Tab Navigation Setting up Users on the Website Help and Support... TABLE OF CONTENTS Logging into the Website...02 Homepage and Tab Navigation...03 Setting up Users on the Website...08 Help and Support...10 Uploding and Managing Photos...12 Using the Yearbook Ladder...16

More information

In this project you ll learn how to create a game, in which you have to match up coloured dots with the correct part of the controller.

In this project you ll learn how to create a game, in which you have to match up coloured dots with the correct part of the controller. Catch the Dots Introduction In this project you ll learn how to create a game, in which you have to match up coloured dots with the correct part of the controller. Step 1: Creating a controller Let s start

More information

Resources to help clients optimize their move online

Resources to help clients optimize their move online The Accountant s Guide to Moving Clients Online PART 3: Resources to help clients optimize their move online Accelerate your clients successful transition to QuickBooks Online with these helpful resources.

More information

VISSIM Vehicle Actuated Programming (VAP) Tutorial

VISSIM Vehicle Actuated Programming (VAP) Tutorial VISSIM Vehicle Actuated Programming (VAP) Tutorial Introduction In previous labs, you learned the basic functions of VISSIM and configurations for realtime Hardware-in-the-Loop Simulation (HILS) using

More information

Experiment P02: Understanding Motion II Velocity and Time (Motion Sensor)

Experiment P02: Understanding Motion II Velocity and Time (Motion Sensor) PASCO scientific Physics Lab Manual: P02-1 Experiment P02: Understanding Motion II Velocity and Time (Motion Sensor) Concept Time SW Interface Macintosh file Windows file linear motion 30 m 500 or 700

More information

LESSON ACTIVITY TOOLKIT 2.0

LESSON ACTIVITY TOOLKIT 2.0 LESSON ACTIVITY TOOLKIT 2.0 LESSON ACTIVITY TOOLKIT 2.0 Create eye-catching lesson activities For best results, limit the number of individual Adobe Flash tools you use on a page to five or less using

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

My Blogs: To Add New Blog Post: o Click on the My Learn360 link. You will then see eight different tabs (below).

My Blogs: To Add New Blog Post: o Click on the My Learn360 link. You will then see eight different tabs (below). My Blogs: Every user on Learn360 is given one blog. A blog can be shared throughout Learn360 and there is no limit to the number of blog posts. Blogs are a great way for teachers to interact with students

More information

[DOING AN ODA: STEP-BY-STEP INSTRUCTIONS]

[DOING AN ODA: STEP-BY-STEP INSTRUCTIONS] How to do Oral Diagnostic Assessments (ODAs) Table of Contents What is an ODA?... 1 Check the Headset Volume... 2 Check the Headset Microphone Using Audacity... 3 Log into Coursework... 4 Select Your Microphone,

More information

To begin you need to log on to the Missouri Connections website.

To begin you need to log on to the Missouri Connections website. Missouri Connections is a website that students can use to help determine and prepare for a career. You will be using this website to complete a budgeting exercise called "Get a Reality Check" to learn

More information

Building a Personal Portfolio in Blackboard UK SLIS

Building a Personal Portfolio in Blackboard UK SLIS Building a Personal Portfolio in Blackboard Creating a New Personal Portfolio UK SLIS 1. Enter the Blackboard Course, and select Portfolios Homepage in the Course Menu. 2. In the Portfolios page, you will

More information

M-16DX 16-Channel Digital Mixer

M-16DX 16-Channel Digital Mixer M-6DX 6-Channel Digital Mixer Workshop Using the M-6DX with SONAR LE 007 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced in any form without the written permission

More information

My Star Cards - StarCash

My Star Cards - StarCash My Star Cards - StarCash Table of Contents StarCash... 1 Star Cash... 1 StarCash Menu... 1 Related topics... 2 Order StarCash cards... 2 Order StarCash Cards... 2 StarCash Order List Screen... 2 StarCash

More information

Scratch for Beginners Workbook

Scratch for Beginners Workbook for Beginners Workbook In this workshop you will be using a software called, a drag-anddrop style software you can use to build your own games. You can learn fundamental programming principles without

More information

How to prepare your files for competition using

How to prepare your files for competition using How to prepare your files for competition using Many thanks to Margaret Carter Baumgartner for the use of her portrait painting in this demonstration. 2015 Christine Ivers Before you do anything! MAKE

More information

ECE 497 Introduction to Mobile Robotics Spring 09-10

ECE 497 Introduction to Mobile Robotics Spring 09-10 Lab 1 Getting to Know Your Robot: Locomotion and Odometry (Demonstration due in class on Thursday) (Code and Memo due in Angel drop box by midnight on Thursday) Read this entire lab procedure and complete

More information

Navigating our Job Board is quick and easy!

Navigating our Job Board is quick and easy! Navigating our Job Board is quick and easy! We hope these instructions will help you navigate our job board so you can apply for shops and start earning money! New to Pinnacle? If you re not yet signed

More information

SPREADSHEET SET-UP. To switch simply click on the gear icon in the upper-left side of the page. Then click Experience the new Drive

SPREADSHEET SET-UP. To switch simply click on the gear icon in the upper-left side of the page. Then click Experience the new Drive NET PAY USING EXCEL Log in to your GoogleDrive account. If you have not switched to the New Google Drive switch over now so that what you see matches the screenshots used in these instructions. To switch

More information

OverDrive for PC, Mac, and Nook or Kobo ereaders. Contents

OverDrive for PC, Mac, and Nook or Kobo ereaders. Contents OverDrive for PC, Mac, and Nook or Kobo ereaders Contents Get the Adobe Digital Editions Guide Searching and Browsing Borrowing and Downloading Reading Transferring your ebook to a Nook or Kobo ereader

More information

Peer Connections Online Appointment Scheduling via Spartan Connect!

Peer Connections Online Appointment Scheduling via Spartan Connect! Peer Connections Online Appointment Scheduling via Spartan Connect! You can schedule your own Peer Connections appointments online using Spartan Connect! You can also cancel appointments you ve made and

More information

Welcome to JigsawBox!! How to Get Started Quickly...

Welcome to JigsawBox!! How to Get Started Quickly... Welcome to JigsawBox!! How to Get Started Quickly... Welcome to JigsawBox Support! Firstly, we want to let you know that you are NOT alone. Our JigsawBox Customer Support is on hand Monday to Friday to

More information

Chapter 16: Batch Scanning

Chapter 16: Batch Scanning Chapter 16: Batch Scanning The Batch Scanning module allows users to scan and upload various versions of voter registration forms as a batch into the system. Once they are scanned, documents are available

More information

Create a CaFE Account (for those who do not have one) In order to submit entries for the FWS Annual Exhibition and/or the Online Show, you need to:

Create a CaFE Account (for those who do not have one) In order to submit entries for the FWS Annual Exhibition and/or the Online Show, you need to: Using CaFE (www.callforentry.org) to Enter FWS Exhibitions To enter calls to artists for FWS shows or any calls on CaFE, you will need to: 1. Create a CaFE account. It s free and really easy to use instructions

More information

NET PAY USING EXCEL***

NET PAY USING EXCEL*** NET PAY USING EXCEL*** Log in to your GoogleDrive account. To make a new document, click New and then select Google Sheets The new spreadsheet that opens up should look like this: Title your spreadsheet

More information