Differences

This shows you the differences between two versions of the page.

Link to this comparison view

teaching:ft1920:praktikum:start [2019/10/16 15:28]
ipa ExpInt: Slides from the introduction
teaching:ft1920:praktikum:start [2021/03/02 13:28]
Line 1: Line 1:
-====== Exponential Integrators with PyTorch ====== 
  
-===== Organisation ===== 
-{{teaching:​ft1920:​praktikum:​files:​programmierpraktikum.pdf | Slides from the Introduction}} 
- 
-===== Literature ===== 
- 
-==== Introduction ==== 
- 
-    * {{teaching:​ft1920:​praktikum:​files:​niesen_and_wright_-_algorithm_919_a_krylov_subspace_algorithm_for_ev.pdf|Niesen,​ Wright - Algorithm 919: A Krylov Subspace Algorithm for Evaluating the φ-Functions Appearing in Exponential Integrators}} Good introduction,​ idea of time stepping 
- 
- 
-==== Special topics ==== 
-    * {{teaching:​ft1920:​praktikum:​files:​al-mohy_higham_-_computing_the_action_of_the_matrix_exponential_with_an_application_to_exponential_integrators.pdf| Al-Hohy, Higham - Computing the Action of the Matrix Exponential,​ with an Application to Exponential Integrators}} computing $e^A B$, computing $e^{tA} B$ over a time intervall ​ 
- 
- 
-==== Matrix Exponential ==== 
-    * {{teaching:​ft1920:​praktikum:​files:​moler2003_-_nineteen_dubious_ways_to_compute_the_exponential_of_a_matrix_twenty_five_years_later.pdf|Moler,​ Van Loan - Nineteen Dubious Ways to Compute the Exponential of a Matrix, Twenty-Five Years Later}} this paper is the definitive guide on how to calculate the exponential of a matrix 
- 
- 
-==== Software ==== 
-    * {{teaching:​ft1920:​praktikum:​files:​sidje_-_expokit_a_software_package_for_computing_matrix_exponentials.pdf| Sidje - Expokit: A Software Package for ComputingMatrix Exponentials}} Expokit is a Fortran/​Matlab implementation of exponential integrators,​ the paper contains a lot of useful details on implementing exponential integrators.