Difference between revisions of "CompSciWeek13"

From Predictive Chemistry
Jump to: navigation, search
(Created page with "= Numerical Integration = * The tinkerbell attractor ** Implementations in OpenOffice Spreadsheet, GNU ODE, and Python ** Perturbed initial conditions, Lyapunov exponents, and la…")
 
(Numerical Integration)
Line 1: Line 1:
 
= Numerical Integration =
 
= Numerical Integration =
* The tinkerbell attractor
 
  +
* Van der Pol Oscillator: <math>\ddot u - \mu (1-u^2) \dot u + u = 0</math>
 
** Implementations in OpenOffice Spreadsheet, GNU ODE, and Python
 
** Implementations in OpenOffice Spreadsheet, GNU ODE, and Python
 
** Perturbed initial conditions, Lyapunov exponents, and large deviation principles
 
** Perturbed initial conditions, Lyapunov exponents, and large deviation principles

Revision as of 10:43, 17 November 2014

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