When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Ludwig-Maximilians-Universität München (LMU) logo

Computers, Waves, Simulations: A Practical Introduction to Numerical Methods using Python

Master the Skills of Tomorrow with Coursera! From AI and Blockchain to Public Speaking and Psychology, Explore Courses Tailored for Your Success.

     
  • 4.8
  •  |
  • Reviews ( 383 )
Free

This Course Includes

  • iconcoursera
  • icon4.8 (383 reviews )
  • icon35 hours
  • iconenglish
  • iconOnline - Self Paced
  • iconcourse
  • iconLudwig-Maximilians-Universität München (LMU)

About Computers, Waves, Simulations: A Practical Introduction to Numerical Methods using Python

Interested in learning how to solve partial differential equations with numerical methods and how to turn them into python codes? This course provides you with a basic introduction how to apply methods like the finite-difference method, the pseudospectral method, the linear and spectral element method to the 1D (or 2D) scalar wave equation. The mathematical derivation of the computational algorithm is accompanied by python codes embedded in Jupyter notebooks. In a unique setup you can see how the mathematical equations are transformed to a computer code and the results visualized. The emphasis is on illustrating the fundamental mathematical ingredients of the various numerical methods (e.g., Taylor series, Fourier series, differentiation, function interpolation, numerical integration) and how they compare. You will be provided with strategies how to ensure your solutions are correct, for example benchmarking with analytical solutions or convergence tests. The mathematical aspects are complemented by a basic introduction to wave physics, discretization, meshes, parallel programming, computing models.

The course targets anyone who aims at developing or using numerical methods applied to partial differential equations and is seeking a practical introduction at a basic level. The methodologies discussed are widely used in natural sciences, engineering, as well as economics and other fields.

What You Will Learn?

  • How to solve a partial differential equation using the finite-difference, the pseudospectral, or the linear (spectral) finite-element method.Understanding the limits of explicit space-time simulations due to the stability criterion and spatial and temporal sampling requirements.Strategies how to plan and setup sophisticated simulation tasks.Strategies how to avoid errors in simulation results..