Skip to content

Simpson's method in appendix extends beyond assemblage boundaries #423

Description

@kcrisman

Something is going wrong at

<me>\int_a^b{f(x)}\, dx \approx \frac{\Delta x}{3}\big[f(x_0)+4f(x_1) + 2f(x_2) + 4f(x_3) + \cdots + 2f(x_{n-2}) + 4f(x_{n-1}) + f(x_{n})\big]</me>
with the assemblage boundaries for Simpson's rule:
Image

I've checked in multiple browsers. Actually, the one further down on "Taylor series expansions" also has this problem, but it's much less noticeable.

I recognize that this particular project is intended to mirror the physical book as much as possible, which rather conveniently (4th ed.) has a second column for "surface of revolution" and "force exerted by a fluid" so that these look quite nice visually, but I figured you would want to be made aware of it even though in this case it's not 100% lining up. Hope this is helpful.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions