README
=== THE COFFEE COOLING PROBLEM ===
Contributors: Yarmina Kamal
Prof. Babak Moaveni
ES55 Final Project
12/17/2019
== Description ==
This script models a cup of coffee cooling in ambient conditions over the course of an hour.
The first-order differential equation given from Newton's Cooling Law is solved using Euler's Method and 4th Order Runge-Kutta Method. The Lagrange Interpolating Polynomial Method is also utilized to solve for the temperature at a given time.
To use, simply run model and follow instructions on Matlab command screen.