Erasmus Mundus Master Course on Discrete Mathematics

Size: px
Start display at page:

Download "Erasmus Mundus Master Course on Discrete Mathematics"

Transcription

1 Erasmus Mundus Master Course on Discrete Mathematics Universidade de Aveiro (UA) Aveiro, Portugal Uniwersytet Adama Mickiewicza (UAM) Poznań, Poland Universitat Politècnica de Catalunya (UPC) Barcelona, Spain

2 2

3 1 GENERAL INFORMATIONS 3 1 General informations 1.1. Discipline: mathematics; 1.2. The full-degree programme covers: two years (120 ECTS credits); 1.3. Student population and number of staff involved in the Master Course: 15 (minimum) - 30 (maximum) students and 15 professors for core courses; 1.4. Final degree delivered: Multiple Master degree in Mathematics by Universidade de Aveiro, Uniwersytet Adama Mickiewicza and Universitat Politècnica de Catalunya. 2 Detailed Description of the Master Course Study programme and recognition 2.1. Objectives of the Master Course: Many models of real-world problems are discrete or can be discretized. On the other hand the development of computer science allows the resolution of discrete problems of increasing complexity. Discrete Mathematics play an essencial role for solving this type of problems and has strong connections with theoretical computer science, operations research and several other branches of mathematics, as it is the case of algebra and number theory. This Master Course provides theoretical and practical background in Discrete Mathematics Structure and programme: Course Status h/ects 1 st Semester (UA) Seminar obligatory 30/2 Graph Theory I obligatory 45/7 Combinatorics obligatory 45/7 Algorithms and Complexity I elective 45/7 Combinatorial Algorithms I elective 45/7 Orders and Finite Structures elective 45/7 Network Optimization elective 45/7 Courses from other local M.Sc.C. elective 45/7 Expected number of h/ects 210/30

4 2 DETAILED DESCRIPTION OF THE MASTER COURSE 4 Course Status h/ects 2 nd Semester (UAM) Seminar obligatory 30/2 Probabilistic Methods in Combinatorics obligatory 45/7 Graph Algorithms obligatory 45/7 Random Structures elective 45/7 Combinatorial Algorithms II elective 45/7 Graph Theory II elective 45/7 Randomize Algorithms elective 45/7 Courses from other local M.Sc.C. elective 45/7 Expected number of h/ects 210/30 Course Status h/ects 3 rd Semester (UPC) Seminar obligatory 30/2 Comb. and Alg. Methods in Geometry obligatory 45/7 Algebraic Combinatorics obligatory 45/7 Mathematical Foundations of Cryptology elective 45/7 Algebraic Graph Theory elective 45/7 Finite Geometries elective 45/7 Algorithms and Complexity II elective 45/7 Courses from other local M.Sc.C. elective 45/7 Expected number of h/ects 210/30 4 o Semester (University of supervisor) Seminar obligatory 30/2 M.Sc. Thesis preparation obligatory /28 Expected number of h/ects 30/30 Short Description of the Courses 1 st Semester (UA) Graph Theory I. The basic concepts and results are introduced and a wide variety of applications both to other branches of mathematics and to real-world problems are analyzed. This course includes: connectivity; Euler and Hamilton cycles; planar graphs; independent sets and cliques; matchings; edge and vertex colorings. Furthermore, the study of several algebraic tools, usually used in graph theory, as it is the case of subspaces associated with graphs, adjacency and Laplacian eigenvalues and eigenvectors and Farkas lemma for graphs are also included. Combinatorics. This course is intended as an introduction to the study of how to deal with discrete sets to conclude the existence of

5 2 DETAILED DESCRIPTION OF THE MASTER COURSE 5 some pattern structures, and to enumerate or to construct them. The course includes the basic combinatorial principles of counting; arrangements and combinatorial identities; recurrence relations; generating functions; combinatorial numbers; divisibility and modular arithmetic; latin squares and magic squares; combinatorial designs. Orders and Finite Structures. The main focus of this course is the study of partial ordered sets from different points of view with applications. The course covers the following topics: preliminares on relations and functions; posets; sequences and subsequences; orderpreserving functions and fixed points; chains and antichains; subrelations and extensions; weak, interval, and semitransitive order relations; dimension of posets and other parameters; comparability graphs and comparability invariants; lattices and Boolean algebras; partial order relations on oriented matroids of sign vectors; abstract simplicial complexes. Algorithms and Complexity I. This course aims to provide the general principles and strategies in the design of fundamental algorithms and abstract data types, as well as the tools for the analysis of algorithm complexity. Particular attention is given to the study of powerful data structures for the efficient representation of graphs. Network Optimization. Network Optimization lies in the middle of the two big classes of optimization problems: continuous and discrete. The links between Linear Programming and Combinatorial Optimization can be achieved by the representation of the constrained polyhedron as the convex hull of its extreme points. Because of their structure and also because of their intuitive character, network models provide ideal techniques for explaining many of the fundamental ideas in both continuous and discrete optimization. The purpose of the course is to provide a fairly comprehensive and up-to-date study of algorithms and methods of discrete and continuous models of network optimization. Combinatorial Algorithms I. Three classes of combinatorial algorithms are considered. The algorithms of generating combinatorial structures such as binary sequences, permutations, number partitions, set partitions, graphs, etc. The heuristic search algorithms such as hill-climbing, simulated annealing, tabu ou genetic search. The last discussed group of algorithms are there based on group theory and symmetry. 2 nd Semester (UAM) Probabilistic Methods in Combinatorics. Renowned Hungarian mathematician Paul Erdös observed over fifty years ago that it was sometimes easier to show that the majority of objects of a family have

6 2 DETAILED DESCRIPTION OF THE MASTER COURSE 6 a certain property than to specify one object with this particular property. This type of argumentation is the most typical example of the so-called probabilistic method. The aim of the course is to present a variety of different probabilistic techniques of this type, both elementary and advanced. Random Structures. A random structure is defined as a probability space whose elements are combinatorial structures. A random structure can also be deemed to be the result of a random experiment. Such probabilistic objects were introduced to discrete mathematics in order to show the existence of combinatorial structures displaying certain unusual properties but soon the theory of random structures become a separate branch of combinatorics. The lectures present the basic models of random subsets and permutations and their elementary properties. Selected topics on the evolution of random graphs are also presented. Graph Algorithms. The aim of the course is to present the basic algorithms of the graph theory and their applications to real-world problems. The lectures focus on the algorithms related to connectivity, optimal trees, the shortest path problem, optimal colorings, Euler tours (the Chinese Postman Problem) and Hamiltonian cycles (the Travelling Postman Problem), the optimal assignment problem, planarity and flows in networks. Apart from the pure graph theoretical tools, the Boolean functions methods and linear programming approach are also employed. Combinatorial Algorithms II. Combinatorial algorithms deal with the problems of generating combinatorial objects such as binary sequences, permutations, graphs etc. Some of the problems discussed during the lectures concern representation and generation of combinatorial objects, sorting and searching. Graph Theory II. The course is a continuation of the Graph Theory I course and will supplement the knowledge provided during Graph Theory I by presenting the latest developments in the graph theory. Particular attention will be paid to structural theorems such as the Erdös-Stone theorem or the Szemeredy regularity lemma. The course is based on the 1997 Diestel s textbook and its character is purely theoretical. Randomized Algorithms. The course presents a new trend in the theory of algorithms which introduces random elements to the computations. Particular attention will be paid to the Las Vegas and Monte Carlo algorithms, their classes of computational complexity and basic analytic tools used for these algorithms. The core of the course is the presentation of the applications of such random algorithms in geometric problems (computer graphics), cryptographic problems (checking whether a given number is a prime), pattern matching (DNA structure), and the theory of graphs and computer

7 2 DETAILED DESCRIPTION OF THE MASTER COURSE 7 networks. 3 rd Semester (UPC) Combinatorial and Algorithmic Methods in Geometry. The course presents the basic topics and structures of discreta and algorithmic geometry: convex hulls; triangulations and other subdivisions; Voronoi diagrams and Delaunay triangulations; hyperplane arrangements. Particular attention is paid to the combinatorics of convex polytopes, covering topics such us: lattice of faces, cyclic polytopes, and the upper bound theorem. Algebraic Combinatorics. The course consists of two main topics. First, classical problems in combinatorial enumeration are introduced through the use of power series and symbolic methods. Besides classical combinatorial structures, such as permutations and partitions, more advanced topics are covered, such us lattices paths and polyominoes. The second part of the course focusses on combinatorial number theory, with emphasis on sum-set problems and connections to graph coloring. Mathematical Foundations of Cryptology. The course presents the basic concepts of number theory, finite fields, and elliptic curves, that are essential for the applications in cryptology. Then it is shown how these topics ar are an essential tool for the study and development of cryptology. Concrete examples are given of cryptographic systems that make use of the tools introduced. Algebraic Graph Theory. This course is devoted to the interplay between graph theory and algebra, which has produced beautiful and important results in the field. After introducing the basic eigenvalue techniques, it turns to the topics of interlacing, strongly regular graphs, two-graphs, line-graphs, and the Laplacian. Applications to combinatorial chemistry are also discussed. Finite Geometries. The first topics covered are projective and affine planes, as prototypes of finite combinatorial geometries. General projective and affine spaces are introduced later. As more advanced topics, polar spaces and generalized quadrangles are introduced. Connections to Latin squares and codes are also discussed. Algorithms and Complexity II. This is an advanced course, covering the following topics: dynamic programming, branch and bound, random algorithms, derandomization, parametrized complexity (FPT classes), approximation algorithms. Both theoretical and practical aspects of algorithmics are discussed.

8 2 DETAILED DESCRIPTION OF THE MASTER COURSE Competencies and learning outcomes: The Master Course graduates are able to analyze and model complex problems from different areas and implement efficient algorithms for their resolution. They are also prepared for doing research in discrete mathematics and related topics and are particularly qualified to work in modern organizations, dealing with digital technology, cryptography, networking, finance, assurance companies, etc. Admission, application, selection, examination criteria 2.4. The ranking of the applications is done taking into account the following criteria: (a) The certificate of graduation degree or equivalent document (Mathematics or Computer Science diploma is preferred); (b) List of approved courses with marks and scale; (c) Curriculum vitae, including information about English language skills; All documents have to be translated to English and sent by regular mail to the following address: European Master Course on Discrete Mathematics Department of Mathematics, University of Aveiro Aveiro, Portugal. For the 2004/2006 edition, only the students whose applications reach the University of Aveiro before May 27, 2004, are candidates to a Erasmus Mundus scholarship of euros per year. In future editions, beyond 2004/2006, if necessary additional admission examinations can be introduce. Mobility arragements 2.5. The course is organized in four semesters with core courses given in the three first semesters. The fourth semester has a seminar and is devoted to the finalization of the Master Thesis. The mobility of the students must be as follows: (a) The first semester will be realized at UA, which is the co-ordinate institution; (b) The second semester will be realized at UAM; (c) The third semester will be realized at UPC; (d) The fourth semester will be realized for each student at university of her/his supervisor. Each course lasts one semester and ends with an examination (except seminars). In each of the three universities the students have to complete all the obligatory courses, the seminar and at least one elective

9 2 DETAILED DESCRIPTION OF THE MASTER COURSE 9 course, which totalize 23 ECTS. In each university the students are allowed to complete one additional elective course. Language policy 2.6. Language policy applied within the Master consortium: The core courses (all obligatory and some elective) will be given in English as well as its final examinations. The students are allowed to choose some courses of local Master Courses in local languages. The Master Course thesis will be written in English and also the Master degree examination will be in English. In each university a course of national survival language will be available for students and scholars. Quality assurance and evaluation 2.7. Quality mechanism and evaluation: The study of Erasmus Mundus Master Course on Discrete Mathematics is a credit points (ECTS points) study. It means that in order to complete the programme, the student has to score a specified number of credit points granted for both obligatory and elective courses. The system is governed by the following body of rules: (a) Each course lasts one semester and ends with an examination (except seminars). Each examination has at most to trials. The course credit points are credited to the student s account upon completion of a given course. The number of points credited for each course is given in the course list table. (b) The student has to complete all obligatory and some elective courses, totalizing (jointly with the seminars) 120 ECTS points. (c) The student is free to select not more than one elective course. (d) The total number of credit points scored by the student in each semester cannot be less than 23 (with the exception of the last semester of studies where the minimum is 30) and no more than 37. (e) During the first two weeks of each semester the student can change the courses he enrolled in this semester. The student cannot, however, overtake the minimal and maximal number of points scored during a semester. Withdrawing from a given course later than in the first two weeks of the semester will be equal to failing this course. All the changes should be registered. The grading scale used for evaluation in the three universities of the Master Course consortium is Failed (0-4.9/10), Approved (5-6.9/10), Good (7-8.9/10) and Very Good (9-10/10) Qualitative assessment mechanism: The final mark is rounded to units weighted average of the following components:

10 2 DETAILED DESCRIPTION OF THE MASTER COURSE 10 ECTS weighted average of a all courses, with weight 2; mark obtained for the thesis, with weight 1; mark obtained from the Master degree examination, with weight 1;

University of Groningen. Systemen, planning, netwerken Bosman, Aart

University of Groningen. Systemen, planning, netwerken Bosman, Aart University of Groningen Systemen, planning, netwerken Bosman, Aart IMPORTANT NOTE: You are advised to consult the publisher's version (publisher's PDF) if you wish to cite from it. Please check the document

More information

Radius STEM Readiness TM

Radius STEM Readiness TM Curriculum Guide Radius STEM Readiness TM While today s teens are surrounded by technology, we face a stark and imminent shortage of graduates pursuing careers in Science, Technology, Engineering, and

More information

Mathematics subject curriculum

Mathematics subject curriculum Mathematics subject curriculum Dette er ei omsetjing av den fastsette læreplanteksten. Læreplanen er fastsett på Nynorsk Established as a Regulation by the Ministry of Education and Research on 24 June

More information

EGRHS Course Fair. Science & Math AP & IB Courses

EGRHS Course Fair. Science & Math AP & IB Courses EGRHS Course Fair Science & Math AP & IB Courses Science Courses: AP Physics IB Physics SL IB Physics HL AP Biology IB Biology HL AP Physics Course Description Course Description AP Physics C (Mechanics)

More information

THE UNIVERSITY OF SYDNEY Semester 2, Information Sheet for MATH2068/2988 Number Theory and Cryptography

THE UNIVERSITY OF SYDNEY Semester 2, Information Sheet for MATH2068/2988 Number Theory and Cryptography THE UNIVERSITY OF SYDNEY Semester 2, 2017 Information Sheet for MATH2068/2988 Number Theory and Cryptography Websites: It is important that you check the following webpages regularly. Intermediate Mathematics

More information

Montana Content Standards for Mathematics Grade 3. Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011

Montana Content Standards for Mathematics Grade 3. Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011 Montana Content Standards for Mathematics Grade 3 Montana Content Standards for Mathematical Practices and Mathematics Content Adopted November 2011 Contents Standards for Mathematical Practice: Grade

More information

Probability and Statistics Curriculum Pacing Guide

Probability and Statistics Curriculum Pacing Guide Unit 1 Terms PS.SPMJ.3 PS.SPMJ.5 Plan and conduct a survey to answer a statistical question. Recognize how the plan addresses sampling technique, randomization, measurement of experimental error and methods

More information

Probability and Game Theory Course Syllabus

Probability and Game Theory Course Syllabus Probability and Game Theory Course Syllabus DATE ACTIVITY CONCEPT Sunday Learn names; introduction to course, introduce the Battle of the Bismarck Sea as a 2-person zero-sum game. Monday Day 1 Pre-test

More information

Math-U-See Correlation with the Common Core State Standards for Mathematical Content for Third Grade

Math-U-See Correlation with the Common Core State Standards for Mathematical Content for Third Grade Math-U-See Correlation with the Common Core State Standards for Mathematical Content for Third Grade The third grade standards primarily address multiplication and division, which are covered in Math-U-See

More information

Mathematics. Mathematics

Mathematics. Mathematics Mathematics Program Description Successful completion of this major will assure competence in mathematics through differential and integral calculus, providing an adequate background for employment in

More information

STA 225: Introductory Statistics (CT)

STA 225: Introductory Statistics (CT) Marshall University College of Science Mathematics Department STA 225: Introductory Statistics (CT) Course catalog description A critical thinking course in applied statistical reasoning covering basic

More information

Massachusetts Institute of Technology Tel: Massachusetts Avenue Room 32-D558 MA 02139

Massachusetts Institute of Technology Tel: Massachusetts Avenue  Room 32-D558 MA 02139 Hariharan Narayanan Massachusetts Institute of Technology Tel: 773.428.3115 LIDS har@mit.edu 77 Massachusetts Avenue http://www.mit.edu/~har Room 32-D558 MA 02139 EMPLOYMENT Massachusetts Institute of

More information

On the Polynomial Degree of Minterm-Cyclic Functions

On the Polynomial Degree of Minterm-Cyclic Functions On the Polynomial Degree of Minterm-Cyclic Functions Edward L. Talmage Advisor: Amit Chakrabarti May 31, 2012 ABSTRACT When evaluating Boolean functions, each bit of input that must be checked is costly,

More information

Arizona s College and Career Ready Standards Mathematics

Arizona s College and Career Ready Standards Mathematics Arizona s College and Career Ready Mathematics Mathematical Practices Explanations and Examples First Grade ARIZONA DEPARTMENT OF EDUCATION HIGH ACADEMIC STANDARDS FOR STUDENTS State Board Approved June

More information

Theory of Probability

Theory of Probability Theory of Probability Class code MATH-UA 9233-001 Instructor Details Prof. David Larman Room 806,25 Gordon Street (UCL Mathematics Department). Class Details Fall 2013 Thursdays 1:30-4-30 Location to be

More information

GCSE Mathematics B (Linear) Mark Scheme for November Component J567/04: Mathematics Paper 4 (Higher) General Certificate of Secondary Education

GCSE Mathematics B (Linear) Mark Scheme for November Component J567/04: Mathematics Paper 4 (Higher) General Certificate of Secondary Education GCSE Mathematics B (Linear) Component J567/04: Mathematics Paper 4 (Higher) General Certificate of Secondary Education Mark Scheme for November 2014 Oxford Cambridge and RSA Examinations OCR (Oxford Cambridge

More information

ABSTRACTS FOR INVITED PAPERS

ABSTRACTS FOR INVITED PAPERS ABSTRACTS FOR INVITED PAPERS ABSTRACT FOR 21193 Can Technology make a difference to school Mathematics Teaching? AUTHOR: Douglas Butler AFFILIATIONS: ict Training Centre (Oundle, UK), Autograph-Maths Douglas

More information

Python Machine Learning

Python Machine Learning Python Machine Learning Unlock deeper insights into machine learning with this vital guide to cuttingedge predictive analytics Sebastian Raschka [ PUBLISHING 1 open source I community experience distilled

More information

PROGRAM AND EXAMINATION REGULATIONS FOR THE MASTER S PROGRAM IN INDUSTRIAL AND APPLIED MATHEMATICS

PROGRAM AND EXAMINATION REGULATIONS FOR THE MASTER S PROGRAM IN INDUSTRIAL AND APPLIED MATHEMATICS PROGRAM AND EXAMINATION REGULATIONS FOR THE MASTER S PROGRAM IN INDUSTRIAL AND APPLIED MATHEMATICS The official Onderwijs- en Examenregeling (OER) for IAM is a document in Dutch. This introduction provides

More information

ATENEA UPC AND THE NEW "Activity Stream" or "WALL" FEATURE Jesus Alcober 1, Oriol Sánchez 2, Javier Otero 3, Ramon Martí 4

ATENEA UPC AND THE NEW Activity Stream or WALL FEATURE Jesus Alcober 1, Oriol Sánchez 2, Javier Otero 3, Ramon Martí 4 ATENEA UPC AND THE NEW "Activity Stream" or "WALL" FEATURE Jesus Alcober 1, Oriol Sánchez 2, Javier Otero 3, Ramon Martí 4 1 Universitat Politècnica de Catalunya (Spain) 2 UPCnet (Spain) 3 UPCnet (Spain)

More information

Introducing the New Iowa Assessments Mathematics Levels 12 14

Introducing the New Iowa Assessments Mathematics Levels 12 14 Introducing the New Iowa Assessments Mathematics Levels 12 14 ITP Assessment Tools Math Interim Assessments: Grades 3 8 Administered online Constructed Response Supplements Reading, Language Arts, Mathematics

More information

Self Study Report Computer Science

Self Study Report Computer Science Computer Science undergraduate students have access to undergraduate teaching, and general computing facilities in three buildings. Two large classrooms are housed in the Davis Centre, which hold about

More information

Missouri Mathematics Grade-Level Expectations

Missouri Mathematics Grade-Level Expectations A Correlation of to the Grades K - 6 G/M-223 Introduction This document demonstrates the high degree of success students will achieve when using Scott Foresman Addison Wesley Mathematics in meeting the

More information

Artificial Neural Networks written examination

Artificial Neural Networks written examination 1 (8) Institutionen för informationsteknologi Olle Gällmo Universitetsadjunkt Adress: Lägerhyddsvägen 2 Box 337 751 05 Uppsala Artificial Neural Networks written examination Monday, May 15, 2006 9 00-14

More information

Grade 6: Correlated to AGS Basic Math Skills

Grade 6: Correlated to AGS Basic Math Skills Grade 6: Correlated to AGS Basic Math Skills Grade 6: Standard 1 Number Sense Students compare and order positive and negative integers, decimals, fractions, and mixed numbers. They find multiples and

More information

AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS

AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS AGS THE GREAT REVIEW GAME FOR PRE-ALGEBRA (CD) CORRELATED TO CALIFORNIA CONTENT STANDARDS 1 CALIFORNIA CONTENT STANDARDS: Chapter 1 ALGEBRA AND WHOLE NUMBERS Algebra and Functions 1.4 Students use algebraic

More information

Mathematics Assessment Plan

Mathematics Assessment Plan Mathematics Assessment Plan Mission Statement for Academic Unit: Georgia Perimeter College transforms the lives of our students to thrive in a global society. As a diverse, multi campus two year college,

More information

AP Calculus AB. Nevada Academic Standards that are assessable at the local level only.

AP Calculus AB. Nevada Academic Standards that are assessable at the local level only. Calculus AB Priority Keys Aligned with Nevada Standards MA I MI L S MA represents a Major content area. Any concept labeled MA is something of central importance to the entire class/curriculum; it is a

More information

School Size and the Quality of Teaching and Learning

School Size and the Quality of Teaching and Learning School Size and the Quality of Teaching and Learning An Analysis of Relationships between School Size and Assessments of Factors Related to the Quality of Teaching and Learning in Primary Schools Undertaken

More information

A Reinforcement Learning Variant for Control Scheduling

A Reinforcement Learning Variant for Control Scheduling A Reinforcement Learning Variant for Control Scheduling Aloke Guha Honeywell Sensor and System Development Center 3660 Technology Drive Minneapolis MN 55417 Abstract We present an algorithm based on reinforcement

More information

Mathematics Program Assessment Plan

Mathematics Program Assessment Plan Mathematics Program Assessment Plan Introduction This assessment plan is tentative and will continue to be refined as needed to best fit the requirements of the Board of Regent s and UAS Program Review

More information

Genevieve L. Hartman, Ph.D.

Genevieve L. Hartman, Ph.D. Curriculum Development and the Teaching-Learning Process: The Development of Mathematical Thinking for all children Genevieve L. Hartman, Ph.D. Topics for today Part 1: Background and rationale Current

More information

Networks in Cognitive Science

Networks in Cognitive Science 1 Networks in Cognitive Science Andrea Baronchelli 1,*, Ramon Ferrer-i-Cancho 2, Romualdo Pastor-Satorras 3, Nick Chater 4 and Morten H. Christiansen 5,6 1 Laboratory for the Modeling of Biological and

More information

Shockwheat. Statistics 1, Activity 1

Shockwheat. Statistics 1, Activity 1 Statistics 1, Activity 1 Shockwheat Students require real experiences with situations involving data and with situations involving chance. They will best learn about these concepts on an intuitive or informal

More information

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS

COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS COMPUTER-ASSISTED INDEPENDENT STUDY IN MULTIVARIATE CALCULUS L. Descalço 1, Paula Carvalho 1, J.P. Cruz 1, Paula Oliveira 1, Dina Seabra 2 1 Departamento de Matemática, Universidade de Aveiro (PORTUGAL)

More information

COMPUTER SCIENCE GRADUATE STUDIES Course Descriptions by Methodology

COMPUTER SCIENCE GRADUATE STUDIES Course Descriptions by Methodology COMPUTER SCIENCE GRADUATE STUDIES Course Descriptions by Methodology MSc Students must complete 4 Graduate Level Courses and cover breadth in 3 Methodolgies. METHODOLOGY 1 Analysis and Computation in Discrete

More information

Introduction to Simulation

Introduction to Simulation Introduction to Simulation Spring 2010 Dr. Louis Luangkesorn University of Pittsburgh January 19, 2010 Dr. Louis Luangkesorn ( University of Pittsburgh ) Introduction to Simulation January 19, 2010 1 /

More information

CURRICULUM VITAE. To develop expertise in Graph Theory and expand my knowledge by doing Research in the same.

CURRICULUM VITAE. To develop expertise in Graph Theory and expand my knowledge by doing Research in the same. Mrs. JESSICA PEREIRA. BITS Pilani KK Birla Goa Campus. Qtr No. D - 122, Mathematics Department. NH 17B Zuarinagar Goa 403726 India. Office: +91-832-2580445 Mobile: +919921004218 Email: jessica@goa.bits-pilani.ac.in

More information

Reducing Abstraction When Learning Graph Theory

Reducing Abstraction When Learning Graph Theory Jl. of Computers in Mathematics and Science Teaching (2005) 24(3), 255-272 Reducing Abstraction When Learning Graph Theory ORIT HAZZAN Technion-Israel Institute of Technology Israel oritha@techunix.technion.ac.il

More information

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014

ACTL5103 Stochastic Modelling For Actuaries. Course Outline Semester 2, 2014 UNSW Australia Business School School of Risk and Actuarial Studies ACTL5103 Stochastic Modelling For Actuaries Course Outline Semester 2, 2014 Part A: Course-Specific Information Please consult Part B

More information

Julia Smith. Effective Classroom Approaches to.

Julia Smith. Effective Classroom Approaches to. Julia Smith @tessmaths Effective Classroom Approaches to GCSE Maths resits julia.smith@writtle.ac.uk Agenda The context of GCSE resit in a post-16 setting An overview of the new GCSE Key features of a

More information

Answer Key For The California Mathematics Standards Grade 1

Answer Key For The California Mathematics Standards Grade 1 Introduction: Summary of Goals GRADE ONE By the end of grade one, students learn to understand and use the concept of ones and tens in the place value number system. Students add and subtract small numbers

More information

Extending Place Value with Whole Numbers to 1,000,000

Extending Place Value with Whole Numbers to 1,000,000 Grade 4 Mathematics, Quarter 1, Unit 1.1 Extending Place Value with Whole Numbers to 1,000,000 Overview Number of Instructional Days: 10 (1 day = 45 minutes) Content to Be Learned Recognize that a digit

More information

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations

Given a directed graph G =(N A), where N is a set of m nodes and A. destination node, implying a direction for ow to follow. Arcs have limitations 4 Interior point algorithms for network ow problems Mauricio G.C. Resende AT&T Bell Laboratories, Murray Hill, NJ 07974-2070 USA Panos M. Pardalos The University of Florida, Gainesville, FL 32611-6595

More information

COMPUTER SCIENCE GRADUATE STUDIES Course Descriptions by Research Area

COMPUTER SCIENCE GRADUATE STUDIES Course Descriptions by Research Area COMPUTER SCIENCE GRADUATE STUDIES Course Descriptions by Research Area PhD students must complete 4 graduate level courses and cover breadth in 4 research areas. PhD-U students must complete 4 research

More information

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified

Page 1 of 11. Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General. Grade(s): None specified Curriculum Map: Grade 4 Math Course: Math 4 Sub-topic: General Grade(s): None specified Unit: Creating a Community of Mathematical Thinkers Timeline: Week 1 The purpose of the Establishing a Community

More information

Ohio s Learning Standards-Clear Learning Targets

Ohio s Learning Standards-Clear Learning Targets Ohio s Learning Standards-Clear Learning Targets Math Grade 1 Use addition and subtraction within 20 to solve word problems involving situations of 1.OA.1 adding to, taking from, putting together, taking

More information

CSC200: Lecture 4. Allan Borodin

CSC200: Lecture 4. Allan Borodin CSC200: Lecture 4 Allan Borodin 1 / 22 Announcements My apologies for the tutorial room mixup on Wednesday. The room SS 1088 is only reserved for Fridays and I forgot that. My office hours: Tuesdays 2-4

More information

Lecture 1: Machine Learning Basics

Lecture 1: Machine Learning Basics 1/69 Lecture 1: Machine Learning Basics Ali Harakeh University of Waterloo WAVE Lab ali.harakeh@uwaterloo.ca May 1, 2017 2/69 Overview 1 Learning Algorithms 2 Capacity, Overfitting, and Underfitting 3

More information

Proof Theory for Syntacticians

Proof Theory for Syntacticians Department of Linguistics Ohio State University Syntax 2 (Linguistics 602.02) January 5, 2012 Logics for Linguistics Many different kinds of logic are directly applicable to formalizing theories in syntax

More information

CALL FOR PARTICIPANTS

CALL FOR PARTICIPANTS CALL FOR PARTICIPANTS TRAINING OF TRAINERS FOR EUROPEAN ERASMUS+: YOUTH IN ACTION PROJECTS 2017/18 CALL FOR PARTICIPANTS YOU HAVE...already gained experience as a trainer within the field of Non-Formal

More information

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur

Module 12. Machine Learning. Version 2 CSE IIT, Kharagpur Module 12 Machine Learning 12.1 Instructional Objective The students should understand the concept of learning systems Students should learn about different aspects of a learning system Students should

More information

Mathematics process categories

Mathematics process categories Mathematics process categories All of the UK curricula define multiple categories of mathematical proficiency that require students to be able to use and apply mathematics, beyond simple recall of facts

More information

What s in a Step? Toward General, Abstract Representations of Tutoring System Log Data

What s in a Step? Toward General, Abstract Representations of Tutoring System Log Data What s in a Step? Toward General, Abstract Representations of Tutoring System Log Data Kurt VanLehn 1, Kenneth R. Koedinger 2, Alida Skogsholm 2, Adaeze Nwaigwe 2, Robert G.M. Hausmann 1, Anders Weinstein

More information

Multimedia Application Effective Support of Education

Multimedia Application Effective Support of Education Multimedia Application Effective Support of Education Eva Milková Faculty of Science, University od Hradec Králové, Hradec Králové, Czech Republic eva.mikova@uhk.cz Abstract Multimedia applications have

More information

LOUISIANA HIGH SCHOOL RALLY ASSOCIATION

LOUISIANA HIGH SCHOOL RALLY ASSOCIATION LOUISIANA HIGH SCHOOL RALLY ASSOCIATION Literary Events 2014-15 General Information There are 44 literary events in which District and State Rally qualifiers compete. District and State Rally tests are

More information

Empiricism as Unifying Theme in the Standards for Mathematical Practice. Glenn Stevens Department of Mathematics Boston University

Empiricism as Unifying Theme in the Standards for Mathematical Practice. Glenn Stevens Department of Mathematics Boston University Empiricism as Unifying Theme in the Standards for Mathematical Practice Glenn Stevens Department of Mathematics Boston University Joint Mathematics Meetings Special Session: Creating Coherence in K-12

More information

Communities in Networks. Peter J. Mucha, UNC Chapel Hill

Communities in Networks. Peter J. Mucha, UNC Chapel Hill Communities in Networks Peter J. Mucha, UNC Chapel Hill Outline & Acknowledgements 1. What is community detection and why is it useful? 2. How do you calculate communities? Descriptive: e.g., Modularity

More information

Learning Disability Functional Capacity Evaluation. Dear Doctor,

Learning Disability Functional Capacity Evaluation. Dear Doctor, Dear Doctor, I have been asked to formulate a vocational opinion regarding NAME s employability in light of his/her learning disability. To assist me with this evaluation I would appreciate if you can

More information

Visual CP Representation of Knowledge

Visual CP Representation of Knowledge Visual CP Representation of Knowledge Heather D. Pfeiffer and Roger T. Hartley Department of Computer Science New Mexico State University Las Cruces, NM 88003-8001, USA email: hdp@cs.nmsu.edu and rth@cs.nmsu.edu

More information

Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse

Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse Program Description Ph.D. in Behavior Analysis Ph.d. i atferdsanalyse 180 ECTS credits Approval Approved by the Norwegian Agency for Quality Assurance in Education (NOKUT) on the 23rd April 2010 Approved

More information

Lahore University of Management Sciences. FINN 321 Econometrics Fall Semester 2017

Lahore University of Management Sciences. FINN 321 Econometrics Fall Semester 2017 Instructor Syed Zahid Ali Room No. 247 Economics Wing First Floor Office Hours Email szahid@lums.edu.pk Telephone Ext. 8074 Secretary/TA TA Office Hours Course URL (if any) Suraj.lums.edu.pk FINN 321 Econometrics

More information

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus

CS 1103 Computer Science I Honors. Fall Instructor Muller. Syllabus CS 1103 Computer Science I Honors Fall 2016 Instructor Muller Syllabus Welcome to CS1103. This course is an introduction to the art and science of computer programming and to some of the fundamental concepts

More information

Dublin City Schools Mathematics Graded Course of Study GRADE 4

Dublin City Schools Mathematics Graded Course of Study GRADE 4 I. Content Standard: Number, Number Sense and Operations Standard Students demonstrate number sense, including an understanding of number systems and reasonable estimates using paper and pencil, technology-supported

More information

Firms and Markets Saturdays Summer I 2014

Firms and Markets Saturdays Summer I 2014 PRELIMINARY DRAFT VERSION. SUBJECT TO CHANGE. Firms and Markets Saturdays Summer I 2014 Professor Thomas Pugel Office: Room 11-53 KMC E-mail: tpugel@stern.nyu.edu Tel: 212-998-0918 Fax: 212-995-4212 This

More information

A simulated annealing and hill-climbing algorithm for the traveling tournament problem

A simulated annealing and hill-climbing algorithm for the traveling tournament problem European Journal of Operational Research xxx (2005) xxx xxx Discrete Optimization A simulated annealing and hill-climbing algorithm for the traveling tournament problem A. Lim a, B. Rodrigues b, *, X.

More information

PROGRAM REVIEW CALCULUS TRACK MATH COURSES (MATH 170, 180, 190, 191, 210, 220, 270) May 1st, 2012

PROGRAM REVIEW CALCULUS TRACK MATH COURSES (MATH 170, 180, 190, 191, 210, 220, 270) May 1st, 2012 PROGRAM REVIEW CALCULUS TRACK MATH COURSES (MATH 170, 180, 190, 191, 210, 220, 270) May 1st, 2012 MICHAEL BATEMAN JILL EVENSIZER GREG FRY HAMZA HAMZA LINDA HO ROBERT HORVATH BOB LEWIS ASHOD MINASIAN KRISTINE

More information

University of Cincinnati College of Medicine. DECISION ANALYSIS AND COST-EFFECTIVENESS BE-7068C: Spring 2016

University of Cincinnati College of Medicine. DECISION ANALYSIS AND COST-EFFECTIVENESS BE-7068C: Spring 2016 1 DECISION ANALYSIS AND COST-EFFECTIVENESS BE-7068C: Spring 2016 Instructor Name: Mark H. Eckman, MD, MS Office:, Division of General Internal Medicine (MSB 7564) (ML#0535) Cincinnati, Ohio 45267-0535

More information

An Introduction to Simio for Beginners

An Introduction to Simio for Beginners An Introduction to Simio for Beginners C. Dennis Pegden, Ph.D. This white paper is intended to introduce Simio to a user new to simulation. It is intended for the manufacturing engineer, hospital quality

More information

Technical Manual Supplement

Technical Manual Supplement VERSION 1.0 Technical Manual Supplement The ACT Contents Preface....................................................................... iii Introduction....................................................................

More information

May To print or download your own copies of this document visit Name Date Eurovision Numeracy Assignment

May To print or download your own copies of this document visit  Name Date Eurovision Numeracy Assignment 1. An estimated one hundred and twenty five million people across the world watch the Eurovision Song Contest every year. Write this number in figures. 2. Complete the table below. 2004 2005 2006 2007

More information

Module Catalogue for the Subject. Mathematics. as Unterrichtsfach with the degree "Erste Staatsprüfung für das Lehramt an Grundschulen"

Module Catalogue for the Subject. Mathematics. as Unterrichtsfach with the degree Erste Staatsprüfung für das Lehramt an Grundschulen Module Catalogue for the Subject as Unterrichtsfach with the degree "Erste Staatsprüfung für das Lehramt an Grundschulen" Examination regulations version: 2015 Responsible: Faculty of and Computer Science

More information

BMBF Project ROBUKOM: Robust Communication Networks

BMBF Project ROBUKOM: Robust Communication Networks BMBF Project ROBUKOM: Robust Communication Networks Arie M.C.A. Koster Christoph Helmberg Andreas Bley Martin Grötschel Thomas Bauschert supported by BMBF grant 03MS616A: ROBUKOM Robust Communication Networks,

More information

WSU Five-Year Program Review Self-Study Cover Page

WSU Five-Year Program Review Self-Study Cover Page WSU Five-Year Program Review Self-Study Cover Page Department: Program: Computer Science Computer Science AS/BS Semester Submitted: Spring 2012 Self-Study Team Chair: External to the University but within

More information

Stacks Teacher notes. Activity description. Suitability. Time. AMP resources. Equipment. Key mathematical language. Key processes

Stacks Teacher notes. Activity description. Suitability. Time. AMP resources. Equipment. Key mathematical language. Key processes Stacks Teacher notes Activity description (Interactive not shown on this sheet.) Pupils start by exploring the patterns generated by moving counters between two stacks according to a fixed rule, doubling

More information

3D DIGITAL ANIMATION TECHNIQUES (3DAT)

3D DIGITAL ANIMATION TECHNIQUES (3DAT) 3D DIGITAL ANIMATION TECHNIQUES (3DAT) COURSE NUMBER: DIG3305C CREDIT HOURS: 3.0 SEMESTER/YEAR: FALL 2017 CLASS LOCATION: OORC, NORMAN (NRG) 0120 CLASS MEETING TIME(S): M 3:00 4:55 / W 4:05 4:55 INSTRUCTOR:

More information

Math Grade 3 Assessment Anchors and Eligible Content

Math Grade 3 Assessment Anchors and Eligible Content Math Grade 3 Assessment Anchors and Eligible Content www.pde.state.pa.us 2007 M3.A Numbers and Operations M3.A.1 Demonstrate an understanding of numbers, ways of representing numbers, relationships among

More information

TOPICS LEARNING OUTCOMES ACTIVITES ASSESSMENT Numbers and the number system

TOPICS LEARNING OUTCOMES ACTIVITES ASSESSMENT Numbers and the number system Curriculum Overview Mathematics 1 st term 5º grade - 2010 TOPICS LEARNING OUTCOMES ACTIVITES ASSESSMENT Numbers and the number system Multiplies and divides decimals by 10 or 100. Multiplies and divide

More information

Standard 1: Number and Computation

Standard 1: Number and Computation Standard 1: Number and Computation Standard 1: Number and Computation The student uses numerical and computational concepts and procedures in a variety of situations. Benchmark 1: Number Sense The student

More information

Objectives. Chapter 2: The Representation of Knowledge. Expert Systems: Principles and Programming, Fourth Edition

Objectives. Chapter 2: The Representation of Knowledge. Expert Systems: Principles and Programming, Fourth Edition Chapter 2: The Representation of Knowledge Expert Systems: Principles and Programming, Fourth Edition Objectives Introduce the study of logic Learn the difference between formal logic and informal logic

More information

On-Line Data Analytics

On-Line Data Analytics International Journal of Computer Applications in Engineering Sciences [VOL I, ISSUE III, SEPTEMBER 2011] [ISSN: 2231-4946] On-Line Data Analytics Yugandhar Vemulapalli #, Devarapalli Raghu *, Raja Jacob

More information

South Carolina English Language Arts

South Carolina English Language Arts South Carolina English Language Arts A S O F J U N E 2 0, 2 0 1 0, T H I S S TAT E H A D A D O P T E D T H E CO M M O N CO R E S TAT E S TA N DA R D S. DOCUMENTS REVIEWED South Carolina Academic Content

More information

GRADUATE STUDENT HANDBOOK Master of Science Programs in Biostatistics

GRADUATE STUDENT HANDBOOK Master of Science Programs in Biostatistics 2017-2018 GRADUATE STUDENT HANDBOOK Master of Science Programs in Biostatistics Entrance requirements, program descriptions, degree requirements and other program policies for Biostatistics Master s Programs

More information

Deliverable n. 6 Report on Financing and Co- Finacing of Internships

Deliverable n. 6 Report on Financing and Co- Finacing of Internships TRANSNATIONAL PLACEMENT SCHEME FOR TRANSLATION STUDENTS Agreement Number: 2012-3831/001-001 - Project Number: 526642- LLP- 1-2012- 1- IT- ERASMUS- ECUE Deliverable n. 6 Report on Financing and Co- Finacing

More information

Generative models and adversarial training

Generative models and adversarial training Day 4 Lecture 1 Generative models and adversarial training Kevin McGuinness kevin.mcguinness@dcu.ie Research Fellow Insight Centre for Data Analytics Dublin City University What is a generative model?

More information

Interpreting ACER Test Results

Interpreting ACER Test Results Interpreting ACER Test Results This document briefly explains the different reports provided by the online ACER Progressive Achievement Tests (PAT). More detailed information can be found in the relevant

More information

First Grade Standards

First Grade Standards These are the standards for what is taught throughout the year in First Grade. It is the expectation that these skills will be reinforced after they have been taught. Mathematical Practice Standards Taught

More information

Math Techniques of Calculus I Penn State University Summer Session 2017

Math Techniques of Calculus I Penn State University Summer Session 2017 Math 110 - Techniques of Calculus I Penn State University Summer Session 2017 Instructor: Sergio Zamora Barrera Office: 018 McAllister Bldg E-mail: sxz38@psu.edu Office phone: 814-865-4291 Office Hours:

More information

Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand

Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand Grade 2: Using a Number Line to Order and Compare Numbers Place Value Horizontal Content Strand Texas Essential Knowledge and Skills (TEKS): (2.1) Number, operation, and quantitative reasoning. The student

More information

Discriminative Learning of Beam-Search Heuristics for Planning

Discriminative Learning of Beam-Search Heuristics for Planning Discriminative Learning of Beam-Search Heuristics for Planning Yuehua Xu School of EECS Oregon State University Corvallis,OR 97331 xuyu@eecs.oregonstate.edu Alan Fern School of EECS Oregon State University

More information

Investigating Ahuja-Orlin s Large Neighbourhood Search Approach for Examination Timetabling

Investigating Ahuja-Orlin s Large Neighbourhood Search Approach for Examination Timetabling Investigating Ahuja-Orlin s Large Neighbourhood Search Approach for Examination Timetabling SALWANI ABDULLAH 1, SAMAD AHMADI 2, EDMUND K. BURKE 1, MOSHE DROR 3 1 Automated Scheduling, Optimisation and

More information

OCR for Arabic using SIFT Descriptors With Online Failure Prediction

OCR for Arabic using SIFT Descriptors With Online Failure Prediction OCR for Arabic using SIFT Descriptors With Online Failure Prediction Andrey Stolyarenko, Nachum Dershowitz The Blavatnik School of Computer Science Tel Aviv University Tel Aviv, Israel Email: stloyare@tau.ac.il,

More information

Computer Science 141: Computing Hardware Course Information Fall 2012

Computer Science 141: Computing Hardware Course Information Fall 2012 Computer Science 141: Computing Hardware Course Information Fall 2012 September 4, 2012 1 Outline The main emphasis of this course is on the basic concepts of digital computing hardware and fundamental

More information

Classroom Connections Examining the Intersection of the Standards for Mathematical Content and the Standards for Mathematical Practice

Classroom Connections Examining the Intersection of the Standards for Mathematical Content and the Standards for Mathematical Practice Classroom Connections Examining the Intersection of the Standards for Mathematical Content and the Standards for Mathematical Practice Title: Considering Coordinate Geometry Common Core State Standards

More information

Curriculum Vitae. Matthew G. Boylan Greene St. Columbia, SC boylan

Curriculum Vitae. Matthew G. Boylan Greene St. Columbia, SC boylan University of South Carolina (803) 777-3783 (fax) 1523 Greene St. Columbia, SC 29208 Citizenship: USA Date of Birth: October 9, 1976 Place of Birth: Professional Positions: Stevens Point, Wisconsin August

More information

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250*

Level 6. Higher Education Funding Council for England (HEFCE) Fee for 2017/18 is 9,250* Programme Specification: Undergraduate For students starting in Academic Year 2017/2018 1. Course Summary Names of programme(s) and award title(s) Award type Mode of study Framework of Higher Education

More information

School of Innovative Technologies and Engineering

School of Innovative Technologies and Engineering School of Innovative Technologies and Engineering Department of Applied Mathematical Sciences Proficiency Course in MATLAB COURSE DOCUMENT VERSION 1.0 PCMv1.0 July 2012 University of Technology, Mauritius

More information

MTH 141 Calculus 1 Syllabus Spring 2017

MTH 141 Calculus 1 Syllabus Spring 2017 Instructor: Section/Meets Office Hrs: Textbook: Calculus: Single Variable, by Hughes-Hallet et al, 6th ed., Wiley. Also needed: access code to WileyPlus (included in new books) Calculator: Not required,

More information

Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C

Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C Numeracy Medium term plan: Summer Term Level 2C/2B Year 2 Level 2A/3C Using and applying mathematics objectives (Problem solving, Communicating and Reasoning) Select the maths to use in some classroom

More information

The Effectiveness of Realistic Mathematics Education Approach on Ability of Students Mathematical Concept Understanding

The Effectiveness of Realistic Mathematics Education Approach on Ability of Students Mathematical Concept Understanding International Journal of Sciences: Basic and Applied Research (IJSBAR) ISSN 2307-4531 (Print & Online) http://gssrr.org/index.php?journal=journalofbasicandapplied ---------------------------------------------------------------------------------------------------------------------------

More information