Skip to content
Permalink
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
# Best-fit model for first-order thermal system
Determine the time constant, tau, based upon the first-order thermal system function:
T(t) = Tinfty+ (Tinitial-Tinfty) exp(Lt)
An example data set is given in the "water-temp.csv" file. Determine the initial temperature,
the final temperature, and time constant, -1/L.
## Instructions:
Clone the repository to [https://ugmelab.uconn.edu](https://ugmelab.uconn.edu)
- select "new"
- then click terminal
- with the terminal open type "cd work" then press enter
- type "git clone https://github.uconn.edu/rcc02007/Lab_06-best_fit.git" then press enter
- close the tab with the terminal, open the folder "work/Lab_06-best_fit"
- open [Lab_06-best_fit-model.ipynb](./Lab_06-best_fit-model.ipynb)
- Submit your solutions to the following link:
### [Lab 6 calculations Google Form](https://goo.gl/forms/iqFvBSeTVAKqCPAt2)