Physics 212, 2017: Lab 7

From Ilya Nemenman: Theoretical Biophysics @ Emory
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 Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle {\rm cosh} x} , 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.