name, -1)); if($year == CURRENT_YEAR){ $teacher_name = LOM\show_user_name($course->teacher_id); if(date('M', strtotime($course->end_date_this_year)) != 'May'){ $period = '.'; } ${'first_session_date_' . $section} = date('M' . MONTH_PERIOD . ' j, Y', strtotime($course->start_date_this_year)); ${'last_session_date_' . $section} = date('M' . $period . ' j, Y', strtotime($course->end_date_this_year)); //${'schedule_' . $section} = $course->this_year_schedule; ${'status_' . $section} = LOM\format_course_status($course->status_this_year, $course->type, $course->waiting_list_path, $course->name); } else { $teacher_name = LOM\show_user_name($course->teacher_id_next_year); if(date('M', strtotime($course->end_date_next_year)) != 'May'){ $period = '.'; } ${'first_session_date_' . $section} = date('M' . MONTH_PERIOD . ' j, Y', strtotime($course->start_date_next_year)); ${'last_session_date_' . $section} = date('M' . $period . ' j, Y', strtotime($course->end_date_next_year)); //${'schedule_' . $section} = $course->next_year_schedule; ${'status_' . $section} = LOM\format_course_status($course->status_next_year, $course->type, $course->waiting_list_path, $course->name); } $teacher_href = strtolower(str_replace(' ', '_', $teacher_name)); ${'teacher_' . $section} = '' . $teacher_name . ''; ${'schedule_' . $section} = LOM\get_course_schedule($this_course_id, $year_for_query, 1); ${'calendar_link_' . $section} = '' . $year . ' Detailed Calendar'; } $drop_date_info = ' Drop Date: ' . DROP_DATE_SHORTER_WITH_YEAR . ' (Drop Policy) '; ?>
Description...
Calculus starts students on a different branch of math than the strictly algebraic one they are used to. There is a heavy emphasis on functions and an extension of trigonometry concepts that were introduced in Pre-Calculus. Additionally, there are plenty of real life applications presented. Main concepts include limits, integration, differentiation, differential equations, optimization, areas under a curve, and more.
Check out more information by selecting one of the boxes below.
| Calculus Schedule A |
||||
|
Status: Enrollment Open!Status: About Halfway Full![]() | ';
$seats_left_statement_a = '5 seats';
$status_seats_left_calc_a = 'Status: Only ' . $seats_left_statement_a . ' left!![]() | ';
$status_class_full_calc_a = '
Status: Class Full!
Join Waiting List or check out more options below.
|
';
$status_class_full_both_classes = '
Status: Class Full!
Join Waiting List or check out the Recorded Sessions Only Option.
|
';
//echo $status_open_calc_a;
echo $status_a;
?>