Introduction to Course

Size: px
Start display at page:

Download "Introduction to Course"

Transcription

1 .. Introduction to Course Oran Kittithreerapronchai 1 1 Department of Industrial Engineering, Chulalongkorn University Bangkok THAILAND last updated: September 17, 2016 COMP METH v2.00: intro 1/ 35

2 Outline. 1 Contact Information and Syllabus. 2 Roles and Agreement. 3 Motivation of Optimization. 4 Solving Parametric Univariate COMP METH v2.00: intro 2/ 35

3 Contact Information Name: Oran Kittithreerapronchai, PhD Office: Room 603, Engineering Building 4 Office Hour: Tuesday 13:00-14:00 Thursday 16:00-17:00 or by appointment oran.k@chula.ac.th Tel: WWW: oran/index.htm COMP METH v2.00: intro 3/ 35

4 Syllabus: Before we start Goals Aware of a general computation method and optimization techniques in IE Optimization (Unconstrainted and Dynamic Programming) Algorithm & Data Mining Analyze IE data for using computation method Requirement Good background in math modeling and optimization Decent programming skills, logic thinking and perseverance COMP METH v2.00: intro 4/ 35

5 Grading Policy Grading Homework & Quiz (20%) Midterm Exam (30%) Term Project: Data Mining (50%) Grading & Scores 85 and above: final grade id definitely A between 50 and 85: A, B +, B, C +,..., D 50 and below: final grade is possibly F COMP METH v2.00: intro 5/ 35

6 Class Rules & Agreements No class attendance Don t interrupt others Focus on your term project Be responsible, especially meeting time and assignment Participate during class; this is Master level course.. Exam is designed to test student basic knowledge Term Project evaluates student performance COMP METH v2.00: intro 6/ 35

7 Code of honors Education with ethic standards and social responsibilities Trust as integral and essential part of learning process Self-discipline necessity Dishonesty hurts the entire community adapted from: Georgia Institute of Technology The Honor Code. Any violation to code of honors will severely punished, especially cheating and. plagiarism COMP METH v2.00: intro 7/ 35

8 Textbook and References Textbook References Chong, E and Zak, S An Introduction to Optimization Wiley-Interscience. Winston, W Operations Research Applications and Algorithms Duxbury Press. Torgo, L Data Mining with R: Learning with Case Studies Chapman & Hall. Zhao, Y R and Data Mining: Examples and Case Studies Elsevier. Mitchell, T.M., 1997 Mitchell Machine Learning McGraw-Hill COMP METH v2.00: intro 8/ 35

9 Class Website Class web site: oran/index.htm What for: teaching materials, assignments, and announcement How to turn-in your assignment Medium: R markdown file or doc file <ID>_hw<#homework>.Rmd (must be self-contain) Where & When: through courseville and before midnight of due date COMP METH v2.00: intro 9/ 35

10 Maximizing Revenue If a company charges a price p USD for a product, then it can sell 3000e p units of the product. What is the revenue function? f(p) = 3000 p e p When does it decreasing/increasing in terms of p p f(p) = 3000 p e p e p = 3000 e p (1 p) increasing: 0 < p < 1 decreasing: 1 < p < Is there any constraint? p 0 Find p that maximize the revenue pf(p) = 0 and solve for p f(p = 1) = source: Winston Chapter 11 Ex03 COMP METH v2.00: intro 10/ 35

11 Multiple ways to solve Trial & Error: time consuming & solution quality always work Graphic: dimensionality provide understanding Gradient: differentiable exact solution Algorithm: combine all above all above COMP METH v2.00: intro 11/ 35

12 Single Facility Location Problem Source. MIT and James Orlin Find the location of single warehouse that minimize the total distances from the following location. (assume all distances are Euclidean.) No. customer location (p i ) # shipments (w i ) 1 A (8,2) 19 2 B (3,10) 7 3 C (8,15) 2 4 D (14,13) 5 COMP METH v2.00: intro 12/ 35

13 Single Facility Location Problem min f(x) = f(x, y) = N w i (x p x i )2 + (y p y i )2 i=1 = 19 (x 8) 2 + (y 2) (x 3) 2 + (y 10) 2 +2 (x 8) 2 + (y 15) (x 14) 2 + (y 13) 2 1 Iter 0 Let d i (x 0, y 0 ) = (x 0 p x i )2 +(y 0 p y i )2 [ N w f(x, y) = i (x p x i ) i=1 d i (x,y), N i=1 w i (y p y i ) d i (x,y) ] T x 0 = (x 0, y 0 ) = (8.25, 10) and f(x 0 ) = Iter 1 x 1 = (, ) and f(x 1 ) = hence, [d 1, d 2, d 3, d 4 ] T = [ ] T Iter 2 x 2 = (, ) and f(x 2 ) = hence, [d 1, d 2, d 3, d 4 ] T = [ ] T Solution x = [8, 2] T and f(x ) = COMP METH v2.00: intro 13/ 35

14 Generalization Let the problem have the general mathematical programming (MP) form (P) minimize f(x) subject to x F. Mathematical programming Yield a solution satisfying constraints feasible solution (F) Solve for good solution minimal value optimal solution (f (x)) COMP METH v2.00: intro 14/ 35

15 Local and Global Minimizer Source. Chong & Zak pp 72. Definition (local minimizer).. Definition (global minimizer). Ạ point x F is a global minimizer of f( ) if f(x) f(x ) for all x F\x COMP METH v2.00: intro 15/ 35

16 Components of Optimization Model Decision Variables: What are we interested in? Objective Function: How do we measure the best solution? Direction: minimize or maximize Constraints: What are the solutions? Parameters: Data needed to describe relationship COMP METH v2.00: intro 16/ 35

17 Optimization Topics Deterministic. Optimization. Stochastic Optimization Unconstraint Non-Linear Univariate Multivariate Constraint Linear Constraint Non-Linear COMP METH v2.00: intro 17/ 35

18 Optimization Cycle Symbolic World Math Model Analysis Comp Result Abstraction. Interpretation Mgt. Situation Intuition Decision Real World COMP METH v2.00: intro 18/ 35

19 What is Data Mining? What: process to discover interesting knowledge from data Tasks: prediction and descriptive (clustering) Why: IT generates many data computer power is cheap business is high competitive Statistic Visualization Machine Learning Data Mining. Inform Sys Computer Alg Database Tech. COMP METH v2.00: intro 19/ 35

20 US Air Passengers AirPassengers Year 1949 Year 1950 Year 1951 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Month COMP METH v2.00: intro 20/ 35

21 Air Passengers De-Seasonality AirPassengers Year 1949 Year 1950 Year 1951 Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Oct Nov Dec Month COMP METH v2.00: intro 21/ 35

22 Fraud Transaction Identification A company allows its to set price independently There are many products and saleperson Few percentage can be manually detect fraud Can you build a computer algorithm to identify the fraud? COMP METH v2.00: intro 22/ 35

23 Overwhelming by Big Data COMP METH v2.00: intro 23/ 35

24 Data Mining Task Data Mining Task Predictive Descriptive Classification Regression Clustering Association Time Series Summarization Discovery. COMP METH v2.00: intro 24/ 35

25 Data Mining Cycle Collecting Data Learning Model Building. Obtaining Knowledge Action Business Evaluation COMP METH v2.00: intro 25/ 35

26 Computational Methods in IE Industrial and System Engineering (ISyE) Core: applying systematic thinking to make better decisions Decisions: location, inventory, routing, slotting, planning Role of Data Mining in IE: understanding historical data Role of Optimization in IE: achieving goals (cost, time, risk, regulation, and policies) Target Micro Marketing: customizing promotion for each household Amazon Dynamic Pricing: setting price based on number of views (conceded) COMP METH v2.00: intro 26/ 35

27 What is parametric univariate? Idea: known objective function single DV and no constraint Why: easiest problem Technique: Grid search, First order condition, Newton method Example I min f 1 (x) = x 4 14x x 2 70x, x R Example II min f 2 (x) = 3 x e x2 3 1 x ln(x), x 0 COMP METH v2.00: intro 27/ 35

28 COMP METH v2.00: intro / 35 Grid Search f 1 (x) = x 4 14x x 2 70x, x R

29 First Order Condition f 1 (x) = x 4 14x x 2 70x Then x f 1(x) = 4x 3 42x x 70 and, 2 x 2 f 1(x) = 12x 2 84x Then f 2 (x) = 3 x e x2 3 1 x ln(x) x f 2(x) = 3 e x2 6x 2 e x2 3 1 x 2 + ln(x) x 2 and, 2 x 2 f 2(x) = 6x e x2 12x e x2 + 12x 3 e x x x 3 2 ln(x) x 3 COMP METH v2.00: intro 29/ 35

30 Taylor Series for Univariate.. where, q(x) = f(x k ) + f (x k ) (x x k ) f (x k ) (x x k ) 2 f(x) = Original objective function q(x) = Taylor s approximated objective function First Order Condition x q(x) = f (x k ) + (x x k )f (x k ) = 0 x k+1 = x k f (x k ) f x k COMP METH v2.00: intro 30/ 35

31 What is Newton Method? Source. Chong & Zak pp 106 What: iterative method by estimating a objective function with Taylor s series Advantage: efficient, basic for multiple decision variable Requirement: explicit function, twice continuity COMP METH v2.00: intro 31/ 35

32 Example: Newton Method I Using Newton Method to find solution of this following function, if x 0 = 0.0. f(x) = x 4 14x x 2 70x Source. Chong & Zak pp 93 f 1 (x) = 4x 3 42x x 70 f 1 (x) = 12x 2 84x i x i f(x) f (x i ) f (x i ) x i COMP METH v2.00: intro 32/ 35

33 When is it Time To Quit: Tolerance What do we observe? Solution: virtually unchange, particularly x 3 = and x 4 = Objective Value: virtually unchange, particularly f(x 3 ) = and f(x 4 ) = Slope: virtually zero, particularly particularly f (x 3 ) = and f (x 4 ) = Iterations: take too many iterations Tolerance: ϵ Solution: x k+1 x k < ϵ x Objective Value: f(x k+1 ) f(x k ) < ϵ f(x) Slope: f (x k+1 ) < ϵ f (x) Iterations: t > N COMP METH v2.00: intro 33/ 35

34 Example II: Newton Method Using Newton Method to find solution of this following function using only the first derivative of f 2 ( ) start at x = 1.0. f 2 (x) = 3 x e x2 3 1 x ln(x) f 2 (x) = 3 e x2 6x 2 e x2 3 1 x 2 + ln(x) x 2 f 2 (x) = 6x e x2 12x e x2 + 12x 3 e x x x 3 2 ln(x) x 3 i x i f(x) f (x i ) f (x i ) x i COMP METH v2.00: intro 34/ 35

35 Summary Two Classes of Method Direct search: graphic, grid search Derivative based: FOC, Newton & Quasi-Newton methods Trade-Off Implementation: graphic, grid search Computational load: Convergence speed: FOC, Newton & Quasi-Newton methods COMP METH v2.00: intro 35/ 35

Instructor Dr. Tomislav Pintauer Mellon Hall Office Hours: 1-2 pm on Thursdays and Fridays, and by appointment.

Instructor Dr. Tomislav Pintauer Mellon Hall Office Hours: 1-2 pm on Thursdays and Fridays, and by appointment. Course Description and Objectives The purpose of this course is to introduce students to the basic facts and principles of chemistry. Our approach provides a sound foundation by teaching students that

More information

GAMINGRE 8/1/ of 7

GAMINGRE 8/1/ of 7 FYE 09/30/92 JULY 92 0.00 254,550.00 0.00 0 0 0 0 0 0 0 0 0 254,550.00 0.00 0.00 0.00 0.00 254,550.00 AUG 10,616,710.31 5,299.95 845,656.83 84,565.68 61,084.86 23,480.82 339,734.73 135,893.89 67,946.95

More information

Introduction to GIS (GEOG 401) Spring 2014, 3 credit hours

Introduction to GIS (GEOG 401) Spring 2014, 3 credit hours Introduction to GIS (GEOG 401) Spring 2014, 3 credit hours Instructors: Guangxing Wang, Ph.D. Email: gxwang@siu.edu Phone: (618) 453-6017 Office: 4442 Faner Hall Office hours: M& W&F 9:00am-11:00am or

More information

GEOG 508 GEOGRAPHIC INFORMATION SYSTEMS I KANSAS STATE UNIVERSITY DEPARTMENT OF GEOGRAPHY FALL SEMESTER, 2002

GEOG 508 GEOGRAPHIC INFORMATION SYSTEMS I KANSAS STATE UNIVERSITY DEPARTMENT OF GEOGRAPHY FALL SEMESTER, 2002 GEOG 508 GEOGRAPHIC INFORMATION SYSTEMS I KANSAS STATE UNIVERSITY DEPARTMENT OF GEOGRAPHY FALL SEMESTER, 2002 Course Reference #: 13210 Meeting Time: TU 2:05pm - 3:20 pm Meeting Place: Ackert 221 Remote

More information

Multivariate Statistical Analysis

Multivariate Statistical Analysis Multivariate Statistical Analysis Fall 2011 C. L. Williams, Ph.D. Syllabus and Lecture 1 for Applied Multivariate Analysis Outline Course Description 1 Course Description 2 What s this course about Applied

More information

SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017

SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017 SYLLABUS SEFS 540 / ESRM 490 B Optimization Techniques for Natural Resources Spring 2017 Lectures: Winkenwerder Hall 107, 4:50-5:50pm, MW Labs: Mary Gates Hall 030, 1:30-2:50pm, Th Course Web Site: http://faculty.washington.edu/toths/course.shtml

More information

2018 SPRING PHYS 8011 Classical mechanics I (as of Apr. 19/2018) The course syllabus is a general plan for the course; deviations announced to the class by the instructor may be necessary. A FRIENDLY REMINDER:

More information

Page 1 of 5 Printed: 2/4/09

Page 1 of 5 Printed: 2/4/09 Course Goal: CHEN 205 - Chemical Engineering Thermodynamics I, Credit 3 (3-0) Spring 2009, TuTh 9:35 10:50, Brown 102 (a) To introduce students to the fundamental concepts and laws of thermodynamics; and

More information

CIMA Dates and Prices Online Classroom Live September August 2016

CIMA Dates and Prices Online Classroom Live September August 2016 CIMA Dates and Prices Online Classroom Live September 2015 - August 2016 This document provides detail of the programmes that are being offered for the Objective Tests and Integrated Case Study Exams from

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS COLLEGE ALGEBRA MATH 1130 Class Hours: 3.0 Credit Hours: 3.0 Laboratory Hours: 0.0 Date Revised: Fall 2017 Catalog Course Description: This course is

More information

CAS GE 365 Introduction to Geographical Information Systems. The Applications of GIS are endless

CAS GE 365 Introduction to Geographical Information Systems. The Applications of GIS are endless Spring 2007 CAS GE 365 Introduction to Geographical Information Systems Boston University Department of Geography and Environment The Applications of GIS are endless images from www.esri.com CAS GE 365

More information

PHYS 480/580 Introduction to Plasma Physics Fall 2017

PHYS 480/580 Introduction to Plasma Physics Fall 2017 PHYS 480/580 Introduction to Plasma Physics Fall 2017 Instructor: Prof. Stephen Bradshaw (302 Herman Brown Hall, ext. 4045) Email: stephen.bradshaw {at} rice.edu Class Website: Owl Space Lectures: Tuesday

More information

Public Disclosure Copy

Public Disclosure Copy Public Disclosure Authorized EAST ASIA AND PACIFIC Mongolia Finance & Markets Global Practice IBRD/IDA Investment Project Financing FY 2017 Seq No: 3 ARCHIVED on 18-Dec-2017 ISR30626 Implementing Agencies:

More information

GTECH Advanced GIS Fall 2013 Wednesday, 5:35 9:15 PM

GTECH Advanced GIS Fall 2013 Wednesday, 5:35 9:15 PM GTECH 732 - Advanced GIS Fall 2013 Wednesday, 5:35 9:15 PM Instructor: Carsten Kessler, carsten.kessler@gmail.com Place of Instruction: Hunter North, Room 1090B, large lab Office Hours: Tuesday 3 5 PM

More information

PHYS F212X FE1+FE2+FE3

PHYS F212X FE1+FE2+FE3 Syllabus for PHYS F212X FE1+FE2+FE3 General Physics II College of Natural Science and Mathematics University of Alaska Fairbanks Fall 2016 (8/29/2016 to 12/14/2016) Course Information: PHYS F212X FE1+FE2+FE3

More information

BIOGEOGRAPHY - BIOL 5010/ FALL 2017

BIOGEOGRAPHY - BIOL 5010/ FALL 2017 BIOGEOGRAPHY - BIOL 5010/6010 - FALL 2017 The study of the distribution of species and ecosystems in geographic space and through geological time MWF 2:30-3:20 pm, Biology/Natural Resources Building, room

More information

Snowden Cartography 1 GEOG 315:001 Cartography Thursdays 4:00 6:30PM F375 Fall 2010 Dr. Snowden Course Description

Snowden Cartography 1 GEOG 315:001 Cartography Thursdays 4:00 6:30PM F375 Fall 2010 Dr. Snowden Course Description Snowden Cartography 1 www.drksnowden.com GEOG 315:001 Cartography Thursdays 4:00 6:30PM F375 Fall 2010 Dr. Snowden Course Description Principles and theory of basic map design, layout, and communication.

More information

2019 Settlement Calendar for ASX Cash Market Products. ASX Settlement

2019 Settlement Calendar for ASX Cash Market Products. ASX Settlement 2019 Settlement Calendar for ASX Cash Market Products ASX Settlement Settlement Calendar for ASX Cash Market Products 1 ASX Settlement Pty Limited (ASX Settlement) operates a trade date plus two Business

More information

Southwestern College CHEM /62 Preparation for General Chemistry Spring Semester 2012

Southwestern College CHEM /62 Preparation for General Chemistry Spring Semester 2012 Southwestern College CHEM 170-60/62 Preparation for General Chemistry Spring Semester 2012 Professor David R. Brown, Ph.D. University of Illinois at Urbana-Champaign Class Meetings Lecture MW 5:00 p.m.

More information

CHEM 25: Organic Chemistry I https://moodle.drew.edu (2009FA-CHEM )

CHEM 25: Organic Chemistry I https://moodle.drew.edu (2009FA-CHEM ) CHEM 25: Organic Chemistry I https://moodle.drew.edu (2009FA-CHEM-25-001) Instructor Jane M. Liu, Ph.D. Hall of Sciences S212 jliu3@drew.edu (973-408-3303) Class 9:30-10:35am M, W, F (S244) Laboratory

More information

PS 150 Physics I for Engineers Embry-Riddle Aeronautical University Fall 2018

PS 150 Physics I for Engineers Embry-Riddle Aeronautical University Fall 2018 PS 150 Physics I for Engineers Embry-Riddle Aeronautical University Fall 2018 Instructor: M. Anthony Reynolds email: reynodb2@erau.edu web: http://pages.erau.edu/~reynodb2/ps150 phone: (386) 226-7752 office:

More information

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST)

KOMAR UNIVERSITY OF SCIENCE AND TECHNOLOGY (KUST) Course Title Course Code General Chemistry I and Lab CHM1410C General Chemistry I No. of Credits Department All Departments College Science and Engineering Pre-requisites Course Code Course Coordinator(s)

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography Fall 2014 Mondays 5:35PM to 9:15PM Instructor: Doug Williamson, PhD Email: Douglas.Williamson@hunter.cuny.edu

More information

REPORT ON LABOUR FORECASTING FOR CONSTRUCTION

REPORT ON LABOUR FORECASTING FOR CONSTRUCTION REPORT ON LABOUR FORECASTING FOR CONSTRUCTION For: Project: XYZ Local Authority New Sample Project Contact us: Construction Skills & Whole Life Consultants Limited Dundee University Incubator James Lindsay

More information

General Chemistry I (CHE 1401)

General Chemistry I (CHE 1401) General Chemistry I (CHE 1401) Spring 2011 Instructor: Dr. Samir El Hajjaji (s.elhajjaji@aui.ma) Office Location: Room 104, Building 5 Phone ext.: 28 Office Hours: M, T, R: 14:000-16:00 W: 09:00-12:00

More information

Pre-Calculus Room 114

Pre-Calculus Room 114 Pre-Calculus 2016-2017 Room 114 Ms. Johansen COURSE DESCRIPTION Course Description: This is a full year rigorous course designed as a college level Pre-Calculus course. Topics studied include: Functions,

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional information last updated uary 2018 v4.1 Please note: Information and dates in this timetable are subject to change. How the 4 exam sittings can work for you

More information

Mathematics B Monday 2 November 2015 Paper One Question book

Mathematics B Monday 2 November 2015 Paper One Question book 2015 Senior External Examination Mathematics B Monday 2 November 2015 Paper One Question book 9 am to 12:10 pm Time allowed Perusal time: 10 minutes Working time: 3 hours Examination materials provided

More information

Average 175, , , , , , ,046 YTD Total 1,098,649 1,509,593 1,868,795 1,418, ,169 1,977,225 2,065,321

Average 175, , , , , , ,046 YTD Total 1,098,649 1,509,593 1,868,795 1,418, ,169 1,977,225 2,065,321 AGRICULTURE 01-Agriculture JUL 2,944-4,465 1,783-146 102 AUG 2,753 6,497 5,321 1,233 1,678 744 1,469 SEP - 4,274 4,183 1,596 - - 238 OCT 2,694 - - 1,032 340-276 NOV 1,979-5,822 637 3,221 1,923 1,532 DEC

More information

Average 175, , , , , , ,940 YTD Total 944,460 1,284,944 1,635,177 1,183, ,954 1,744,134 1,565,640

Average 175, , , , , , ,940 YTD Total 944,460 1,284,944 1,635,177 1,183, ,954 1,744,134 1,565,640 AGRICULTURE 01-Agriculture JUL 2,944-4,465 1,783-146 102 AUG 2,753 6,497 5,321 1,233 1,678 744 1,469 SEP - 4,274 4,183 1,596 - - 238 OCT 2,694 - - 1,032 340-276 NOV 1,979-5,822 637 3,221 1,923 1,532 DEC

More information

INTRODUCTION TO NUCLEAR AND PARTICLE PHYSICS Physics 4/56301 SPRING 2016 INSTRUCTOR:

INTRODUCTION TO NUCLEAR AND PARTICLE PHYSICS Physics 4/56301 SPRING 2016 INSTRUCTOR: INTRODUCTION TO NUCLEAR AND PARTICLE PHYSICS Physics 4/56301 SPRING 2016 INSTRUCTOR: Dr. Mark Manley manley@kent.edu 510-H Library http://www.kent.edu/physics/profile/d-mark-manley 330-672-2407 CLASS HOURS:

More information

In Centre, Online Classroom Live and Online Classroom Programme Prices

In Centre, Online Classroom Live and Online Classroom Programme Prices In Centre, and Online Classroom Programme Prices In Centre Online Classroom Foundation Certificate Bookkeeping Transactions 430 325 300 Bookkeeping Controls 320 245 225 Elements of Costing 320 245 225

More information

ALGEBRA I COURSE SYLLABUS

ALGEBRA I COURSE SYLLABUS Dominican International School ALGEBRA I COURSE SYLLABUS GRADE LEVEL: 8 SCHOOL YEAR: 2018-2019 TEACHER: Christiaan Basson EMAIL: cbasson@dishs.tp.edu.tw COURSE DESCRIPTION Algebra I is the course that

More information

PHYSICS 206, Spring 2019

PHYSICS 206, Spring 2019 PHYSICS 206, Spring 2019 Instructor: Gregory Christian Lecture times: TR 9:35 10:50, room MPHY 203 Office: MIST M320 Phone: 979-845-1411 Email: gchristian@tamu.edu Homepage: http://faculty.physics.tamu.edu/christian/teaching.html

More information

SPRING 2014 Department of Physics & Astronomy, UGA PHYS 4202/6202 Electricity and Magnetism II (as of Jan. 07/2014)

SPRING 2014 Department of Physics & Astronomy, UGA PHYS 4202/6202 Electricity and Magnetism II (as of Jan. 07/2014) SPRING 2014 Department of Physics & Astronomy, UGA PHYS 4202/6202 Electricity and Magnetism II (as of Jan. 07/2014) The course syllabus is a general plan for the course; deviations announced to the class

More information

Prerequisite: one year of high school chemistry and MATH 1314

Prerequisite: one year of high school chemistry and MATH 1314 Chemistry 1411 COURSE SYLLABUS CRN 70200, Fall 2015 Time: Tuesday & Thursday 12:00 PM~3:00 PM (08/24~12/13) Instructor: Dr. Sudha Rani (Available before/after the class by appointment) Phone: 716-560-5491

More information

2017 Settlement Calendar for ASX Cash Market Products ASX SETTLEMENT

2017 Settlement Calendar for ASX Cash Market Products ASX SETTLEMENT 2017 Settlement Calendar for ASX Cash Market Products ASX SETTLEMENT Settlement Calendar for ASX Cash Market Products 1 ASX Settlement Pty Limited (ASX Settlement) operates a trade date plus two Business

More information

GEOL 103: Dynamic Earth

GEOL 103: Dynamic Earth gps.gov GEOL 103: Dynamic Earth Syllabus Dr. Antun Husinec Fall 2008 General Description This course is designed to provide you with a basic overview of the science of geology. It is recommended not only

More information

AGRY 545/ASM 591R. Remote Sensing of Land Resources. Fall Semester Course Syllabus

AGRY 545/ASM 591R. Remote Sensing of Land Resources. Fall Semester Course Syllabus AGRY 545/ASM 591R Remote Sensing of Land Resources Fall Semester 2005 Course Syllabus Agronomy 545/ASM 591R is a graduate level course designed to teach students how to analyze and interpret remotely sensed

More information

Introduction to Forecasting

Introduction to Forecasting Introduction to Forecasting Introduction to Forecasting Predicting the future Not an exact science but instead consists of a set of statistical tools and techniques that are supported by human judgment

More information

COURSE SYLLABUS Math/Science Department PHY 104 Physical Science Spring 2016

COURSE SYLLABUS Math/Science Department PHY 104 Physical Science Spring 2016 COURSE SYLLABUS Math/Science Department PHY 104 Physical Science Spring 2016 INSTRUCTOR: Mrs. Susan Davis, Instructor of Biology and Physical Science OFFICE: HH 103J PHONE: 410-572-8742 EMAIL: sdavis@worwic.edu

More information

Physics 103 Astronomy Syllabus and Schedule Fall 2016

Physics 103 Astronomy Syllabus and Schedule Fall 2016 Physics 103 Astronomy Syllabus and Schedule Fall 2016 Instructor: April Hendley Phone: 453-2272 Office: Neckers 462 E-Mail: ahendley@siu.edu Office Hours: Tuesday: 10:00 am 12:00 noon Wednesday: 1:30 pm

More information

Sometimes Accountants Fail to Budget

Sometimes Accountants Fail to Budget ISSN 1940-204X Sometimes Accountants Fail to Budget Gail Hoover King Purdue University Calumet Jane Saly University of St. Thomas Budgeting is important in all organizations, but it is especially in nonprofit

More information

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University

Lecture Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Lecture 15 20 Prepared By: Mohammad Kamrul Arefin Lecturer, School of Business, North South University Modeling for Time Series Forecasting Forecasting is a necessary input to planning, whether in business,

More information

MATH 135 PRE-CALCULUS: ELEMENTARY FUNCTIONS COURSE SYLLABUS FALL 2012

MATH 135 PRE-CALCULUS: ELEMENTARY FUNCTIONS COURSE SYLLABUS FALL 2012 Instructor: Course: Prereq: Description: Learning Outcomes: Gigi Drent Office: Faculty One, Room 115 Office Hours: MW 10:00 10:50 or by appointment Phone: 808-245-8289 Email: gdrent@hawaii.edu (best way

More information

IE598 Big Data Optimization Introduction

IE598 Big Data Optimization Introduction IE598 Big Data Optimization Introduction Instructor: Niao He Jan 17, 2018 1 A little about me Assistant Professor, ISE & CSL UIUC, 2016 Ph.D. in Operations Research, M.S. in Computational Sci. & Eng. Georgia

More information

Stellar Astronomy 1401 Spring 2009

Stellar Astronomy 1401 Spring 2009 Stellar Astronomy 1401 Spring 2009 Instructor: Ron Wilhelm Office: Science Building Room 9 Contact information: Office Hours: 742-4707 or ron.wilhelm@ttu.edu MWF 10:00-11:00 PM T & Th 11:30-12:30 AM Or

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional information last updated uary 2018 v2.1 Please note: Information and dates in this timetable are subject to change. How the 4 exam sittings can work for you

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Fall 2015 Lectures: Tuesdays & Thursdays 2:00pm-2:50pm, Science 234 Lab sessions: Tuesdays or Thursdays 3:00pm-4:50pm or Friday 9:00am-10:50am, Holden 204

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Spring 2016 Lectures: Tuesdays & Thursdays 12:30pm-1:20pm, Science 234 Labs: GIST 4302: Monday 1:00-2:50pm or Tuesday 2:00-3:50pm GIST 5302: Wednesday 2:00-3:50pm

More information

GIST 4302/5302: Spatial Analysis and Modeling

GIST 4302/5302: Spatial Analysis and Modeling GIST 4302/5302: Spatial Analysis and Modeling Spring 2014 Lectures: Tuesdays & Thursdays 2:00pm-2:50pm, Holden Hall 00038 Lab sessions: Tuesdays or Thursdays 3:00pm-4:50pm or Wednesday 1:00pm-2:50pm, Holden

More information

Don t Trust Atoms, they Make Up Everything High School Chemistry

Don t Trust Atoms, they Make Up Everything High School Chemistry Don t Trust Atoms, they Make Up Everything High School Chemistry Grades: 9 th 12 th Day of Week: Thursday Time of Class: 1:00 pm 2:30 pm EST Length of Class: 30 weeks Semester: Fall 2019, Winter 2020,

More information

Syllabus for CH-3300 Introduction to Physical Chemistry

Syllabus for CH-3300 Introduction to Physical Chemistry Syllabus for CH-3300 Introduction to Physical Chemistry Overview: This class will introduce concepts of physical chemistry particularly relevant to the medicinal and life sciences. While developing the

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional information last updated 4 April 2018 v3.1 Please note: Information and dates in this timetable are subject to change. How the 4 exam sittings can work for

More information

Multivariable Calculus

Multivariable Calculus Multivariable Calculus Bridgewater State University Multivariable Calculus 1 / 21 Multivariable Calculus - MATH 261-001 Instructor: Dr. Vignon Oussa Class times Credits 4.000 10 : 10 am - 11 : 00 am MWF

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional information last updated uary 2018 v4 Please note: Information and dates in this timetable are subject to change. How the 4 exam sittings can work for you ACCA

More information

Lesson Adaptation Activity: Analyzing and Interpreting Data

Lesson Adaptation Activity: Analyzing and Interpreting Data Lesson Adaptation Activity: Analyzing and Interpreting Data Related MA STE Framework Standard: 3-ESS2-1. Use graphs and tables of local weather data to describe and predict typical weather during a particular

More information

GEOL 443 SYLLABUS. Igneous and Metamorphic Petrology, Spring 2013 Tuesday & Thursday 8:00 a.m. 9:15 a.m., PLS Date Subject Reading

GEOL 443 SYLLABUS. Igneous and Metamorphic Petrology, Spring 2013 Tuesday & Thursday 8:00 a.m. 9:15 a.m., PLS Date Subject Reading GEOL 443 SYLLABUS Igneous and Metamorphic Petrology, Spring 2013 Tuesday & Thursday 8:00 a.m. 9:15 a.m., PLS 1113 Date Subject Reading Jan 24 Introduction: Overview of petrology, rocks. Structure and Chapter

More information

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '10.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections. Fall '10. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Monday / Thursday Sections Fall 2010 All course materials are available on the RPI Learning Management System (LMS) website.

More information

Physics 112 for class and recitation WF 10:10 a.m. - 10:40 a.m. or by appointment

Physics 112 for class and recitation WF 10:10 a.m. - 10:40 a.m. or by appointment SYLLABUS (Subject to Modification) PHYS. 4310 Quantum Mechanics Dr. Sandra Quintanilla Office: Physics 309 Spring 2016 email: squintanilla@unt.edu Lecture: MWF 9:00 9:50 a.m. Phone: 565-4739 Recitation:

More information

Published by ASX Settlement Pty Limited A.B.N Settlement Calendar for ASX Cash Market Products

Published by ASX Settlement Pty Limited A.B.N Settlement Calendar for ASX Cash Market Products Published by Pty Limited A.B.N. 49 008 504 532 2012 Calendar for Cash Market Products Calendar for Cash Market Products¹ Pty Limited ( ) operates a trade date plus three Business (T+3) settlement discipline

More information

ACCA Interactive Timetable

ACCA Interactive Timetable ACCA Interactive Timetable 2018 Professional Version 6.1 Information last updated 6th June 2018 Please note: Information and dates in this timetable are subject to change. A better way of learning that

More information

MTH 163, Sections 40 & 41 Precalculus I FALL 2015

MTH 163, Sections 40 & 41 Precalculus I FALL 2015 MTH 163, Sections 40 & 41 Precalculus I FALL 2015 Instructor Name : Mrs. Donna M. Ratliff Office Number: Room 217 Office Phone Number: (434) 946-2898 Email: dmratliff@amherst.k12.va.us Office Hours: Before

More information

Machine Learning (CS 567) Lecture 5

Machine Learning (CS 567) Lecture 5 Machine Learning (CS 567) Lecture 5 Time: T-Th 5:00pm - 6:20pm Location: GFS 118 Instructor: Sofus A. Macskassy (macskass@usc.edu) Office: SAL 216 Office hours: by appointment Teaching assistant: Cheol

More information

Annual Average NYMEX Strip Comparison 7/03/2017

Annual Average NYMEX Strip Comparison 7/03/2017 Annual Average NYMEX Strip Comparison 7/03/2017 To Year to Year Oil Price Deck ($/bbl) change Year change 7/3/2017 6/1/2017 5/1/2017 4/3/2017 3/1/2017 2/1/2017-2.7% 2017 Average -10.4% 47.52 48.84 49.58

More information

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections. Spring '13.

Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections. Spring '13. Introduction to Engineering Analysis - ENGR1100 Course Description and Syllabus Tuesday / Friday Sections Spring 2013 Back exams, HW solutions, and other useful links can be found at the following website:

More information

EOS-310 Severe & Unusual Weather Spring, 2009 Associate Prof. Zafer Boybeyi 1/20/09

EOS-310 Severe & Unusual Weather Spring, 2009 Associate Prof. Zafer Boybeyi 1/20/09 EOS-310 Spring, 2009 Associate Prof. Zafer Boybeyi 1/20/09 1 Instructor and Contact information Associate Prof. Zafer Boybeyi Research I, Room 217 Mail Stop 6A2 Email: zboybeyi@gmu.edu Phone: (703) 993-1560

More information

North Toronto Christian School MATH DEPARTMENT

North Toronto Christian School MATH DEPARTMENT North Toronto Christian School MATH DEPARTMENT 2017-2018 Course: Advanced Functions, Grade 12 MHF4U Teacher: D. Brooks (dbrooks@ntcs.on.ca) Course description: This course extends students experience with

More information

Special Topic: Organic Chemistry I (SCI )

Special Topic: Organic Chemistry I (SCI ) Special Topic: Organic Chemistry I (SCI 2399 02) Spring 2017 Instructor: Dr. Samir El Hajjaji (s.elhajjaji@aui.ma) Office Location: Room 104, Building 5 Phone ext.: 3394 Office Hours: Monday: 12:00-15:00

More information

Exam policies Learning Disabilities Academic Honesty Class Attendance Getting Help

Exam policies Learning Disabilities Academic Honesty Class Attendance Getting Help Exam policies Exams will normally be returned during the next scheduled class period; exams not picked up in class the day that they are returned can be picked up from my office during office hours. Exams

More information

PHYS 1112: Introductory Physics-Electricity and Magnetism, Optics, Modern Physics

PHYS 1112: Introductory Physics-Electricity and Magnetism, Optics, Modern Physics FALL 2012 Department of Physics & Astronomy, University of Georgia PHYS 1112: Introductory Physics-Electricity and Magnetism, Optics, Modern Physics The course syllabus is a general plan for the course;

More information

Forecasting. Copyright 2015 Pearson Education, Inc.

Forecasting. Copyright 2015 Pearson Education, Inc. 5 Forecasting To accompany Quantitative Analysis for Management, Twelfth Edition, by Render, Stair, Hanna and Hale Power Point slides created by Jeff Heyl Copyright 2015 Pearson Education, Inc. LEARNING

More information

N U C L : R E A C T O R O P E R A T I O N A N D R E G U L A T O R Y P O L I C Y, I

N U C L : R E A C T O R O P E R A T I O N A N D R E G U L A T O R Y P O L I C Y, I N U C L 6 0 6 0 : R E A C T O R O P E R A T I O N A N D R E G U L A T O R Y P O L I C Y, I FALL 2013 INSTRUCTORS: Gregory Moffitt & Ryan Schow LECTURES: MONDAY & WEDNESDAY 11:50 AM 1:10 PM MEB 1206 OFFICE

More information

PHYS1021 Stars and Galaxies Summer 2015

PHYS1021 Stars and Galaxies Summer 2015 Professor: Dr. Mark W. Plano Clark Office: Geo/Phys 435 Telephone: (513) 556-0546 Email: Office Hours: Text: Course Description mark.planoclark@uc.edu PHYS1021 Stars and Galaxies Summer 2015 MTWR: 10:00-11:00

More information

The World Bank CG Rep. LISUNGI Safety Nets System Project (P145263)

The World Bank CG Rep. LISUNGI Safety Nets System Project (P145263) Public Disclosure Authorized AFRICA Congo, Republic of Social Protection & Labor Global Practice IBRD/IDA Investment Project Financing FY 2014 Seq No: 7 ARCHIVED on 04-Dec-2017 ISR30246 Implementing Agencies:

More information

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography

GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography GTECH 380/722 Analytical and Computer Cartography Hunter College, CUNY Department of Geography Spring 2010 Wednesdays 5:35PM to 9:15PM Instructor: Doug Williamson, PhD Email: Douglas.Williamson@hunter.cuny.edu

More information

AS 102 The Astronomical Universe (Spring 2010) Lectures: TR 11:00 am 12:30 pm, CAS Room 316 Course web page:

AS 102 The Astronomical Universe (Spring 2010) Lectures: TR 11:00 am 12:30 pm, CAS Room 316 Course web page: Instructor: AS 102 The Astronomical Universe (Spring 2010) Lectures: TR 11:00 am 12:30 pm, CAS Room 316 Course web page: http://firedrake.bu.edu/as102/as102.html Professor Tereasa Brainerd office: CAS

More information

CS 6375 Machine Learning

CS 6375 Machine Learning CS 6375 Machine Learning Nicholas Ruozzi University of Texas at Dallas Slides adapted from David Sontag and Vibhav Gogate Course Info. Instructor: Nicholas Ruozzi Office: ECSS 3.409 Office hours: Tues.

More information

Math 410 Linear Algebra Summer Session American River College

Math 410 Linear Algebra Summer Session American River College Course Information Instructor: Kristin Lui Email: luik@arc.losrios.edu Office Hours: By appointment Location: Liberal Arts 163 ARC Main Campus Meet Times: Tuesday/Thursday 6:30 pm 9:40 pm Dates: June 16,

More information

University of Alaska Fairbanks Chemistry 103: Basic General Chemistry Course Syllabus

University of Alaska Fairbanks Chemistry 103: Basic General Chemistry Course Syllabus University of Alaska Fairbanks Chemistry 103: Basic General Chemistry Course Syllabus Course: Basic General Chemistry (CHEM 103); 4 credits Prerequisites: Placement in ENGL 111 and DEVM 105 or, alternatively,

More information

Welcome Survey getting to know you Collect & log Supplies received Classroom Rules Curriculum overview. 1 : Aug 810. (3 days) 2nd: Aug (5 days)

Welcome Survey getting to know you Collect & log Supplies received Classroom Rules Curriculum overview. 1 : Aug 810. (3 days) 2nd: Aug (5 days) 1st Quarter (41Days) st 1 : Aug 810 (3 days) 2nd: Aug 13-17 Reporting Categories (TEKS SEs) Skill Create and write a postcard about your favorite community activity Review 2nd Grade Vocabulary Chapter

More information

This course is based on notes from a variety of textbooks, National Weather Service Manuals, and online modules (e.g.,

This course is based on notes from a variety of textbooks, National Weather Service Manuals, and online modules (e.g., ESCI 6216 Synoptic Meteorology MWF, 9:10-10:05 a.m., JN 222 Course Syllabus Fall 2014 Instructor: Office: Phone: E-Mail: Website: Dr. Dorian J. Burnette 230, Johnson Hall 901-678-4452 djbrntte@memphis.edu

More information

Forecasting the Canadian Dollar Exchange Rate Wissam Saleh & Pablo Navarro

Forecasting the Canadian Dollar Exchange Rate Wissam Saleh & Pablo Navarro Forecasting the Canadian Dollar Exchange Rate Wissam Saleh & Pablo Navarro Research Question: What variables effect the Canadian/US exchange rate? Do energy prices have an effect on the Canadian/US exchange

More information

HEAT AND THERMODYNAMICS PHY 522 Fall, 2010

HEAT AND THERMODYNAMICS PHY 522 Fall, 2010 HEAT AND THERMODYNAMICS PHY 522 Fall, 2010 I. INSTRUCTOR Professor Lance De Long Office: CP363 (257-4775) Labs: CP75, CP158 (257-8883), ASTeCC A041 Office Hours: M 10:30-11:30 a.m.; T 8:30-9:30 a.m. II.

More information

GREAT IDEAS IN PHYSICS

GREAT IDEAS IN PHYSICS PHYSICS 103-01 TR 0800 0915 DL312 http://people.uncw.edu/morrisonj/courses/phy103syllabus.htm GREAT IDEAS IN PHYSICS SYLLABUS INSTRUCTOR: JOHN M. MORRISON OFFICE: DL-201 and MYRTLE GROVE 2331 EMAIL: morrisonj@uncw.edu

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS CALCULUS BASED PHYSICS I PHYS 2110

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS CALCULUS BASED PHYSICS I PHYS 2110 PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS CALCULUS BASED PHYSICS I PHYS 2110 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Revised: Spring 2011 Catalog Course Description: For students

More information

AP Calculus Overview

AP Calculus Overview AP Calculus Overview 2009-2010 Month Content Skills Assessment AUG.-SEPT. PreCalc Review - Reduce Rational Expressions - edhelper worksheet - Factor and solve Quadratic equations. - TM Algebra review Graph

More information

Physics 343: Modern Physics Autumn 2015

Physics 343: Modern Physics Autumn 2015 Physics 343: Modern Physics Autumn 2015 Course Information Instructor: Dr. David A. Macaluso Office: C.H. Clapp Building, room 119 Telephone: (406) 243-6641 Email: david.macaluso@umontana.edu Lectures:

More information

CHEMISTRY 121 FG Spring 2013 Course Syllabus Rahel Bokretsion Office 3624, Office hour Tuesday 11:00 AM-12:00 PM

CHEMISTRY 121 FG Spring 2013 Course Syllabus Rahel Bokretsion Office 3624, Office hour Tuesday 11:00 AM-12:00 PM CHEMISTRY 121 FG Spring 2013 Course Syllabus Rahel Bokretsion rbokretsion@ccc.edu Office 3624, Office hour Tuesday 11:00 AM-12:00 PM GENERAL COURSE INFORMATION Required Material: Introductory Chemistry

More information

Physics 141 Course Information

Physics 141 Course Information Physics 141 Course Information General Physics I - Mechanics Spring 2008 Instructors: Office Hours: Textbook: Online Homework: Disclaimer: Nikos Varelas 2134 SES (312) 996-3415 varelas@uic.edu Charles

More information

PRACTICE FOR PLACEMENT EXAM PART A

PRACTICE FOR PLACEMENT EXAM PART A PRACTICE FOR PLACEMENT EXAM PART A For students trying to place into: MAT 099, Intermediate Algebra MAT 000, Mathematics in Today s World MAT 00, Algebra with Trigonometry Problems - are based on Arithmetic

More information

PHYS 208, sections , Fall 2017

PHYS 208, sections , Fall 2017 COLLEGE OF SCIENCE DEPARTMENT OF PHYSICS AND ASTRONOMY PHYS 208, sections 519-524, Fall 2017 Instructor Information Instructor Dr. Mioduszewski Telephone 979.845.1411 Email mio@comp.tamu.edu (please start

More information

Concepts of shape, center, spread and outliers graphs such as dot plots and box plots

Concepts of shape, center, spread and outliers graphs such as dot plots and box plots Intermediate Algebra - non STEM path Math in the Real World (3 hours) o Percentages o Unit conversion o Solving literal equations Functions (6 hours) o Unit analysis of input and output variables o Practical

More information

Physics 141 Course Information

Physics 141 Course Information Physics 141 Course Information General Physics I - Mechanics Spring 2009 Instructors: Office Hours: Textbook: Online Homework: Disclaimer: Nikos Varelas 2134 SES (312) 996-3415 varelas@uic.edu Adrian Barkan

More information

CHEM GENERAL CEMISTRY

CHEM GENERAL CEMISTRY CHEM 100-12 GENERAL CEMISTRY Course Synopsis: The fundamental principles of chemistry, including atomic and molecular structure, bonding, elementary thermochemistry and thermodynamics, oxidation-reduction

More information

ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 101 College Physics I Course Outline

ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 101 College Physics I Course Outline ESSEX COUNTY COLLEGE Mathematics and Physics Division PHY 101 College Physics I Course Outline Course Number & Name: PHY 101 College Physics I Credit Hours: 4.0 Contact Hours: 6.0 Lecture/Lab: 6.0 Other:

More information

Geog418: Introduction to GIS Fall 2011 Course Syllabus. Textbook: Introduction to Geographic Information Systems edited by Chang (6th ed.

Geog418: Introduction to GIS Fall 2011 Course Syllabus. Textbook: Introduction to Geographic Information Systems edited by Chang (6th ed. Geog418: Introduction to GIS Fall 2011 Course Syllabus AH 1320 3:30 4:45 p.m.tr Instructor: Dr. Shunfu Hu Office: AH1413 Telephone 650-2281 Office hours: 10:00 11:00 a.m. TR or by appointment (shu@siue.edu)

More information

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS DEVELOPMENTAL MATHEMATICS DSPM Credit Hours: 0 (credit is assigned to the required modules)

PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS DEVELOPMENTAL MATHEMATICS DSPM Credit Hours: 0 (credit is assigned to the required modules) PELLISSIPPI STATE COMMUNITY COLLEGE MASTER SYLLABUS DEVELOPMENTAL MATHEMATICS DSPM 0890 Class Hours: 2 Credit Hours: 0 (credit is assigned to the required modules) Laboratory Hours: 2 Revised: Summer 2010

More information