We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a math problem with the equation at the last line of page 8 in the paper .
Atv = -At(A H.inv At).inv A H.inv Jt f
Typically, when I approximate H with diag(H), this will happen
Atv = -At(A Hinv At)inv A H.inv Jt f = -At (At.inv H A.inv) A H.inv Jt f = -Jt f
Put it into eq 9 and I will get delta X = 0, which apparently is incorrect.
Would you let me know what is wrong with my mathematics?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a math problem with the equation at the last line of page 8 in the paper .
Atv = -At(A H.inv At).inv A H.inv Jt f
Typically, when I approximate H with diag(H), this will happen
Atv = -At(A Hinv At)inv A H.inv Jt f
= -At (At.inv H A.inv) A H.inv Jt f
= -Jt f
Put it into eq 9 and I will get delta X = 0, which apparently is incorrect.
Would you let me know what is wrong with my mathematics?
The text was updated successfully, but these errors were encountered: