CompSciWeek12
From Predictive Chemistry
Revision as of 19:47, 5 November 2014 by David M. Rogers (talk | contribs) (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
- Problem Series from MIT Linear Algebra Course
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.