Differential Inversion of the Implicit Euler Method: Symbolic Analysis
Uwe Naumann

TL;DR
This paper introduces an efficient symbolic method for computing the product of the inverse Jacobian of the implicit Euler method with a vector, significantly reducing computational complexity from cubic or quartic to quadratic in the number of steps.
Contribution
It presents a novel approach for fast evaluation of the inverse Jacobian product in implicit Euler integration, improving computational efficiency for differential equation solvers.
Findings
The method reduces computational complexity to O(m·n^2).
Theoretical complexity matches actual run times.
A reference implementation is provided.
Abstract
The implicit Euler method integrates systems of ordinary differential equations with differentiable right-hand side from an initial state to a target time as using an equidistant discretization of the time interval yielding time steps. We present a method for efficiently computing the product of its inverse Jacobian with a given vector We show that the differential inverse can be evaluated for given with a computational cost of as opposed to the standard or, naively, even The theoretical…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Mathematical Modeling in Engineering · Numerical methods in inverse problems
