Simple Graphs First we introduce some of the vocabulary: Node Vertex

Slides:



Advertisements
Similar presentations
What is an Extended Response?
Advertisements

Graph Theory Arnold Mesa. Basic Concepts n A graph G = (V,E) is defined by a set of vertices and edges v3 v1 v2Vertex (v1) Edge (e1) A Graph with 3 vertices.
Introduction to Graph Theory Instructor: Dr. Chaudhary Department of Computer Science Millersville University Reading Assignment Chapter 1.
Apprenticeship and Workplace Mathematics Meeting the Needs of Today’s Students.
Providing Constructive Feedback
Using MyMathLab Features You must already be registered or enrolled in a current class.
Spring 2010CS 2251 Graphs Chapter 10. Spring 2010CS 2252 Chapter Objectives To become familiar with graph terminology and the different types of graphs.
Using MyMathLab Features You must already be registered or enrolled in a current MyMathLab class in order to use MyMathLab. If you are not registered or.
A Tour of the ELES Online Study Skills Handbook for Secondary Schools. This site will help your students improve their results.
Guidelines for Examination Candidates Raymond Hickey English Linguistics University of Duisburg and Essen (August 2015)
Module 1: A Closer Look at the Common Core State Standards for Mathematics High School Session 2: Matching Clusters of Standards to Critical Areas in one.
Geography Scholarship Jane Evans Geography Facilitator Team Solutions.
Teaching Teaching Discrete Mathematics and Algorithms & Data Structures Online G.MirkowskaPJIIT.
CSNB143 – Discrete Structure
MATH 90 CURRICULUM RENEWAL & MATH MAKES SENSE 9 WORKSHOP June 25th, 2010.
Essay and Report Writing. Learning Outcomes After completing this course, students will be able to: Analyse essay questions effectively. Identify how.
Using MyMathLab Features of MyMathLab You must already be registered or enrolled in a current MyMathLab class in order to use MyMathLab. If you are not.
Agenda Review: –Planar Graphs Lecture Content:  Concepts of Trees  Spanning Trees  Binary Trees Exercise.
Graphs A ‘Graph’ is a diagram that shows how things are connected together. It makes no attempt to draw actual paths or routes and scale is generally inconsequential.
“Teaching”…Chapter 11 Planning For Instruction
Notes: Animation (yes or no): Text/Audio Narration: Title: Scene Graphics (yes or no) : Audio (yes or no): Slide number: Skill or Concept:
&d1 Algorithms and networks Period 3, 2010/2011. &d2 Today Graphs and networks and algorithms: what and why? This course: organization Case introduction:
Graphs Upon completion you will be able to:
METHODS PLANNING. Methods Class 4 Agenda 1. Overview of Ontario Curriculum Documents 2. Introduce lesson plan formats – GPF & APF 3. Sequence for planning.
Grade 11 AP Mathematics Graph Theory Definition: A graph, G, is a set of vertices v(G) = {v 1, v 2, v 3, …, v n } and edges e(G) = {v i v j where 1 ≤ i,
INFO 3: Use of ICT In The Digital World Topic 7: Developing ICT Solutions Factors that contribute to the success and failure of ICT Systems.
AS Decision Maths Tips for each Topic. Kruskal and Prim What examiner’s are looking for A table of values in the order that they are added and the total.
ON-LINE TOPIC THE ROLE OF THE TUTOR.  Spend a few minutes thinking about and making notes of all the different roles you fulfil as a tutor. Once you.
true potential An Introduction to the First Line Manager Programme’s CMI Qualifications.
Design Question 4 – Element 22
Accessing Your Online Courses in Litmos
CS 664 Sample Presentation
Techniques to Outlining
Math Curriculum Elementary Grades
Graph Theory and Optimization
Minimum Spanning Trees
Section 2: Multiple choice
Lectures on Network Flows
Using MyMathLab Features
Planar Graphs & Euler’s Formula
Measuring Polygon Side Lengths
Strategies for Multiplication
Discrete Maths 9. Graphs Objective
Honeywell Automation College
1.3 Modeling with exponentially many constr.
Section 1.3 Study Materials
Graphs Chapter 13.
Connecticut Core Standards for Mathematics
Decision Maths Dijkstra’s Algorithm.
Graphs Chapter 11 Objectives Upon completion you will be able to:
3.5 Minimum Cuts in Undirected Graphs
Lesson context The history of maths course was created as a cross-curricular initiative between the maths and history departments (although individuals.
New Specimen Papers.
Programming in JavaScript
Course Contents: T1 Greedy Algorithm Divide & Conquer
Using MyMathLab Features
Database Search Project
Section 5.4 Study Materials
1.3 Modeling with exponentially many constr.
Functional Functions: Transfer of Math Proficiency in Physics and Chemistry Elizabeth Grotemeyer, Jennifer Delgado, Sarah Rush, Drew Vartia, Chris Fischer.
CSCI2100 Data Structures Tutorial
Tasks & Grades for MET3.
Tasks & Grades for MET5.
Networks Kruskal’s Algorithm
Programming in JavaScript
CS 6640 Sample Presentation
Good Evening! Please take a moment to peruse the sample portfolio (Welcome and three Narrative pages). A link to this site can be found at the bottom of.
REVIEW FOR EXAM 1 Chapters 3, 4, 5 & 6.
Elementary Mathematics
A note about this presentation
Presentation transcript:

Simple Graphs First we introduce some of the vocabulary: Node Vertex Edge Arc Degree Adjacency matrix First with the labels and then without – the format generally used

Networks and decision maths MAV, December 2018

“Airline Scheduling” by Greg Carroll and Vicky Kennard And CHOOSEMATHS Online Professional Development for Teachers These are two new products that AMSI have developed to help teachers who are delivering the Network and Graph units in Year 11 and 12. The first is based around a video, that will be in the next slide, and is a unit of work for students to complete. Showing them an example of networks being used in context. The other is a module, for our new, Professional Development site for teachers. We are not a commercial organisation and these resources are/will be available for free from our website. First I will take you through the student module and then through the PD module.

The Airline Scheduling module is based on this video – the idea is to link the maths with a real, hopefully interesting, situation Watch the video The module is available online and the student resources can be downloaded as a pdf The online version has several video links and animations It is split into sections, that follow a logical sequence, with short exercises at the end of each section (with solutions) All the examples and exercises are on the theme of Airline Scheduling

This is the index to the module

We then discuss isomorphic graphs There are links throughout the PDF to Geogebra files. These can be shared, through the online version, and used in class. Here is a GeoGebra animation to show what is meant (Have the Geogebra already open in browser)

Example of an end of chapter exercise This is an example of the end of chapter exercises. These are not meant to replace a textbook but just to reinforce the concepts dealt with I the chapter. The solutions are at the end of the booklet.

A bit of history We then look at the historical development of this branch of mathematics From Euler, through the second world war, the Nobel Prizes, travelling salesman and postman problems etc. Putting maths into its historical context and development can help students to see the ‘usefulness’ of mathematics. This is a new branch of mathematics, basically grown since the development of computing.

Directed Networks The next section looks at directed networks The UPS experience and the idea of an optimal solution to a problem – again putting the maths into a modern, relevant/relatable context. In this area of maths the idea that there can be multiple correct answers can be difficult/problematic/challenging for students to understand – it can make some students a little insecure since they cannot just check their answer against a friends etc.

Shortest Path After this introduction we move on to looking at specific algorithms The first one we look at is Dijkstra’s We discuss weights on edges and the concept of finding a path through a network, looking for the shortest path The algorithm is complex to explain on paper and this module is not replace a textbook – hence we have included videos to do the explaining

Directed networks and Flow Directed paths and the concept of flow are then brought into the discussed Using min cut = max flow

Minimum Spanning Trees The next area is Minimum Spanning Trees We look at both Kruskal and Prim’s algorithms and contrast them in an animation Have the animation ready to show in a browser

Critical Path Analysis This takes us to Critical Path Analysis Forward and backwards passes and floats Again we use a mixture of video and animation to illustrate this algorithm Have the animation ready in a browser

Warehousing and Allocation We briefly discuss Bivariate Graphs and the concept of allocation Followed by a look at the another allocation algorithm – the Hungarian Algorithm We work through an example in some detail

Linear Programming The last area we look at is linear programming (this area is not in all the states curricula) With a brief mention of integer programming, as mentioned in the video.

The purpose, as I said at the beginning is for students to be able to work through the module to gain an general understanding of the topic in a familiar context. It is not there to formally teach all the material. There are several other, similar, units of work. Based mainly on the Year 11 and 12 curricula, often at quite a high level (Specialist and beyond)

https://amsi-schools.appspot.com/discrete_mathematics The Professional Development course can be found at the URL on the slide. The URL for the AMSI online course. This course is designed for teachers who are new to teaching the Graphs and Networks unit in Mathematics Applications/Further Mathematics The course takes you through the different techniques needed. We have focused more on the ‘how’ of the teaching rather than content knowledge. It is assumed that a teacher can get this from working through a textbook etc. The course is free. You have to register and we ask that you give us feedback – this is important as the online course is a new product for AMSI and really do want to know what people think of it (polite comments please) https://amsi-schools.appspot.com/discrete_mathematics

There are 6 units plus an introduction and conclusion The units, roughly, follow the course outline as per the different curricula across the country. Not all states are exactly the same. We have tried to cover everything, so not all may be relevant.

The curriculum areas addressed in each unit/lesson appear at the top The curriculum areas addressed in each unit/lesson appear at the top. We have tried to do this by state as well as the Australian Curriculum.

Each unit starts with an introduction video where we talk about the content covered in the unit. These are in the style of two people talking. Here is an example. Remember we are new to this!!

https://ggbm.at/zvmred5q We have developed many GeoGebra applets to illustrate the concepts. These are available for you to download and share with your students. There are instructions on how to do this, if you are not familiar with GeoGebra, in the introductory unit at the start of the course. https://ggbm.at/zvmred5q

At the end there are links to various websites mentioned in the course

How you can help us! Please login to and complete the course The evaluation is really important to us at this time as this is how we will improve what we are offering I have recently added and assessment (Check-up for Unit 2). This is in a different format for the check-up in unit 4. Please let us know which one you prefer. We are still at the development stage and really want to make these as user friendly and useful as possible.

https://amsi-schools.appspot.com/discrete_mathematics What we are asking for now is that as many people as possible register for the course, complete it and the feedback. We are looking to expand the areas covered by online PD and really need the feedback to make improvements. We are also interested in any suggestions for what areas you would like to see us cover next.

https://calculate.org.au/home/videos/ Resources and links: https://calculate.org.au/home/videos/ https://calculate.org.au/wp-content/uploads/sites/15/2018/10/airline-scheduling.pdf https://amsi-schools.appspot.com/discrete_mathematics These are the links to the videos and courses.