Course Outline
{
const exercisesSection = $refs.exercisesSection;
if (exercisesSection) {
const topPos = exercisesSection.getBoundingClientRect().top + window.pageYOffset - 80;
window.scrollTo({ top: topPos, behavior: 'smooth' });
highlightExercises = true;
setTimeout(() => highlightExercises = false, 1500);
}
})
"
x-data="{ highlightExercises: false }">
Functions Review
0 / 2
skills
Integrals
0 / 7
skills
Techniques of Integration (Chapter 7)
0 / 7
skills
Applications (Chapters 6 and 8)
0 / 9
skills
Sequences and Series (Chapter 11)
0 / 15
skills
Parametric Equations and Polar Coordinates
0 / 2
skills
Uncategorized Exercises
Exercises not assigned to any skill
0 /
0
Exam Filters
Exercises
Select a skill or 'Uncategorized Exercises' above to view associated exercises.