mandli / intro-numerical-methods

Jupyter notebooks and other materials developed for the Columbia course APMA 4300
Creative Commons Attribution 4.0 International
278 stars 398 forks source link

04_error #33

Closed AlexanderSoloviev closed 8 years ago

AlexanderSoloviev commented 8 years ago

The expression given by

$$f \cdot g = p \cdot q + O(x^{n\cdot m})$$

should be

$$f \cdot g = p \cdot q + O(x^{n + m})$$

mandli commented 8 years ago

Missed that, never do this big stuff. Thanks.