Hans Zanna Munthe-Kaas | |
---|---|
Born | Northallerton, England | 28 March 1961
Nationality | Norwegian |
Alma mater | Norwegian University of Science and Technology |
Scientific career | |
Fields | Mathematics |
Institutions | University of Bergen, Norway and UiT The Arctic University of Norway, in Tromsø |
Doctoral advisor | Syvert Paul Nørsett and Jan Ole Aasen [1] |
Website | hans |
Hans Zanna Munthe-Kaas (born 28 March 1961) is a Norwegian mathematician working at UiT The Arctic University of Norway and the University of Bergen. The main focus of is work lies in the area of computational mathematics in the borderland between pure and applied mathematics and computer science.
He took his PhD at the Norwegian Institute of Technology in 1989, called to full Professor 1997 and has since 2005 been Professor of Mathematics. Since 2021 he is mainly working at UiT The Arctic University of Norway in Tromsø where he is co-director of the newly established Lie-Størmer Center for fundamental structures in computational and pure mathematics.
The work of Munthe-Kaas is centred on applications of differential geometry and Lie group techniques in geometric integration and structure preserving algorithms for numerical integration of differential equations. A central aspect is the analysis of structure preservation by algebraic and combinatorial techniques (B-series and Lie–Butcher series). [2]
In the mid-1990s Munthe-Kaas developed what are now known as Runge–Kutta–Munthe-Kaas methods, [3] [4] [5] a generalisation of Runge–Kutta methods to integration of differential equations evolving on Lie groups. The analysis of numerical Lie group integrators [6] leads to the study of new types of formal power series for flows on manifolds (Lie–Butcher series). Lie–Butcher theory combines classical B-series with Lie-series.
Munthe-Kaas received Exxon Mobil Award for best PhD at NTNU, 1989, and the Carl-Erik Frōberg Prize in Numerical Mathematics 1996 for the paper "Lie–Butcher theory for Runge–Kutta Methods". Munthe-Kaas is elected member of Academia Europaea, the Norwegian Academy of Science and Letters, the Royal Norwegian Society of Sciences and Letters and the Norwegian Academy of Technological Sciences. Munthe-Kaas is the chair of the international Abel prize committee (2018–2022), he is President of the Scientific Council of Centre International de Mathématiques Pures et Appliquées (CIMPA) (2017–present) and he is Editor-in-Chief of Journal Foundations of Computational Mathematics (2017–present). Munthe-Kaas was secretary of Foundations of Computational Mathematics (2005–2011) and member of the Board of the Abel Prize in Mathematics (2010–2018).
Munthe-Kaas married Antonella Zanna, an Italian numerical analyst, in 1997; they have four children and a dog. [7]
In numerical analysis, the Runge–Kutta methods are a family of implicit and explicit iterative methods, which include the Euler method, used in temporal discretization for the approximate solutions of simultaneous nonlinear equations. These methods were developed around 1900 by the German mathematicians Carl Runge and Wilhelm Kutta.
Numerical methods for ordinary differential equations are methods used to find numerical approximations to the solutions of ordinary differential equations (ODEs). Their use is also known as "numerical integration", although this term can also refer to the computation of integrals.
In mathematics and computational science, the Euler method is a first-order numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. It is the most basic explicit method for numerical integration of ordinary differential equations and is the simplest Runge–Kutta method. The Euler method is named after Leonhard Euler, who first proposed it in his book Institutionum calculi integralis.
John Charles Butcher is a New Zealand mathematician who specialises in numerical methods for the solution of ordinary differential equations.
In mathematics, a collocation method is a method for the numerical solution of ordinary differential equations, partial differential equations and integral equations. The idea is to choose a finite-dimensional space of candidate solutions and a number of points in the domain, and to select that solution which satisfies the given equation at the collocation points.
In mathematics of stochastic systems, the Runge–Kutta method is a technique for the approximate numerical solution of a stochastic differential equation. It is a generalisation of the Runge–Kutta method for ordinary differential equations to stochastic differential equations (SDEs). Importantly, the method does not involve knowing derivatives of the coefficient functions in the SDEs.
In mathematics, the Runge–Kutta–Fehlberg method is an algorithm in numerical analysis for the numerical solution of ordinary differential equations. It was developed by the German mathematician Erwin Fehlberg and is based on the large class of Runge–Kutta methods.
In numerical analysis, the Cash–Karp method is a method for solving ordinary differential equations (ODEs). It was proposed by Professor Jeff R. Cash from Imperial College London and Alan H. Karp from IBM Scientific Center. The method is a member of the Runge–Kutta family of ODE solvers. More specifically, it uses six function evaluations to calculate fourth- and fifth-order accurate solutions. The difference between these solutions is then taken to be the error of the solution. This error estimate is very convenient for adaptive stepsize integration algorithms. Other similar integration methods are Fehlberg (RKF) and Dormand–Prince (RKDP).
In numerical analysis, the Dormand–Prince (RKDP) method or DOPRI method, is an embedded method for solving ordinary differential equations (ODE). The method is a member of the Runge–Kutta family of ODE solvers. More specifically, it uses six function evaluations to calculate fourth- and fifth-order accurate solutions. The difference between these solutions is then taken to be the error of the (fourth-order) solution. This error estimate is very convenient for adaptive stepsize integration algorithms. Other similar integration methods are Fehlberg (RKF) and Cash–Karp (RKCK).
In mathematics and computational science, Heun's method may refer to the improved or modified Euler's method, or a similar two-stage Runge–Kutta method. It is named after Karl Heun and is a numerical procedure for solving ordinary differential equations (ODEs) with a given initial value. Both variants can be seen as extensions of the Euler method into two-stage second-order Runge–Kutta methods.
In mathematics, the Butcher group, named after the New Zealand mathematician John C. Butcher by Hairer & Wanner (1974), is an infinite-dimensional Lie group first introduced in numerical analysis to study solutions of non-linear ordinary differential equations by the Runge–Kutta method. It arose from an algebraic formalism involving rooted trees that provides formal power series solutions of the differential equation modeling the flow of a vector field. It was Cayley (1857), prompted by the work of Sylvester on change of variables in differential calculus, who first noted that the derivatives of a composition of functions can be conveniently expressed in terms of rooted trees and their combinatorics.
The following is a timeline of scientific computing, also known as computational science.
General linear methods (GLMs) are a large class of numerical methods used to obtain numerical solutions to ordinary differential equations. They include multistage Runge–Kutta methods that use intermediate collocation points, as well as linear multistep methods that save a finite time history of the solution. John C. Butcher originally coined this term for these methods, and has written a series of review papers a book chapter and a textbook on the topic. His collaborator, Zdzislaw Jackiewicz also has an extensive textbook on the topic. The original class of methods were originally proposed by Butcher (1965), Gear (1965) and Gragg and Stetter (1964).
Exponential integrators are a class of numerical methods for the solution of ordinary differential equations, specifically initial value problems. This large class of methods from numerical analysis is based on the exact integration of the linear part of the initial value problem. Because the linear part is integrated exactly, this can help to mitigate the stiffness of a differential equation. Exponential integrators can be constructed to be explicit or implicit for numerical ordinary differential equations or serve as the time integrator for numerical partial differential equations.
The Segregated Runge–Kutta (SRK) method is a family of IMplicit–EXplicit (IMEX) Runge–Kutta methods that were developed to approximate the solution of differential algebraic equations (DAE) of index 2.
A Lie group integrator is a numerical integration method for differential equations built from coordinate-independent operations such as Lie group actions on a manifold. They have been used for the animation and control of vehicles in computer graphics and control systems/artificial intelligence research. These tasks are particularly difficult because they feature nonholonomic constraints.
Sigal Gottlieb is an applied mathematician. She is a professor of mathematics and the director of the Center for Scientific Computing and Visualization Research at the University of Massachusetts Dartmouth.
Antonella Zanna Munthe-Kaas is an Italian applied mathematician and numerical analyst whose research includes work on numerical integration of differential equations and applications to medical imaging. She is a professor and head of the mathematics department at the University of Bergen in Norway.
Gerhard Wanner is an Austrian mathematician.
Assyr Abdulle was a Swiss mathematician. He specialized in numerical mathematics.