MATH 122
McGill University
(2025/2026 Academic Year)
Coming Soon
Course Outline
{
const exercisesSection = $refs.exercisesSection;
if (exercisesSection) {
// Add slight vertical offset (e.g., 80px) to account for sticky headers if any
const topPos = exercisesSection.getBoundingClientRect().top + window.pageYOffset - 80;
window.scrollTo({ top: topPos, behavior: 'smooth' });
// Highlight effect
highlightExercises = true;
setTimeout(() => highlightExercises = false, 1500); // Highlight for 1.5 seconds
}
})
"
x-data="{ highlightExercises: false }"
>
Full Course
0 / 0 skills
1. Functions
0 / 9 skills
2. Limits and derivatives
0 / 7 skills
3. Differentiation rules
0 / 3 skills
4. Graphing
0 / 4 skills
5. Applications
0 / 4 skills
6. An introduction to Integrals
0 / 8 skills
7. Techniques of integration and applications
0 / 3 skills
Uncategorized Exercises
Exercises not assigned to any skill
0 /
0
Filter by exams
No exams available for this course yet.
Exercises
Select a skill or 'Uncategorized Exercises' above to view associated exercises.