CompSciWeek13
From Predictive Chemistry
Revision as of 09:43, 17 November 2014 by David M. Rogers (talk | contribs) (→Numerical Integration)
Numerical Integration
- Van der Pol Oscillator: <math>\ddot u - \mu (1-u^2) \dot u + u = 0</math>
- Implementations in OpenOffice Spreadsheet, GNU ODE, and Python
- Perturbed initial conditions, Lyapunov exponents, and large deviation principles
- Working well with others: text
- Working with machines: binary
- inspecting binary formats with od
Basis Functions
- Constructing B-splines - tensor method
- Representing the differentiation operator
- Solving PDEs using the implicit method