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 found a typo in Key Idea 9.6.5: Determining the Radius and Interval of Convergence
APEXCalculusPTX/ptx/sec_power_series.ptx
Line 252 in 01ed8a5
should be apply the ratio test to the series <m>\ds \infser[0]\abs{a_n (x-c)^n}</m>.
apply the ratio test to the series <m>\ds \infser[0]\abs{a_n (x-c)^n}</m>.
Current version has (x_c) (x sub c) not the correct (x-c) (x minus c).
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
No branches or pull requests
I found a typo in Key Idea 9.6.5: Determining the Radius and Interval of Convergence
APEXCalculusPTX/ptx/sec_power_series.ptx
Line 252 in 01ed8a5
should be
apply the ratio test to the series <m>\ds \infser[0]\abs{a_n (x-c)^n}</m>.
Current version has (x_c) (x sub c) not the correct (x-c) (x minus c).
The text was updated successfully, but these errors were encountered: