Students are required to organize themselves in group.
Once organized, the group members HAVE to sign-up in the groups created on Blackboard. The
group number should correspond to the project number (you select from the list below). For
example, the students who select project one should sign-up in group one on blackboard.
The Group size can be up to a maximum of 4 students.
Each group is required to select a project from the following list.
Only one group can work on a specific project (in other words, two groups CANNOT work on
the same project).
All projects are subject to the same set of questions listed at the end.
The report on the project shall be due one week before the end of classes.
Your work should be reported in the provided Template (posted on Blackboard)
A peer-evaluation will be conducted by each group member after the submission (details later)
———-
Added on 22.05.2016 16:10
you have to Use of MATHEMATICA software is requireded
https://onedrive.live.com/?authkey=%21Aqx5rhNnEdsHIoU&cid=0032154801BC67E4&id=32154801BC67E4%218632&parId=32154801BC67E4%218544&o=OneUp
Instruction files
project_report_template_1_.docx(39,78 KiB)
group_project_math_221_updated.pdf(368,19 KiB)
Last Completed Projects
| topic title | academic level | Writer | delivered |
|---|
jQuery(document).ready(function($) { var currentPage = 1; // Initialize current page
function reloadLatestPosts() { // Perform AJAX request $.ajax({ url: lpr_ajax.ajax_url, type: 'post', data: { action: 'lpr_get_latest_posts', paged: currentPage // Send current page number to server }, success: function(response) { // Clear existing content of the container $('#lpr-posts-container').empty();
// Append new posts and fade in $('#lpr-posts-container').append(response).hide().fadeIn('slow');
// Increment current page for next pagination currentPage++; }, error: function(xhr, status, error) { console.error('AJAX request error:', error); } }); }
// Initially load latest posts reloadLatestPosts();
// Example of subsequent reloads setInterval(function() { reloadLatestPosts(); }, 7000); // Reload every 7 seconds });

