IntervalMatrices.jl icon indicating copy to clipboard operation
IntervalMatrices.jl copied to clipboard

Truncated exponential sum

Open mforets opened this issue 5 years ago • 1 comments

Write a function that computes the sum \sum_{i=i0}^{p} A^i * t^i / i!}. Note that if i0=0 one should use the exact computation of At + 1/2A^2 t^2 (matrix W).

  • [x] outsource existing code to new function (#123)
  • [ ] make code parametric in i0

mforets avatar Jan 23 '20 14:01 mforets

... and use the function in the existing code base.

schillic avatar Feb 07 '20 09:02 schillic