Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Truncated exponential sum #75

Open
1 of 2 tasks
mforets opened this issue Jan 23, 2020 · 1 comment
Open
1 of 2 tasks

Truncated exponential sum #75

mforets opened this issue Jan 23, 2020 · 1 comment

Comments

@mforets
Copy link
Member

mforets commented Jan 23, 2020

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).

@schillic
Copy link
Member

schillic commented Feb 7, 2020

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

@schillic schillic self-assigned this Feb 7, 2020
@schillic schillic removed their assignment Feb 7, 2020
schillic added a commit that referenced this issue Feb 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants