Project. Calculus III for Computer Science Math 2605 K1,K2 Fall 2010

General instructions:
Form a team of 3 members to solve the project, and send me an email with the team member's names.
You may use the programming language of your choice to implement the methods required and obtain solutions.
You are allowed to use basic matrix operations like sum, multiplication or transpose provided by libraries, macros, etc. but you are not allowed to use any library or program as a "black box" to obtain your solution. For instance, you cannot use x=b\A or x=A^(-1)*b or x=inverse(A)*b to solve Ax=b.
Each team should write up and turn in a printed report, and send an electronic copy of the report.
You should follow the guidelines for the writen report in the checklist below.

Due Date: Tuesday, November 9th.

Find the project problems here .

Checklist for Your Project Report
(Based on list by Tommy Ratliff)

Directions:


Comments:


Find the project problems Here