Difference between revisions of "CompSciWeek12"

From Predictive Chemistry
Jump to: navigation, search
(Created page with "= Reading Assignment = * [http://web.mit.edu/18.06/www/Spring97/exam-97.html Problem Series] from MIT Linear Algebra Course = Class 1 & 2 = * Numerical Optimization * Numerical …")
 
(Reading Assignment)
Line 1: Line 1:
 
= Reading Assignment =
 
= Reading Assignment =
 
* [http://web.mit.edu/18.06/www/Spring97/exam-97.html Problem Series] from MIT Linear Algebra Course
 
* [http://web.mit.edu/18.06/www/Spring97/exam-97.html Problem Series] from MIT Linear Algebra Course
  +
* [http://predictivestatmech.org/papers/pre-linalg.pdf Notes on Linear Algebra]
   
 
= Class 1 & 2 =
 
= Class 1 & 2 =

Revision as of 16:32, 7 November 2014

Reading Assignment

Class 1 & 2

  • Numerical Optimization
  • Numerical Integration - complete example for particle growth statistics
    • Integrating with GNU ODE


Homework 7 - Due Monday, November 17

  • Create two short essays by hand explaining the key concepts with equations and sketches (see Feynman Learning Technique) for:
    • Rotation and translation to align axes in a 2D figure to a given endpoint.
    • Gradient-following minimization of a function of N variables.
  • Write an exercise to test a student's ability to translate between tensordot(), subscript summation notation, and a summation using a for-loop.