Skip to content

Error with numerical integration #78

@bcameron43

Description

@bcameron43

Obviously, these don't add up correctly.
julia> f(x) = x^3*exp(-x^2/2)/2
f (generic function with 1 method)
julia> integrate(f,0,20)
1.0000000000107998
julia> integrate(f,20,30)
4.30545586095874e-84
julia> integrate(f,0,30)
1.3729357524611979e-9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions