Æ»¹ûÒùÔº

Major Mathematics and Computer Science (72 credits)

Note: This is the 2010–2011 edition of the eCalendar. Update the year in your browser's URL bar for the most recent version of this page, or click here to jump to the newest eCalendar.

Offered by: Mathematics and Statistics     Degree: Bachelor of Science

Program Requirements

Program Prerequisites

Students entering the Joint Major in Mathematics and Computer Science are normally expected to have completed the courses below or their equivalents. Otherwise, they will be required to make up any deficiencies in these courses over and above the 72 credits of courses in the program specification.

  • MATH 133 Linear Algebra and Geometry (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Systems of linear equations, matrices, inverses, determinants; geometric vectors in three dimensions, dot product, cross product, lines and planes; introduction to vector spaces, linear dependence and independence, bases; quadratic loci in two and three dimensions.

    Terms: Fall 2010, Winter 2011, Summer 2011

    Instructors: Kelome, Djivede; Anderson, William J; Loveys, James G; Shahabi, Shahab; Clay, Adam (Fall) Kelome, Djivede; Anderson, William J (Winter) Palka, Karol (Summer)

    • Prerequisite: a course in functions
    • Restriction: Not open to students who have taken MATH 221 or CEGEP objective 00UQ or equivalent.
    • Restriction Note B: Not open to students who have taken or are taking MATH 123, MATH 130 or MATH 131, except by permission of the Department of Mathematics and Statistics.
  • MATH 140 Calculus 1 (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Review of functions and graphs. Limits, continuity, derivative. Differentiation of elementary functions. Antidifferentiation. Applications.

    Terms: Fall 2010, Winter 2011, Summer 2011

    Instructors: Drury, Stephen W; Trudeau, Sidney; Shahabi, Shahab (Fall) Hundemer, Axel W (Winter)

    • 3 hours lecture, 1 hour tutorial
    • Prerequisite: High School Calculus
    • Restriction: Not open to students who have taken MATH 120, MATH 139 or CEGEP objective 00UN or equivalent
    • Restriction: Not open to students who have taken or are taking MATH 122 or MATH 130 or MATH 131, except by permission of the Department of Mathematics and Statistics
    • Each Tutorial section is enrolment limited
  • MATH 141 Calculus 2 (4 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : The definite integral. Techniques of integration. Applications. Introduction to sequences and series.

    Terms: Fall 2010, Winter 2011, Summer 2011

    Instructors: Trudeau, Sidney (Fall) Sancho, Neville G F; Drury, Stephen W; Trudeau, Sidney (Winter)

    • Prerequisites: MATH 139 or MATH 140 or MATH 150.
    • Restriction: Not open to students who have taken MATH 121 or CEGEP objective 00UP or equivalent
    • Restriction Note B: Not open to students who have taken or are taking MATH 122 or MATH 130 or MATH 131, except by permission of the Department of Mathematics and Statistics.
    • Each Tutorial section is enrolment limited

Required Courses (54 credits)

* Students who have sufficient knowledge in a programming language do not need to take COMP 202 but can replace it with an additional Computer Science complementary course.

  • COMP 202 Introduction to Computing 1 (3 credits) *

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : Overview of components of microcomputers, the internet design and implementation of programs using a modern high-level language, an introduction to modular software design and debugging. Programming concepts are illustrated using a variety of application areas.

    Terms: Fall 2010, Winter 2011, Summer 2011

    Instructors: Petitpas, Mathieu; Frydrychowicz, Maja (Fall) Frydrychowicz, Maja; Pomerantz, Daniel (Winter) Pomerantz, Daniel (Summer)

    • 3 hours
    • Prerequisite: a CEGEP level mathematics course
    • Restrictions: COMP 202 and COMP 208 cannot both be taken for credit. COMP 202 is intended as a general introductory course, while COMP 208 is intended for students interested in scientific computation. COMP 202 cannot be taken for credit with or after COMP 250
  • COMP 206 Introduction to Software Systems (3 credits)

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : Comprehensive overview of programming in C, use of system calls and libraries, debugging and testing of code; use of developmental tools like make, version control systems.

    Terms: Fall 2010, Winter 2011

    Instructors: Vybihal, Joseph P (Fall) Vybihal, Joseph P; Dudek, Gregory L (Winter)

    • 3 hours
    • Prerequisite: COMP 202 or COMP 250
  • COMP 250 Introduction to Computer Science (3 credits)

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : An introduction to the design of computer algorithms, including basic data structures, analysis of algorithms, and establishing correctness of programs. Overview of topics in computer science.

    Terms: Fall 2010, Winter 2011

    Instructors: Precup, Doina (Fall) Langer, Michael (Winter)

    • 3 hours
    • Prerequisites: Familiarity with a high level programming language and CEGEP level Math.
    • Restrictions: COMP 203 and COMP 250 are considered to be equivalent from a prerequisite point of view, and cannot both be taken for credit.
  • COMP 251 Data Structures and Algorithms (3 credits)

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : Design and analysis of algorithms. Complexity of algorithms. Data structures. Introduction to graph algorithms and their analysis.

    Terms: Fall 2010, Winter 2011

    Instructors: Verbrugge, Clark (Fall) Crepeau, Claude (Winter)

    • 3 hours
    • Prerequisite: COMP 250 or COMP 203.
    • Restrictions: Not open to students who have taken or are taking COMP 252.
  • COMP 273 Introduction to Computer Systems (3 credits)

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : Number representations, combinational and sequential digital circuits, MIPS instructions and architecture datapath and control, caches, virtual memory, interrupts and exceptions, pipelining.

    Terms: Fall 2010, Winter 2011

    Instructors: Vybihal, Joseph P (Fall) Siddiqi, Kaleem (Winter)

    • 3 hours
    • Corequisite: COMP 206.
  • COMP 302 Programming Languages and Paradigms (3 credits)

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : Programming language design issues and programming paradigms. Binding and scoping, parameter passing, lambda abstraction, data abstraction, type checking. Functional and logic programming.

    Terms: Fall 2010, Winter 2011

    Instructors: Pientka, Brigitte (Fall) Doherty, Jesse (Winter)

    • 3 hours
    • Prerequisite: COMP 250 or COMP 203
  • COMP 310 Operating Systems (3 credits)

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : Control and scheduling of large information processing systems. Operating system software - resource allocation, dispatching, processors, access methods, job control languages, main storage management. Batch processing, multiprogramming, multiprocessing, time sharing.

    Terms: Fall 2010, Winter 2011

    Instructors: Tropper, Carl (Fall) Swidan, Andraws (Winter)

    • 3 hours
    • Prerequisite: COMP 273
  • COMP 330 Theoretical Aspects: Computer Science (3 credits)

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : Mathematical models of computers, finite automata, Turing machines, counter machines, push-down machines, computational complexity.

    Terms: Fall 2010

    Instructors: Hatami, Hamed (Fall)

    • 3 hours
    • Prerequisite: COMP 251.
  • COMP 360 Algorithm Design Techniques (3 credits)

    Offered by: Computer Science (Faculty of Science)

    Overview

    Computer Science (Sci) : A study of techniques for the design and analysis of algorithms.

    Terms: Fall 2010, Winter 2011

    Instructors: Vetta, Adrian Roshan (Fall) Nguyen, The Phuong (Winter)

    • 3 hours
    • Prerequisite: Either COMP 251 or COMP 252, and either MATH 240 or MATH 235 or MATH 363.
    • Restriction: Not open to students who have taken or are taking COMP 362.
  • MATH 222 Calculus 3 (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Taylor series, Taylor's theorem in one and several variables. Review of vector geometry. Partial differentiation, directional derivative. Extreme of functions of 2 or 3 variables. Parametric curves and arc length. Polar and spherical coordinates. Multiple integrals.

    Terms: Fall 2010, Winter 2011, Summer 2011

    Instructors: Jonsson, Wilbur; Sancho, Neville G F (Fall) Jonsson, Wilbur (Winter)

    • Prerequisite: MATH 141. Familiarity with vector geometry or Corequisite: MATH 133
    • Restriction: Not open to students who have taken CEGEP course 201-303 or MATH 150, MATH 151 or MATH 227
  • MATH 235 Algebra 1 (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Sets, functions and relations. Methods of proof. Complex numbers. Divisibility theory for integers and modular arithmetic. Divisibility theory for polynomials. Rings, ideals and quotient rings. Fields and construction of fields from polynomial rings. Groups, subgroups and cosets; group actions on sets.

    Terms: Fall 2010

    Instructors: Hahn, Heekyoung (Fall)

    • Fall
    • 3 hours lecture; 1 hour tutorial
    • Prerequisite: MATH 133 or equivalent
  • MATH 236 Algebra 2 (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Linear equations over a field. Introduction to vector spaces. Linear mappings. Matrix representation of linear mappings. Determinants. Eigenvectors and eigenvalues. Diagonalizable operators. Cayley-Hamilton theorem. Bilinear and quadratic forms. Inner product spaces, orthogonal diagonalization of symmetric matrices. Canonical forms.

    Terms: Winter 2011

    Instructors: Hahn, Heekyoung (Winter)

    • Winter
    • Prerequisite: MATH 235
  • MATH 242 Analysis 1 (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : A rigorous presentation of sequences and of real numbers and basic properties of continuous and differentiable functions on the real line.

    Terms: Fall 2010

    Instructors: Yassawi, Reem Adel (Fall)

    • Fall
    • Prerequisite: MATH 141
  • MATH 315 Ordinary Differential Equations (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : First order ordinary differential equations including elementary numerical methods. Linear differential equations. Laplace transforms. Series solutions.

    Terms: Fall 2010, Winter 2011, Summer 2011

    Instructors: Sancho, Neville G F (Fall) Xu, Jian-Jun (Winter)

    • Prerequisite: MATH 222.
    • Corequisite: MATH 133.
    • Restriction: Not open to students who have taken or are taking MATH 325.
  • MATH 317 Numerical Analysis (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Error analysis. Numerical solutions of equations by iteration. Interpolation. Numerical differentiation and integration. Introduction to numerical solutions of differential equations.

    Terms: Fall 2010

    Instructors: Bartello, Peter (Fall)

    • Fall
    • Prerequisites: MATH 315 or MATH 325 or MATH 263, and COMP 202 or permission of instructor.
  • MATH 318 Mathematical Logic (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Propositional calculus, truth-tables, switching circuits, natural deduction, first order predicate calculus, axiomatic theories, set theory.

    Terms: Fall 2010

    Instructors: Loveys, James G (Fall)

    • Fall
    • Restriction: Not open to students who are taking or have taken PHIL 210
  • MATH 323 Probability (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Sample space, events, conditional probability, independence of events, Bayes' Theorem. Basic combinatorial probability, random variables, discrete and continuous univariate and multivariate distributions. Independence of random variables. Inequalities, weak law of large numbers, central limit theorem.

    Terms: Fall 2010, Winter 2011, Summer 2011

    Instructors: Anderson, William J (Fall) Partovi Nia, Vahid (Winter)

    • Prerequisites: MATH 141 or equivalent.
    • Restriction: Intended for students in Science, Engineering and related disciplines, who have had differential and integral calculus
    • Restriction: Not open to students who have taken or are taking MATH 356
  • MATH 340 Discrete Structures 2 (3 credits)

    Offered by: Mathematics and Statistics (Faculty of Science)

    Overview

    Mathematics & Statistics (Sci) : Review of mathematical writing, proof techniques, graph theory and counting. Mathematical logic. Graph connectivity, planar graphs and colouring. Probability and graphs. Introductory group theory, isomorphisms and automorphisms of graphs. Enumeration and listing.

    Terms: Winter 2011

    Instructors: Vetta, Adrian Roshan (Winter)

    • Winter
    • Prerequisites: MATH 235 or MATH 240 or MATH 242.
    • Corequisites: MATH 223 or MATH 236.
    • Restriction: Not open to students who have taken or are taking MATH 343 or MATH 350.

Complementary Courses (18 credits)

9 credits from the set of courses recommended for a major or honours program in Mathematics.

9 credits selected from Computer Science courses at the 300 level or above (except COMP 364, COMP 396, COMP 400, COMP 431) and ECSE 508.

Faculty of Science—2010-2011 (last updated Jan. 19, 2011) (disclaimer)
Back to top