Project 2 Discussion

Size: px
Start display at page:

Download "Project 2 Discussion"

Transcription

1 Project 2 Discussion Robb T. Koether Hampden-Sydney College Fri, Feb 8, 2013 Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

2 1 Introduction 2 Markov Processes 3 The Matrix Class Matrix Constructors Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

3 Outline 1 Introduction 2 Markov Processes 3 The Matrix Class Matrix Constructors Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

4 Three Vats Imagine we have three vats of water. Vat A contains 25 gallons. Vat B contains 50 gallons. Vat C contains 75 gallons. 25 gal Vat A 50 gal Vat B 75 gal Vat C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

5 Three Vats We decide to transfer 10% of the water in A from A to B. 20% of the water in A from A to C. 20% of the water in B from B to A. 20% of the water in B from B to C. 30% of the water in C from C to A. 10% of the water in C from C to B. Then how much is in each vat? Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

6 Three Vats 50 gal Vat B 25 gal Vat A 75 gal Vat C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

7 Three Vats 2.5 gal 50 gal Vat B 5.0 gal 25 gal 75 gal Vat A 10% from Vat A to Vat B 20% from Vat A to Vat C Vat C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

8 Three Vats 2.5 gal 50 gal Vat B 10.0 gal 10.0 gal 5.0 gal 25 gal 75 gal Vat A 20% from Vat B to Vat A 20% from Vat B to Vat C Vat C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

9 Three Vats 2.5 gal 50 gal Vat B 7.5 gal 10.0 gal 10.0 gal 25 gal 22.5 gal 5.0 gal 75 gal Vat A 30% from Vat C to Vat A 10% from Vat C to Vat B Vat C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

10 Three Vats 2.5 gal 40 gal Vat B 7.5 gal 10.0 gal 10.0 gal 50 gal Vat A 22.5 gal 5.0 gal 60 gal Vat C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

11 Three Vats 50 gal Vat A 40 gal Vat B 60 gal Vat C Now Vat A contains 50 gallons. Vat B contains 40 gallons. Vat C contains 60 gallons. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

12 Three Vats 5.0 gal 35 gal Vat B 6.0 gal 8.0 gal 8.0 gal 61 gal Vat A 18.0 gal 10.0 gal Now do it again 54 gal Vat C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

13 Three Vats 5.0 gal 35 gal Vat B 6.0 gal 8.0 gal 8.0 gal 61 gal Vat A 18.0 gal 5.0 gal Now do it again 54 gal Vat C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

14 Three Vats 61 gal Vat A 35 gal Vat B 54 gal Vat C Now Vat A contains 61 gallons. Vat B contains 35 gallons. Vat C contains 54 gallons. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

15 Some Questions Where is this headed? If we perform this transfer a total 50 times, how much water will be in each vat? What if we had started with 50 gallons in Vat A, 75 gallons in Vat B, and 25 gallons in Vat C? What if we had started with all 150 gallons in Vat A? Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

16 Outline 1 Introduction 2 Markov Processes 3 The Matrix Class Matrix Constructors Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

17 Markov Processes This situation is an example of a Markov process. The process may be represented by a matrix, called the transition matrix: The initial distribution may be represented by a vector: Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

18 Markov Processes To A B C From A B C Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

19 Markov Processes If we multiply the matrix by the vector, we get the resulting distribution after one transition = Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

20 Markov Processes If we multiply the matrix by the vector, we get the resulting distribution after one transition = Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

21 Markov Processes If we multiply the matrix by the vector, we get the resulting distribution after one transition = Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

22 Markov Processes If we multiply the matrix by the vector, we get the resulting distribution after one transition = Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

23 Markov Processes To get the result after a second transition, multiply again = Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

24 Markov Processes Let M be the transition matrix and let v 0 be the distribution vector. Then, after one transition, we have the distribution v 1 = Mv 0. After two transitions, we have the distribution v 2 = Mv 1 = M(Mv 0 ) = M 2 v 0. It is easy to see that after n transitions, the distribution will be v n = M n v 0. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

25 Outline 1 Introduction 2 Markov Processes 3 The Matrix Class Matrix Constructors Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

26 The Matrix Class What information (i.e., data) is relevant to the matrix? Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

27 The Matrix Class What information (i.e., data) is relevant to the matrix? The dimensions (rows, columns). Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

28 The Matrix Class What information (i.e., data) is relevant to the matrix? The dimensions (rows, columns). The matrix elements. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

29 The Matrix Class What actions do we want to take with the matrix? Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

30 The Matrix Class What actions do we want to take with the matrix? Constructors. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

31 The Matrix Class What actions do we want to take with the matrix? Constructors. Destructor. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

32 The Matrix Class What actions do we want to take with the matrix? Constructors. Destructor. Inspectors. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

33 The Matrix Class What actions do we want to take with the matrix? Constructors. Destructor. Inspectors. Mutators. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

34 The Matrix Class What actions do we want to take with the matrix? Constructors. Destructor. Inspectors. Mutators. Operators. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

35 The Matrix Class What actions do we want to take with the matrix? Constructors. Destructor. Inspectors. Mutators. Operators. Facilitators. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

36 The Matrix Class What actions do we want to take with the matrix? Constructors. Destructor. Inspectors. Mutators. Operators. Facilitators. Other functions. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

37 Outline 1 Introduction 2 Markov Processes 3 The Matrix Class Matrix Constructors Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

38 title How would we construct a matrix of doubles with 3 rows and 4 columns? We allocate each row as an array of 4 doubles. For each of these rows, we have a pointer-to-double that points to it. To hold these pointers, we allocate an array of 3 pointers-to-double. Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

39 title A 3 4 Matrix double Row 1 Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

40 title A 3 4 Matrix double double Row 1 Row 2 Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

41 title A 3 4 Matrix double double double Row 1 Row 2 Row 3 Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

42 title A 3 4 Matrix double** double* double double double Row 1 Row 2 Row 3 Robb T. Koether (Hampden-Sydney College) Project 2 Discussion Fri, Feb 8, / 25

The Method of Sealed Bids

The Method of Sealed Bids Lecture 13 Section 3.4 Robb T. Koether Hampden-Sydney College Mon, Feb 16, 2015 Robb T. Koether (Hampden-Sydney College) The Method of Sealed Bids Mon, Feb 16, 2015 1 / 31 1 The Method of Sealed Bids 2

More information

The Lone-Chooser Method

The Lone-Chooser Method The Lone-Chooser Method Lecture 11 Section 3.3 Robb T. Koether Hampden-Sydney College Fri, Sep 19, 2014 Robb T. Koether (Hampden-Sydney College) The Lone-Chooser Method Fri, Sep 19, 2014 1 / 15 1 Assignment

More information

Heap Sort. Lecture 35. Robb T. Koether. Hampden-Sydney College. Mon, Apr 25, 2016

Heap Sort. Lecture 35. Robb T. Koether. Hampden-Sydney College. Mon, Apr 25, 2016 Heap Sort Lecture 35 Robb T. Koether Hampden-Sydney College Mon, Apr 25, 2016 Robb T. Koether (Hampden-Sydney College) Heap Sort Mon, Apr 25, 2016 1 / 14 1 Sorting 2 The Heap Sort Robb T. Koether (Hampden-Sydney

More information

Net Receipts by County

Net Receipts by County 2017 2017 2017 2017 2017 2017 58.94 91.93 19.17 15.96 1.89 188 81.90 117.81 25.17 21.20 13.52 260 120.22 275.77 36.93 117.15 7.69 558 941.07 1,423.84 248.22 1,672.01 62.22 4,347 115.63 141.69 36.31 33.36

More information

Animation. Lecture 33. Robb T. Koether. Hampden-Sydney College. Fri, Nov 13, 2015

Animation. Lecture 33. Robb T. Koether. Hampden-Sydney College. Fri, Nov 13, 2015 Animation Lecture 33 Robb T. Koether Hampden-Sydney College Fri, Nov 13, 2015 Robb T. Koether (Hampden-Sydney College) Animation Fri, Nov 13, 2015 1 / 22 Outline 1 Animating the Canal Boat Program 2 Models

More information

Using Markov Chains to Analyze a Volleyball Rally

Using Markov Chains to Analyze a Volleyball Rally 1 Introduction Using Markov Chains to Analyze a Volleyball Rally Spencer Best Carthage College sbest@carthage.edu November 3, 212 Abstract We examine a volleyball rally between two volleyball teams. Using

More information

Broken Calculators. Prepared by Daniel Finkel for the Julia Robinson Festival

Broken Calculators. Prepared by Daniel Finkel for the Julia Robinson Festival Broken Calculators I ve got a collection of calculators in my basement--unfortunately, all of them are broken in particular ways. I ve recently been curious if I can still use them to do calculations.

More information

Henry and Poppy. have fun with Multiplication. Year 2 maths. We had fun making these questions for you. Enjoy them.

Henry and Poppy. have fun with Multiplication. Year 2 maths. We had fun making these questions for you. Enjoy them. Henry and Poppy have fun with Multiplication Year 2 maths We had fun making these questions for you. Enjoy them. www.mathsmadeeasy.co.uk www.mathsmadeeasy.co.uk/maths-year-2-multiply.htm Year 2 Page -

More information

HOW TO CALCULATE THE VOC EMISSIONS FROM A COATING

HOW TO CALCULATE THE VOC EMISSIONS FROM A COATING HOW TO CALCULATE THE VOC EMISSIONS FROM A COATING WHAT INFORMATION DO I NEED TO BEGIN WITH? To calculate the VOC emissions that come from using a coating, you must first collect the following information

More information

Massey Method. Introduction. The Process

Massey Method. Introduction. The Process Massey Method Introduction Massey s Method, also referred to as the Point Spread Method, is a rating method created by mathematics professor Kenneth Massey. It is currently used to determine which teams

More information

Relative Vulnerability Matrix for Evaluating Multimodal Traffic Safety. O. Grembek 1

Relative Vulnerability Matrix for Evaluating Multimodal Traffic Safety. O. Grembek 1 337 Relative Vulnerability Matrix for Evaluating Multimodal Traffic Safety O. Grembek 1 1 Safe Transportation Research and Education Center, Institute of Transportation Studies, University of California,

More information

February 12, Winthrop University A MARKOV CHAIN MODEL FOR RUN PRODUCTION IN BASEBALL. Thomas W. Polaski. Introduction.

February 12, Winthrop University A MARKOV CHAIN MODEL FOR RUN PRODUCTION IN BASEBALL. Thomas W. Polaski. Introduction. Winthrop University February 12, 2013 Introdcution: by the Numbers and numbers seem to go together. Statistics have been kept for over a hundred years, but lately sabermetrics has taken this obsession

More information

The Beginner's Guide to Mathematica Version 4

The Beginner's Guide to Mathematica Version 4 The Beginner's Guide to Mathematica Version 4 Jerry Glynn MathWare Urbana, IL Theodore Gray Wolfram Research, Inc Urbana, IL. m CAMBRIDGE UNIVERSITY PRESS v Preface Parti: The Basics Chapter 1: What do

More information

Country Club Tug Of War

Country Club Tug Of War Dear Colleague, The Country Club Tug of War Team have been give the honour of hosting the British & Irish Indoor Tug of War Championships 2018 on behalf of the Tug of War Association (NITOWA). We are delighted

More information

Using Markov Chains to Analyze Volleyball Matches

Using Markov Chains to Analyze Volleyball Matches 1 Introduction Using Markov Chains to Analyze Volleyball Matches Joe Carrothers Carthage College jcarrothers@carthage.edu May 10, 2014 Abstract In this study we examine how to model a volleyball match

More information

Energy of a Rolling Ball

Energy of a Rolling Ball Skills Practice Lab DATASHEET A Energy of a Rolling Ball Raised objects have gravitational potential energy (PE). Moving objects have kinetic energy (KE). In this lab, you will find out how these two kinds

More information

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf

Online Companion to Using Simulation to Help Manage the Pace of Play in Golf Online Companion to Using Simulation to Help Manage the Pace of Play in Golf MoonSoo Choi Industrial Engineering and Operations Research, Columbia University, New York, NY, USA {moonsoo.choi@columbia.edu}

More information

2018 STATE CUP TEAM REGISTRATION PROCEDURE COMPREHENSIVE GUIDE

2018 STATE CUP TEAM REGISTRATION PROCEDURE COMPREHENSIVE GUIDE 2018 STATE CUP TEAM REGISTRATION PROCEDURE COMPREHENSIVE GUIDE CONTENTS 2018 State Cup Team Allocation...3 Creating Teams...4 Team Allocation...6 Support...8 Version 1, issued 13 March 2018 2 2018 STATE

More information

A One-Parameter Markov Chain Model for Baseball Run Production

A One-Parameter Markov Chain Model for Baseball Run Production for Winthrop University April 13, 2013 s s and : A is an ideal candidate for mathematical modelling, as it has these features: a relatively small number of configurations, a relatively small number of

More information

Ranking teams in partially-disjoint tournaments

Ranking teams in partially-disjoint tournaments Ranking teams in partially-disjoint tournaments Alex Choy Mentor: Chris Jones September 16, 2013 1 Introduction Throughout sports, whether it is professional or collegiate sports, teams are ranked. In

More information

WHEN TECHNOLOGICAL COEFFICIENTS CHANGES NEED TO BE ENDOGENOUS

WHEN TECHNOLOGICAL COEFFICIENTS CHANGES NEED TO BE ENDOGENOUS WHEN TECHNOLOGICAL COEFFICIENTS CHANGES NEED TO BE ENDOGENOUS Maurizio Grassini 24 st Inforum World Conference Osnabrueck 29 August 2 September 2016 Import shares in an Inforum Model When the IO table

More information

ANALYSIS OF A BASEBALL SIMULATION GAME USING MARKOV CHAINS

ANALYSIS OF A BASEBALL SIMULATION GAME USING MARKOV CHAINS ANALYSIS OF A BASEBALL SIMULATION GAME USING MARKOV CHAINS DONALD M. DAVIS 1. Introduction APBA baseball is a baseball simulation game invented by Dick Seitz of Lancaster, Pennsylvania, and first marketed

More information

of 6. Module 5 Ratios, Rates, & Proportions Section 5.1: Ratios and Rates MAT001 MODULE 5 RATIOS, RATES, & PROPORTIONS.

of 6. Module 5 Ratios, Rates, & Proportions Section 5.1: Ratios and Rates MAT001 MODULE 5 RATIOS, RATES, & PROPORTIONS. Module 5 Ratios, Rates, & Proportions Section 5.1: Ratios and Rates A ratio is the comparison of two quantities that have the same units. 18 6 We can express this ratio three different ways: 18 to 6 18:6

More information

Dynamic Programming: The Matrix Chain Algorithm

Dynamic Programming: The Matrix Chain Algorithm Dynamic Programming: The Matrix Chain Algorithm Andreas Klappenecker [partially based on slides by Prof. Welch] Matrix Chain Problem Suppose that we want to multiply a sequence of rectangular matrices.

More information

How To Win The Ashes A Statistician s Guide

How To Win The Ashes A Statistician s Guide How To Win The Ashes A Statistician s Guide Kevin Wang Sydney Universtiy Mathematics Society Last Modified: August 21, 2015 Motivation How come SUMS doesn t do statistics talk very often? Motivation How

More information

Where are you right now? How fast are you moving? To answer these questions precisely, you

Where are you right now? How fast are you moving? To answer these questions precisely, you 4.1 Position, Speed, and Velocity Where are you right now? How fast are you moving? To answer these questions precisely, you need to use the concepts of position, speed, and velocity. These ideas apply

More information

Excel Solver Case: Beach Town Lifeguard Scheduling

Excel Solver Case: Beach Town Lifeguard Scheduling 130 Gebauer/Matthews: MIS 213 Hands-on Tutorials and Cases, Spring 2015 Excel Solver Case: Beach Town Lifeguard Scheduling Purpose: Optimization under constraints. A. GETTING STARTED All Excel projects

More information

Dugout Sizing Worksheet. Joe Agricola Example

Dugout Sizing Worksheet. Joe Agricola Example Dugout Sizing Worksheet Joe Agricola Example This example is provided to help you size your farm dugout and determine if the runoff area selected will supply sufficient water. A blank copy of this worksheet

More information

ACTIVITY: Finding a Formula Experimentally

ACTIVITY: Finding a Formula Experimentally 8.1 Volumes of Cylinders How can you find the volume of a cylinder? 1 ACTIVITY: Finding a Formula Experimentally Work with a partner. a. Find the area of the face of a coin. b. Find the volume of a stack

More information

INSIDE VOLLEY TENNIS

INSIDE VOLLEY TENNIS INSIDE VOLLEY TENNIS WWW.INSIDESPORTSGAME.ORG INSIDE VOLLEY TENNIS RULES GETTING STARTED You will need 2 six-sided dice (2d6) of different colors and 2 ten-sided dice (2d10). Layout the game board with

More information

The next criteria will apply to partial tournaments. Consider the following example:

The next criteria will apply to partial tournaments. Consider the following example: Criteria for Assessing a Ranking Method Final Report: Undergraduate Research Assistantship Summer 2003 Gordon Davis: dagojr@email.arizona.edu Advisor: Dr. Russel Carlson One of the many questions that

More information

Performance/Pilot Math

Performance/Pilot Math Performance/Pilot Math Charath Ranganathan, AGI http://pfactor.io/ facebook.com/pfactor.io (chuh-ruh-th) License This work is licensed under a Creative Commons Attribution- NonCommercial-ShareAlike 4.0

More information

Application Worksheet

Application Worksheet Application Worksheet All dimensions are nominal. Dimensions in [ ] are in millimeters. Service Conditions Medium Through Valve: Required C v : Temperature Maximum: Minimum: Normal: Flow Maximum: Minimum:

More information

Frequency Tables, Stem-and-Leaf Plots, and Line Plots

Frequency Tables, Stem-and-Leaf Plots, and Line Plots * Frequency Tables, Stem-and-Leaf Plots, and Line Plots Vocabulary Frequency table- a way to organize data into categories or groups. Cumulative frequency- a running total of the frequencies in each category.

More information

FIFA World Ranking. Semester Thesis. Lukas Affolter.

FIFA World Ranking. Semester Thesis. Lukas Affolter. Distributed Computing FIFA World Ranking Semester Thesis Lukas Affolter lukasa@student.ethz.ch Distributed Computing Group Computer Engineering and Networks Laboratory ETH Zürich Supervisors: Philipp Brandes,

More information

Competition Policy Regional and Club Meets

Competition Policy Regional and Club Meets Competition Policy Regional and Club Meets This policy has been implemented by Swimming Queensland (SQ) to meet a number of key strategic objectives. The overall purpose of the policy is to improve the

More information

Treatment Tables Unless otherwise noted, the tables below are reproduced from those in the Taylor DPD 2000 test kit.

Treatment Tables Unless otherwise noted, the tables below are reproduced from those in the Taylor DPD 2000 test kit. Adjustment compounds It is important to know not only what compounds to use in adjusting pool water balance, but also to know what order to add them in. For instance, adding acid to a pool that is not

More information

M/V SELENDANG AYU. Unalaska Island, Alaska

M/V SELENDANG AYU. Unalaska Island, Alaska M/V SELENDANG AYU Unalaska Island, Alaska December 2004 1 Characteristic Aleutians Response Foreign flag vessel on innocent passage Lack of spill response vessels Economically important fisheries Subsistence

More information

To add to your resources in this section we ll: Share your applications List additional resources

To add to your resources in this section we ll: Share your applications List additional resources In a city as big as Chicago there are so many wonderful places to explore zoos, museums, libraries, amusement parks and so on. One of our challenges is how to get there. This section helped us to understand

More information

A Markov Model for Baseball with Applications

A Markov Model for Baseball with Applications University of Wisconsin Milwaukee UWM Digital Commons Theses and Dissertations December 2014 A Markov Model for Baseball with Applications Daniel Joseph Ursin University of Wisconsin-Milwaukee Follow this

More information

How to measure water flow?

How to measure water flow? How to measure water flow? Measuring Flow The second major step in evaluating your site s hydro potential is measuring the flow of the stream. Stream levels change through the seasons, so it is important

More information

Compare the scalar of speed and the vector of velocity.

Compare the scalar of speed and the vector of velocity. Review Video QOD 2/14/12: Compare the scalar of speed and the vector of velocity. What are the equations for each? Feb 14 6:51 AM 1 Imagine that you are a race car driver. You push on the accelerator.

More information

TRANSIT RIDERSHIP IMPROVEMENT PROGRAM CAPITAL PROJECTS OPERATING PLANS - NEXT NETWORK TRANSIT INFORMATION TECHNOLOGY

TRANSIT RIDERSHIP IMPROVEMENT PROGRAM CAPITAL PROJECTS OPERATING PLANS - NEXT NETWORK TRANSIT INFORMATION TECHNOLOGY TRANSIT RIDERSHIP IMPROVEMENT PROGRAM CAPITAL PROJECTS OPERATING PLANS - NEXT NETWORK TRANSIT INFORMATION TECHNOLOGY VTA S NEXT NETWORK CONNECT TO BART STATIONS INCREASE RIDERSHIP IMPROVE FAREBOX RECOVERY

More information

CONTINENTAL NH3 PRODUCTS PRODUCT CATALOG

CONTINENTAL NH3 PRODUCTS PRODUCT CATALOG PRODUCT CATALOG October 2012 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 Continental NH3 Products A-360 MANIFOLD ORDERING INFORMATION Thank you for ordering our new A-360 manifold system. To assist in

More information

Transportation Planning Division

Transportation Planning Division Transportation Planning Division Presentation Outline Study Tasks Recap of Previous Meeting Stakeholder Interviews Data Collection Design Principles Tool Box Recommendations Schedule Moving Forward North

More information

Simulating Major League Baseball Games

Simulating Major League Baseball Games ABSTRACT Paper 2875-2018 Simulating Major League Baseball Games Justin Long, Slippery Rock University; Brad Schweitzer, Slippery Rock University; Christy Crute Ph.D, Slippery Rock University The game of

More information

PROCEDURE MANUAL. This Procedure Replaces: Previous procedure Harvest Allocation, January 1, 2007.

PROCEDURE MANUAL. This Procedure Replaces: Previous procedure Harvest Allocation, January 1, 2007. 4 7 01.03.1 1 of 7 This Procedure Replaces: Previous procedure, January 1, 2007. Staff, Organizations Directly Affected: Wildlife Management Staff Regional Managers Director Resident Hunters Guide Outfitters

More information

ASX Genium Clearing Industry Wide Testing Briefing Pack

ASX Genium Clearing Industry Wide Testing Briefing Pack ASX Genium Clearing Industry Wide Testing Briefing Pack Table of Contents 1. INTRODUCTION... 3 1.1. 1.2. BACKGROUND... 3 GENIUM CLEARING UPGRADE TIMELINE FEBRUARY 2014... 3 2. IWT OVERVIEW... 4 2.1. 2.2.

More information

arxiv: v1 [stat.ap] 18 Nov 2018

arxiv: v1 [stat.ap] 18 Nov 2018 Modeling Baseball Outcomes as Higher-Order Markov Chains Jun Hee Kim junheek1@andrew.cmu.edu Department of Statistics & Data Science, Carnegie Mellon University arxiv:1811.07259v1 [stat.ap] 18 Nov 2018

More information

BINDEX BFM INSTALLATION GUIDELINES

BINDEX BFM INSTALLATION GUIDELINES BINDEX BFM INSTALLATION GUIDELINES Before hydraulically applying Bindex BFM (Bonded Fiber Matrix), the site shall be inspected by the Owner s Representative to ensure the area to be protected is geotechnically

More information

Little Athletics NSW. 2018/2019 Season. Age Group Information Handbook / 1

Little Athletics NSW. 2018/2019 Season. Age Group Information Handbook / 1 Little Athletics NSW Age Group Information Handbook 2018/2019 Season / 1 Little Athletics NSW 2018/19 Season Age Group Information Handbook Introduction From the commencement of the 2018/2019 competition

More information

Lesson 27: Real-World Volume Problems

Lesson 27: Real-World Volume Problems Student Outcomes Students use the volume formula for a right prism ( ) to solve volume problems involving rate of flow. Lesson Notes Students apply their knowledge of volume to real-world contexts, specifically

More information

Ratio & Rate Reasoning PRESENTED BY MR. LAWS 6 TH GRADE MATH

Ratio & Rate Reasoning PRESENTED BY MR. LAWS 6 TH GRADE MATH Ratio & Rate Reasoning PRESENTED BY MR. LAWS 6 TH GRADE MATH JCMS Common Core State Standard (CCSS) 6.RP.3 -Use ratio and rate reasoning to solve real-world and mathematical problems, e.g., by reasoning

More information

PESHAWAR Bus Rapid TRANSIT. By Engr. Haroon Rashid Ph. D Scholar, MS in Transportation Planning and B.Sc Civil Engineering

PESHAWAR Bus Rapid TRANSIT. By Engr. Haroon Rashid Ph. D Scholar, MS in Transportation Planning and B.Sc Civil Engineering PESHAWAR Bus Rapid TRANSIT By Engr. Haroon Rashid Ph. D Scholar, MS in Transportation Planning and B.Sc Civil Engineering 1 OUTLINE Aim and Objective What is BRT? Why BRT? BRT as High Performance Transit

More information

#7 Still more DP, Scoring Matrices 9/5/07

#7 Still more DP, Scoring Matrices 9/5/07 #7 Still more DP, Scoring Matrices 9/5/7 BB 444/544 Lecture 7 Still more: Dynamic Programming Global vs Local lignment Scoring Matrices & lignment Statistics BLS nope #7_Sept5 Required Reading (before

More information

Head of Rowing Message

Head of Rowing Message 23 September 2015 Rowing Elite Development School Canberra Girls Grammar is a Rowing Elite Development School. CGGS is in a partnership with the ACTAS Rowing Program. ACTAS Rowing is assisting CGGS Rowing

More information

Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission.

Each copy of any part of a JSTOR transmission must contain the same copyright notice that appears on the screen or printed page of such transmission. A Generating Function for the Distribution of the Scores of all Possible Bowling Games Author(s): Curtis N. Cooper and Robert E. Kennedy Source: Mathematics Magazine, Vol. 63, No. 4 (Oct., 1990), pp. 239-243

More information

DETAILED DESIGNS OF PRACTICAL PERPETUAL CALENDARS

DETAILED DESIGNS OF PRACTICAL PERPETUAL CALENDARS DETAILED DESIGNS OF PRACTICAL PERPETUAL CALENDARS A supplement to the book PRACTICAL PERPETUAL CALENDARS INNOVATIVE, CONVENIENT AND GREEN JAMES R. SALTVOLD Copyright 2018 James R. Saltvold Revision 1 All

More information

Teacher s Resource Pack

Teacher s Resource Pack Teacher s Resource Pack Stage 4 & Stage 5 Mathematics Book your excursion today! Call (02) 8251 7801 Welcome to SEA LIFE Sydney Aquarium s Mathematics Student Resources Teacher Notes A trip to SEA LIFE

More information

TECHNICAL DATA. Q = C v P S

TECHNICAL DATA. Q = C v P S Page 1 of 13 1. DESCRIPTION The Viking 6 Model G-6000 Dry Valve Riser Assembly consists of a small profile, light weight, pilot operated valve that is used to separate the water supply from the dry sprinkler

More information

MARK MESSIER TRAIL LONG-RANGE PLANNING STUDY WELCOME. Mark Messier Trail Planning Study 137 Avenue to Anthony Henday Drive.

MARK MESSIER TRAIL LONG-RANGE PLANNING STUDY WELCOME. Mark Messier Trail Planning Study 137 Avenue to Anthony Henday Drive. WELCOME Mark Messier Trail Planning Study 137 Avenue to Anthony Henday Drive December 5, 2013 MEETING PURPOSE To gather your thoughts and ideas for Mark Messier Trail concept plans between 137 Avenue and

More information

Children s group offers for clubs and schools. Season 2017/18. Inspire the next generation with a trip to support Scotland at BT Murrayfield!

Children s group offers for clubs and schools. Season 2017/18. Inspire the next generation with a trip to support Scotland at BT Murrayfield! Children s group offers for clubs and schools Season 2017/18 Inspire the next generation with a trip to support Scotland at! #OurDay The coaches and volunteers at my old club Cambuslang did a great job

More information

Airblast Sprayer Calibration Worksheet

Airblast Sprayer Calibration Worksheet Airblast Sprayer Calibration Worksheet Edward Hellman, Texas A&M AgriLife Extension Sprayer calibration should be done at least once per season, but preferably every time there is a significant difference

More information

TECHNICAL DATA 3 MODEL G-3000 DRY VALVE RISER ASSEMBLY

TECHNICAL DATA 3 MODEL G-3000 DRY VALVE RISER ASSEMBLY Page 1 of 13 1. DESCRIPTION The Viking 3 Model G-3000 Dry Valve Riser Assembly is equipped with a small profile, light weight, pilot operated valve that is used to separate the water supply from the dry

More information

TECHNICAL DATA Q = C. v P S. 2 Model G-2000 Dry valve. Page 1 of 13

TECHNICAL DATA Q = C. v P S. 2 Model G-2000 Dry valve. Page 1 of 13 Page 1 of 13 1. Description The Viking 2 Model G-2000 Dry Valve Riser Assembly consists of a small profile, light weight, pilot operated valve that is used to separate the water supply from the dry sprinkler

More information

CS 112 Introduction to Programming

CS 112 Introduction to Programming CS 112 Introduction to Programming (Spring 2012) Lecture #15: Random Web Surfer Zhong Shao Department of Computer Science Yale University Office: 314 Watson http://flint.cs.yale.edu/cs112 Acknowledgements:

More information

Monday Tuesday Wednesday Thursday Friday

Monday Tuesday Wednesday Thursday Friday Monday Tuesday Wednesday Thursday Friday Aug. 21-25 First Day of School U1 L1 Count Aloud Through 500 U1 L2 Read Whole Numbers - 500 U1 L3 Write Numerals - 500 Aug. 28-Sept 1 U1 L4 Identify Place Value

More information

RELATIVE PLACEMENT SCORING SYSTEM

RELATIVE PLACEMENT SCORING SYSTEM RELATIVE PLACEMENT SCORING SYSTEM Introduction. The Relative Placement Scoring system has been devised to provide a fair and accurate method of evaluating the subjective opinions of judges scoring a dance

More information

TECHNICAL DATA. Q= Cv S

TECHNICAL DATA. Q= Cv S Page 1 of 13 1. DESCRIPTION The Viking 4 inch Model G-4000 Dry Valve Riser Assembly consists of a small profile, light weight, pilot operated valve that is used to separate the water supply from the dry

More information

MATH GRADE 6 UNIT 6 RATE ANSWERS FOR EXERCISES

MATH GRADE 6 UNIT 6 RATE ANSWERS FOR EXERCISES MATH GRADE 6 UNIT 6 RATE FOR EXERCISES LESSON 2: PRICE AS A RATE 1. $6.25 2. $.625, or $.63 3. $5.25 4. $.3125, or $.31 5. a. $2.5 b. $13.75 6. a. Amount (pt) 1 2 3 4 5 6 Cost non-organic ($) $.75 $1.5

More information

Assignment A7 BREAKOUT CS1110 Fall 2011 Due Sat 3 December 1

Assignment A7 BREAKOUT CS1110 Fall 2011 Due Sat 3 December 1 Assignment A7 BREAKOUT CS1110 Fall 2011 Due Sat 3 December 1 This assignment, including much of the wording of this document, is taken from an assignment from Stanford University, by Professor Eric Roberts.

More information

Supplementary Materials for

Supplementary Materials for www.sciencemag.org/cgi/content/full/341/6149/847/dc1 Supplementary Materials for A Critical Crossroad for BLM s Wild Horse Program Robert A. Garrott* and Madan K. Oli This PDF file includes Materials and

More information

ASBESTOS INSPECTION PLANT BIOLOGY BUILDING 178 MICHIGAN STATE UNIVERSITY

ASBESTOS INSPECTION PLANT BIOLOGY BUILDING 178 MICHIGAN STATE UNIVERSITY Asbestos Inspection Plant Biology Building 178 Michigan State University Prepared For: Michigan State University January 2008 Project No. G07876PB ASBESTOS INSPECTION PLANT BIOLOGY BUILDING 178 MICHIGAN

More information

9 - PNSA SELECTION PROCEDURES. PNSA Double Selection Board

9 - PNSA SELECTION PROCEDURES. PNSA Double Selection Board 9 - PNSA SELECTION PROCEDURES PNSA Selection Procedures are used to qualify PNSA racers for regional and national events where an official team will represent PNSA. Selection procedures vary depending

More information

Economic Appraisal of Active Travel Schemes

Economic Appraisal of Active Travel Schemes Economic Appraisal of Active Travel Schemes Practice and Guidance in the UK Philipp Thiessen and Robin Cambery 1 October 15 Appraisal 2 The Five-Case Business Case Financial Is it affordable? Strategic

More information

3-4 Dividing Rational Numbers

3-4 Dividing Rational Numbers 1. Find the multiplicative inverse of each number. 5. of is. 2. 6. multiplicative inverses. To find the multiplicative inverse of a mixed number, first write the mixed number as an improper fraction. =

More information

- creating the pong bat animation with various options

- creating the pong bat animation with various options Excel PONG Tutorial #2 by George Lungu - creating the pong bat animation with various options -In this tutorial (which is a continuation of part#1) two bat input parameters are added to the model: bat

More information

The Effect of Newspaper Entry and Exit on Electoral Politics Matthew Gentzkow, Jesse M. Shapiro, and Michael Sinkinson Web Appendix

The Effect of Newspaper Entry and Exit on Electoral Politics Matthew Gentzkow, Jesse M. Shapiro, and Michael Sinkinson Web Appendix The Effect of Newspaper Entry and Exit on Electoral Politics Matthew Gentzkow, Jesse M. Shapiro, and Michael Sinkinson Web Appendix 1 1 Sources of Voting Data Our primary source for county-level voting

More information

The Coach then sorts the 25 players into separate teams and positions

The Coach then sorts the 25 players into separate teams and positions Section 4 A: Contingency Tables Introduction A local school has a Varsity and Junior Varsity basketball team. No player plays on both teams and no player plays at more than one position. The coach writes

More information

A COURSE OUTLINE (September 2001)

A COURSE OUTLINE (September 2001) 189-265A COURSE OUTLINE (September 2001) 1 Topic I. Line integrals: 2 1 2 weeks 1.1 Parametric curves Review of parametrization for lines and circles. Paths and curves. Differentiation and integration

More information

UBC MASTER SWIM CLUB EXECUTIVE MEETING JULY 9TH :30 PM Minutes Call to order : 745 pm.

UBC MASTER SWIM CLUB EXECUTIVE MEETING JULY 9TH :30 PM Minutes Call to order : 745 pm. UBC MASTER SWIM CLUB EXECUTIVE MEETING JULY 9TH 2018 7:30 PM Minutes Call to order : 745 pm. Attendance: Francine, Pres, Anna,VP., Maric, Treasurer,. Maja, Registrar, Pat,Secretary. Regrets: nil. Review

More information

2018 Exhibitor Manual

2018 Exhibitor Manual 2018 Exhibitor Manual 1 CONTENTS 1. Exhibition Details... 3 2. Access to the Sun City Conference Venues... 3 3. Logos... 4 4. Table Drops... 4 5. Bag Inserts... 4 6. Competitions and Giveaways... 4 7.

More information

SIZING OF WATER PIPING SYSTEM

SIZING OF WATER PIPING SYSTEM SIZING OF WATER PIPING SYSTEM (This appendix is informative and is not part of the code.) SECTION AP101 GENERAL AP101.1 Scope. AP101.1.1 This appendix outlines two procedures for sizing a water piping

More information

Two Machine Learning Approaches to Understand the NBA Data

Two Machine Learning Approaches to Understand the NBA Data Two Machine Learning Approaches to Understand the NBA Data Panagiotis Lolas December 14, 2017 1 Introduction In this project, I consider applications of machine learning in the analysis of nba data. To

More information

Table 1. Sequence of bubble and dredging tests with prevailing tide stage and number of bucket cycles recorded for each test.

Table 1. Sequence of bubble and dredging tests with prevailing tide stage and number of bucket cycles recorded for each test. Table 1. Sequence of bubble and dredging tests with prevailing tide stage and number of bucket cycles recorded for each test. Test Tide Dredge Orientation 1 Date Time # Bucket Cycles Bubble 1 Flood North

More information

ADA Technical Frequently Asked Questions

ADA Technical Frequently Asked Questions ADA Technical Frequently Asked Questions 1. What is the correct way to select and label curb ramp types using the Standard Construction Details?... 2 2. When do you label a curb ramp as modified (e.g.

More information

Extraction of Level I Information

Extraction of Level I Information Extraction of Level I Information On the Data set provided by the textbook, part I Jonathan A. Chávez Casillas 1 1 University of Calgary Department of Mathematics and Statistics LOBster Seminar Jonathan

More information

T-PROP RISK ASSESSMENT

T-PROP RISK ASSESSMENT T-PROP RISK ASSESSMENT 13/02/2012 ELBROC RA T-PROP CONTENTS Introduction 3 1. Product Description 3 2. Design Criteria 3 3. Risk Assessment Team 3 4. Objectives 4 5. Hazard Classification 4 Risk matrix

More information

Re: ENSC 440 Functional Specification for the Wall Climbing Robot. Dear Mr. Leung,

Re: ENSC 440 Functional Specification for the Wall Climbing Robot. Dear Mr. Leung, Patrick Leung School of Engineering Science Simon Fraser University 8888 University Drive Burnaby, BC. V5A 1S6 Date 2/18/08 Re: ENSC 440 Functional Specification for the Wall Climbing Robot Dear Mr. Leung,

More information

Bouncing Ball A C T I V I T Y 8. Objectives. You ll Need. Name Date

Bouncing Ball A C T I V I T Y 8. Objectives. You ll Need. Name Date . Name Date A C T I V I T Y 8 Objectives In this activity you will: Create a Height-Time plot for a bouncing ball. Explain how the ball s height changes mathematically from one bounce to the next. You

More information

SIZING OF WATER PIPING SYSTEM

SIZING OF WATER PIPING SYSTEM SIZING OF WATER PIPING SYSTEM The provisions contained in this appendix are not mandatory unless specifically referenced in the adopting ordinance. E101.1 Scope. SECTION E101 GENERAL E101.1.1 This appendix

More information

DESIGN DATA. Dry 105a. September 5, 2008

DESIGN DATA. Dry 105a. September 5, 2008 September 5, 2008 Dry 105a 1. Description Dry and Preaction Systems require a dependable source of clean dry air under the proper pressure. The air supply must be adequate to restore normal air pressure

More information

This IS A DRAG IS IT A LIFT!!!!! Aerodynamics

This IS A DRAG IS IT A LIFT!!!!! Aerodynamics Problems in Technology This IS A DRAG OR IS IT A LIFT!!!!! Aerodynamics Our mission is to better understand the science and study of aerodynamics. Well, simply put aerodynamics is the way air moves around

More information

BCB 444/544 Fall 07 Dobbs 1

BCB 444/544 Fall 07 Dobbs 1 lignment 8/3/7 BB 444/544 Lecture 6 ry to Finish Dynamic Programming Global & Local lignment Next lecture: Scoring Matrices lignment Statistics #6_ug3 Required Reading (before lecture) Mon ug 27 - for

More information

The RSS WindSat Version 7 All-Weather Wind Vector Product

The RSS WindSat Version 7 All-Weather Wind Vector Product 2010 International Ocean Vector Winds Meeting Barcelona, Spain May 18 20, 2010 The RSS WindSat Version 7 All-Weather Wind Vector Product Thomas Meissner Lucrezia Ricciardulli Frank Wentz Outline 1. Overview:

More information

The Diver Returns Circular Functions, Vector Components, and Complex Numbers

The Diver Returns Circular Functions, Vector Components, and Complex Numbers Co n t e n t s The Diver Returns Circular Functions, Vector Components, and Complex Numbers Back to the Circus 3 The Circus Act 4 As the Ferris Wheel Turns 6 Graphing the Ferris Wheel 8 Distance with Changing

More information

USING A COLLISION RISK MODEL TO ASSESS BIRD COLLISION RISKS FOR OFFSHORE WINDFARMS WITH EXTENDED METHOD

USING A COLLISION RISK MODEL TO ASSESS BIRD COLLISION RISKS FOR OFFSHORE WINDFARMS WITH EXTENDED METHOD USING A COLLISION RISK MODEL TO ASSESS BIRD COLLISION RISKS FOR OFFSHORE WINDFARMS WITH EXTENDED METHOD WORKED EXAMPLE March 2012 INTRODUCTION 1. The Strategic Ornithological Support Services group (SOSS)

More information

Competition Management

Competition Management Competition Management User Guide for the Basketball Network 2016 version 1.3 Table of Contents CONFIGURATION 4 Passport 4 Access via User Management 4 Club and Team Field Settings 5 Manage Competition

More information

GRASSROOTS WORKBOOK & PRACTICE PLANS. Ontario Soccer Association Player Development

GRASSROOTS WORKBOOK & PRACTICE PLANS. Ontario Soccer Association Player Development GRASSROOTS WORKBOOK & PRACTICE PLANS 1 FUNdamentals practice plans The OSA Player Development Model The Station concept The activities provided illustrate how stations can being used during Grassroots

More information

We can use a 2 2 array to show all four situations that can arise in a single play of this game, and the results of each situation, as follows:

We can use a 2 2 array to show all four situations that can arise in a single play of this game, and the results of each situation, as follows: Two-Person Games Game theory was developed, starting in the 1940 s, as a model of situations of conflict. Such situations and interactions will be called games and they have participants who are called

More information