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

Code in "Newton method in 2D" doesn't match the latex equation #112

Open
goalaleo opened this issue Sep 15, 2021 · 0 comments
Open

Code in "Newton method in 2D" doesn't match the latex equation #112

goalaleo opened this issue Sep 15, 2021 · 0 comments

Comments

@goalaleo
Copy link

In section 1.6 on newton method, in the 2D implementation the julia code doesn't match the latex equations.
The new approximation is defined to be x1 = x0 + δ, but in the julia function it's written as return x0 - δ.
This works in the code because in the definition of δthe minus sign is also missing, so practically it doesn't matter (they cancel out). However, I think it would be more intuitive if the code matched the latex equations

Screenshot 2021-09-15 at 19 34 59

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

1 participant