diff --git a/courses/comp-3300/advice.md b/courses/comp-3300/advice.md index 16c039efd..54659b5d5 100644 --- a/courses/comp-3300/advice.md +++ b/courses/comp-3300/advice.md @@ -5,7 +5,7 @@ sidebar_label: COMP-3300 - Advice slug: /comp-3300/advice --- -## Ryan's Advice +## Ryan's Advice for COMP-3300 Ryan's advice is basically the same as his advice for [COMP-2560](/courses/comp-2560/advice). diff --git a/courses/courses-sidebars.ts b/courses/courses-sidebars.ts index 1df6d6764..ae728daa8 100644 --- a/courses/courses-sidebars.ts +++ b/courses/courses-sidebars.ts @@ -340,6 +340,21 @@ export default { label: "MATH-1250", items: ["math-1250/overview", "math-1250/advice"], }, + { + type: "category", + label: "MATH-1260", + items: ["math-1260/overview", "math-1250/advice"], + }, + { + type: "doc", + label: "MATH-1270", + id: "math-1270/overview", + }, + { + type: "doc", + label: "MATH-1280", + id: "math-1280/overview", + }, { type: "category", label: "MATH-1720", @@ -365,6 +380,11 @@ export default { label: "STAT-2910", id: "stat-2910/overview", }, + { + type: "doc", + label: "STAT-2920", + id: "stat-2920/overview", + }, ], }, ], diff --git a/courses/math-1020/overview.md b/courses/math-1020/overview.md index fe93a46d1..930210fb3 100644 --- a/courses/math-1020/overview.md +++ b/courses/math-1020/overview.md @@ -24,3 +24,7 @@ No, while there is a textbook listed and you may find it helpful, it is not requ ## Prerequisites COMP-1000 or MATH-1250 or MATH-1260 or MATH-1270 is the prerequisite for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/math-1250/advice.md b/courses/math-1250/advice.md index 432eb581c..2d769eff2 100644 --- a/courses/math-1250/advice.md +++ b/courses/math-1250/advice.md @@ -1,8 +1,8 @@ --- id: advice -title: How to be Successful in MATH-1250 -sidebar_label: How to be Successful in MATH-1250 -slug: /MATH-1250/advice +title: Advice for MATH-1250/1260 +sidebar_label: Advice for MATH-1250/1260 +slug: /math-1250/advice --- MATH-1250 (or its equivalent, MATH-1260), is one of the few math courses that first-year CS students must take. Some of the material are reviews from high school. In Ontario, MCV4U - Calculus and Vectors addresses concepts like vector spaces, dot products, cross products, etc. However, you should still practice on building good habits and learning the materials, especially if you want to go into fields like artificial intelligence, which can be math-heavy. diff --git a/courses/math-1250/overview.md b/courses/math-1250/overview.md index e73422806..75cb5ae3a 100644 --- a/courses/math-1250/overview.md +++ b/courses/math-1250/overview.md @@ -5,6 +5,10 @@ sidebar_label: MATH-1250 slug: /math-1250/overview --- +:::note +MATH-1250 and MATH-1260 count for the same credit. You can take either of them for degree requirements. +::: + ## Course Title The title for MATH-1250 is "Linear Algebra I". @@ -24,3 +28,7 @@ No, while there is a textbook listed and you may find it helpful, it is not requ ## Prerequisites There is no UWindsor prerequisite for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/math-1260/overview.md b/courses/math-1260/overview.md new file mode 100644 index 000000000..105b1eefa --- /dev/null +++ b/courses/math-1260/overview.md @@ -0,0 +1,34 @@ +--- +id: overview +title: MATH 1260 - Overview +sidebar_label: MATH-1260 +slug: /math-1260/overview +--- + +:::note +MATH-1250 and MATH-1260 count for the same credit. You can take either of them for degree requirements. +::: + +## Course Title + +The title for MATH-1260 is "Vectors and Linear Algebra". + +## Course Description + +This course is for students without Ontario Grade 12 Calculus and Vectors (MCV4U). The course MATH-1250 is for students with MCV4U. This course will cover vectors, three-dimensional geometry, linear systems, matrix algebra, determinants, n- dimensional vectors, dot product, cross product, orthogonalization, eigenvalues, eigenvectors, diagonalization and vector spaces. (Prerequisite: Ontario Grade 12 Advanced Functions (MHF4U).) (Antirequisites: MATH-1250, MATH-1270.) (4 lecture hours, 2 tutorial hours per week.) + +## Typical Course Offering + +MATH-1260 is typically offered in the Fall Semester. + +## Is a Textbook Required? + +No, while there is a textbook listed and you may find it helpful, it is not required to succeed in this course. + +## Prerequisites + +Ontario Grade 12 Advanced Functions (MHF4U) is a prerequisite for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/math-1270/overview.md b/courses/math-1270/overview.md new file mode 100644 index 000000000..96d200f68 --- /dev/null +++ b/courses/math-1270/overview.md @@ -0,0 +1,30 @@ +--- +id: overview +title: MATH 1270 - Overview +sidebar_label: MATH-1270 +slug: /math-1270/overview +--- + +## Course Title + +The title for MATH-1270 is "Linear Algebra (Engineering)". + +## Course Description + +This course will cover linear systems, linear transformations, matrix algebra, determinants, vectors in Rn, dot product, orthogonalization, diagonalization, eigenvectors and eigenvalues, in the context of and with an emphasis on a broad range of applications in Science and Engineering. (Prerequisite: MATH-1280 or both Ontario Grade 12 Advanced Functions (MHF4U) and Calculus and Vectors (MCV4U)) (Antirequisite: MATH-1250, or MATH-1260.) (3 lectures hours, 1 tutorial hour per week.) + +## Typical Course Offering + +MATH-1270 is typically offered in the Fall and Winter semesters. + +## Is a Textbook Required? + +No, while there is a textbook listed and you may find it helpful, it is not required to succeed in this course. + +## Prerequisites + +MATH-1280 or both Ontario Grade 12 Advanced Functions (MHF4U) and Calculus and Vectors (MCV4U) are prerequisites for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/math-1280/overview.md b/courses/math-1280/overview.md new file mode 100644 index 000000000..f6cb985d5 --- /dev/null +++ b/courses/math-1280/overview.md @@ -0,0 +1,30 @@ +--- +id: overview +title: MATH 1280 - Overview +sidebar_label: MATH-1280 +slug: /math-1280/overview +--- + +## Course Title + +The title for MATH-1280 is "Access to Linear Algebra". + +## Course Description + +This course will cover matrix algebra, linear systems, vectors, lines and planes in three- dimensional space, equations and inequalities in one variable and linear relations. This course serves as the prerequisite for MATH-1250 and MATH-1270. Majors in Science and majors in Engineering will not be given credit for this course. (3 lecture hours, 1 tutorial hour per week.) + +## Typical Course Offering + +MATH-1280 is typically offered in the Winter Semester. + +## Is a Textbook Required? + +No, while there is a textbook listed and you may find it helpful, it is not required to succeed in this course. + +## Prerequisites + +There are no prerequisites for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/math-1720/advice.md b/courses/math-1720/advice.md index 4ac06c2e9..d23d929b6 100644 --- a/courses/math-1720/advice.md +++ b/courses/math-1720/advice.md @@ -2,7 +2,7 @@ id: advice title: Advice for MATH-1720/1760 sidebar_label: Advice for MATH-1720/1760 -slug: /MATH-1720/advice +slug: /math-1720/advice --- MATH-1720 (or its equivalent, MATH-1760), is one of the few math courses that first-year CS students must take. Most of the material are reviews from high school. In Ontario, the following classes addresses these materials: MHF4U - Advanced Functions and MCV4U - Calculus and Vectors. However, you should still practice on building good habits to prepare for classes like MATH-1730 (Integral Calculus). diff --git a/courses/math-1720/overview.md b/courses/math-1720/overview.md index 5d3d75a7b..e20c0c36d 100644 --- a/courses/math-1720/overview.md +++ b/courses/math-1720/overview.md @@ -5,14 +5,16 @@ sidebar_label: MATH-1720 slug: /math-1720/overview --- +:::note +MATH-1720 and MATH-1760 count for the same credit. You can take either of them for degree requirements. +::: + ## Course Title The title for MATH-1720 is "Differential Calculus". ## Course Description -**Note: MATH-1720 and MATH-1760 count for the same credit. You can take either of them for degree requirements.** - This course will cover trigonometric functions and identities, inverse trigonometric functions, limits and continuity, derivatives and applications, mean value theorem, indeterminate forms and lHpitals rule, antiderivatives and an introduction to definite integrals. This course is for students who have taken both Ontario Grade 12 Advanced Functions (MHF4U) and Ontario Grade 12 Calculus and Vectors (MCV4U). Students who do not have credit for MCV4U should take MATH-1760. (Prerequisites: Ontario Grade 12 Advanced Functions (MHF4U) and Ontario Grade 12 Calculus and Vectors (MCV4U) or MATH-1780.) (Antirequisite: MATH-1760.) (3 lecture hours, 2 tutorial hours per week.) ## Typical Course Offering @@ -26,3 +28,7 @@ No, while there is a textbook listed and you may find it helpful, it is not requ ## Prerequisites There is no UWindsor prerequisite for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/math-1730/overview.md b/courses/math-1730/overview.md index 08589ec8e..1d980693f 100644 --- a/courses/math-1730/overview.md +++ b/courses/math-1730/overview.md @@ -24,3 +24,7 @@ No, while there is a textbook listed and you may find it helpful, it is not requ ## Prerequisites MATH-1760 or MATH-1720 is the prerequisite for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/math-1760/overview.md b/courses/math-1760/overview.md index 95b916d6e..4a8064b60 100644 --- a/courses/math-1760/overview.md +++ b/courses/math-1760/overview.md @@ -5,14 +5,16 @@ sidebar_label: MATH-1760 slug: /math-1760/overview --- +:::note +MATH-1720 and MATH-1760 count for the same credit. You can take either of them for degree requirements. +::: + ## Course Title The title for MATH-1760 is "Functions and Differential Calculus". ## Course Description -**Note: MATH-1720 and MATH-1760 count for the same credit. You can take either of them for degree requirements.** - This course will cover a review of functions, trigonometric functions and identities, transcendental functions, inverse trigonometric functions, introduction to limits, continuity, derivatives and applications, mean value theorem, indeterminate forms and l’Hôpital’s rule, antiderivatives and an introduction to @@ -33,3 +35,7 @@ No, while there is a textbook listed and you may find it helpful, it is not requ ## Prerequisites There is no UWindsor prerequisite for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/offering/courses.json b/courses/offering/courses.json index 48d3bb5c5..b00260bc8 100644 --- a/courses/offering/courses.json +++ b/courses/offering/courses.json @@ -528,6 +528,35 @@ "required": ["CSG", "CSH", "CSHAC", "CIS", "CSSE", "BACS", "MCS"], "prerequisites": [] }, + { + "course code": "MATH-1260", + "course name": "Vectors and Linear Algebra", + "fall": true, + "winter": false, + "summer": false, + "required": ["CSG", "CSH", "CSHAC", "CIS", "CSSE", "BACS", "MCS"], + "prerequisites": ["Ontario Grade 12 Advanced Functions (MHF4U)"] + }, + { + "course code": "MATH-1270", + "course name": "Linear Algebra (Engineering)", + "fall": true, + "winter": true, + "summer": false, + "required": [], + "prerequisites": [ + "MATH-1280 or both Ontario Grade 12 Advanced Functions (MHF4U) and Calculus and Vectors (MCV4U)" + ] + }, + { + "course code": "MATH-1280", + "course name": "Access to Linear Algebra", + "fall": false, + "winter": true, + "summer": false, + "required": [], + "prerequisites": [] + }, { "course code": "MATH-1720", "course name": "Differential Calculus", @@ -576,6 +605,15 @@ "summer": true, "required": ["CSG", "CSH", "CSHAC", "CIS", "CSSE", "BACS", "BIT"], "prerequisites": [] + }, + { + "course code": "STAT-2920", + "course name": "Introduction to Probability", + "fall": true, + "winter": false, + "summer": false, + "required": ["CSG", "CSH", "CSHAC", "CIS", "CSSE", "BACS", "BIT"], + "prerequisites": ["MATH-1730"] } ] } diff --git a/courses/stat-2910/overview.md b/courses/stat-2910/overview.md index 4f63bfe6c..06c980716 100644 --- a/courses/stat-2910/overview.md +++ b/courses/stat-2910/overview.md @@ -24,3 +24,7 @@ No, while there is a textbook listed and you may find it helpful, it is not requ ## Prerequisites There is no UWindsor prerequisite for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet. diff --git a/courses/stat-2920/overview.md b/courses/stat-2920/overview.md new file mode 100644 index 000000000..4cab81c18 --- /dev/null +++ b/courses/stat-2920/overview.md @@ -0,0 +1,30 @@ +--- +id: overview +title: STAT 2920 - Overview +sidebar_label: STAT-2920 +slug: /stat-2920/overview +--- + +## Course Title + +The title for STAT-2920 is "Introduction to Probability". + +## Course Description + +This course will cover descriptive measures, combinatorics, probability, random variables, special discrete and continuous distributions, sampling distribution, and point and interval estimation. (Prerequisite: MATH-1730.) (3 lecture hours, 1 tutorial hour per week.) + +## Typical Course Offering + +STAT-2920 is typically offered in the Fall Semester. + +## Is a Textbook Required? + +No, while there is a textbook listed and you may find it helpful, it is not required to succeed in this course. + +## Prerequisites + +MATH-1730 is the prerequisite for this class. + +## Syllabus + +Sorry, we don't have a syllabus for this course yet.