Project Description
As we have already observed that numerical methods allow you to solve problems that cannot be solved exactly and those that take a long time to do even if the exact solution is available. To solve such engineering problems, we write computer programs to make the solutions to be found efficiently. This project is assigned to you for the following learning objectives:
- Identify the correct procedure to solve a given problem.
- Implement a programming procedure for a given problem.
- Improve existing programming skills of debugging, documentation, loops, and conditional statements.
- Write your own numerical methods programs.
- Reinforce prerequisite knowledge of programming and college mathematics.
- Solve real-world problems.
Data
| Time (s) | 0 | 5 | 10 | 15 | 20 | 25 | 30 | 45 | 60 | 75 | 90 |
|
Temperature ( |
22 | 20.7 | 16.8 | 14.7 | 12.9 | 11 | 10.2 | 7.2 | 5.3 | 3.9 | 3.1 |
The temperature of iced water=0.4
Project Details and Grading Criteria
Read the whole PDF document (Links to an external site.) first which will work toward your benefit. The word document version (Links to an external site.) of the project is given as well. This is an individual project and you can get help only from the TA, instructor, and discussion board. The submission has two parts – 1) mfile only and 2) complete project as a pdf file.


0 comments