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
E.g. the equation for R^k has the indices of R_2 and R_1 swapped.
The text was updated successfully, but these errors were encountered:
I think what @emanuel-sygal means by this is the formula for Rj is wrong.
It should be R_1 = (R - sigma_2)/(sigma1-sigma2) and R_2 = (R - sigma_1)/(sigma1-sigma2) and not R_j = (R-sigma_j)/(sigma_1 - sigma_2).
This stumped me for a while. With the incorrect formula the initial condition of x_i_0, y_i_0 = 1, 1 isn't satisfied.
Thanks so much for the excellent article in general though, this is really topic quality exposition
Sorry, something went wrong.
No branches or pull requests
E.g. the equation for R^k has the indices of R_2 and R_1 swapped.
The text was updated successfully, but these errors were encountered: