Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 828 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 828 Bytes

fi4002

Simulation and Modelling of Physical Systems ×

  • This course is designed to provide a background in numerical methods and in computer simulation methods for undergraduate physics students.
  • It includes numerical differentiation and integration, systems of linear equations, root-finding methods, data analysis using graphical techniques and Fourier analysis, grid-based and particle-based simulation techniques, the use of random numbers in simulation, and data classification with artificial neural networks and support vector machines.
  • Python will be used in this course, along with a few modules and packages, as the programming language.

topics

  • Numerical integration, quadrature rules, generalized midpoint rule,