CompSciWeek12

From Predictive Chemistry
Revision as of 13:21, 13 November 2014 by David M. Rogers (talk | contribs) (Reading Assignment)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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.