Physics 212, 2017: Lab 7

From Ilya Nemenman: Theoretical Biophysics @ Emory
Revision as of 12:28, 4 July 2018 by Ilya (talk | contribs) (1 revision imported)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
Emory Logo

Back to the main Teaching page.

Back to Physics 212, 2017: Computational Modeling.

  1. Finish your coding of the parabolic interpolation and/or Newton method minimization of , which you have started in class.
  2. Data in-results out, Chapter 3 of the Python Guide. Download the following file Muscle data, first column is the force exerted by a muscle, second column is the surface EMG on skin next to the muscle. Load this data and plot it against each other.
  3. Focus on Chapter B of the Python guide
  4. Focus on implementing the code for solution and plotting of the Project for module 3 that you are working on.