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

Small fixes to Euler chapter #903

Open
4 tasks
leios opened this issue Oct 23, 2021 · 1 comment
Open
4 tasks

Small fixes to Euler chapter #903

leios opened this issue Oct 23, 2021 · 1 comment
Labels
Problem This is a problem in the archive or an implementation.

Comments

@leios
Copy link
Member

leios commented Oct 23, 2021

Bug Report

Description

Notational error in Taylor expansion for Euler method and images are incorrectly labelled

Note, there was a private communication on discord about this.

For Algorithm Archive Developers

  • The bug can be reproduced
  • The bug can be fixed (if not, please explain why not in a comment below)
  • There is a timeline to fix the bug
  • The bug has been fixed (Please link the PR)
@leios leios added the Problem This is a problem in the archive or an implementation. label Oct 23, 2021
@leios
Copy link
Member Author

leios commented Nov 5, 2021

Lots of issues with the Euler chapter. I am working on them. One note: I feel like the code should be using function pointers or something rather than directly embedding the ODE into the solve_euler() function.

I know I can fix this when talking about RK methods, but maybe we should also fix the code?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Problem This is a problem in the archive or an implementation.
Projects
None yet
Development

No branches or pull requests

1 participant