Computational Physics Lectures: Ordinary differential equations
Contents
Differential equations program
Differential Equations, chapter 8
Differential Equations
Differential Equations
Differential Equations
Differential Equations
Differential Equations, Finite Difference
Differential Equations
Differential Equations
Differential Equations
Differential Equations
Differential Equations
Differential Equations
Differential Equations
Differential Equations
Differential Equations
The Verlet method
The Verlet method
The velocity Verlet method
The velocity Verlet method
The velocity Verlet method
The velocity Verlet method
Differential Equations, Runge-Kutta methods
Differential Equations, Runge-Kutta methods
Differential Equations, Runge-Kutta methods
Differential Equations, Runge-Kutta methods
A simple Example first, Block tied to a Wall
Simple Example, Block tied to a Wall
Simple Example, Block tied to a Wall
Simple Example, Block tied to a Wall
Simple Example, Block tied to a Wall
Simple Example, Block tied to a Wall
Simple Example, Block tied to a Wall, python code
The second example: The classical pendulum and scaling the equations
More on the Pendulum
More on the Pendulum
More on the Pendulum
Building a code for the solar system, gravitational force and constants
Building a code for the solar system, force equations
Building a code for the solar system, coupled equations
Building a code for the solar system, final coupled equations
Building a code for the solar system, discretized equations
Building a code for the solar system, adding Jupiter
Building a code for the solar system, adding Jupiter
How can I get the initial velocities and positions of the planets
How do we develop a larger numerical project
More on large numerical projects
How to start our solar system project
How to start our solar system project, the simple Euler equations
Adaptive methods
Adaptive methods
Adaptive methods
Adaptive methods
Simple Example, Block tied to a Wall, python code
The following python program performs essentially the same calculations as the previous c++ code.
«
1
...
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
...
54
»