Skip to content

Document about solving Volterra equation (second kind) #862

Open
@jianzuo

Description

@jianzuo

I have seen a discussion here about solving Volterra eq of the second kind:
https://discourse.julialang.org/t/using-approxfun-jl-to-solve-a-volterra-equation-of-the-second-kind/40203
But I failed to adapt it to my case: $B(y) = f(y) + \int_0^y K(x, y)*B(x) dx$. For example, say K(x, y) = 1 - exp(x+y)
f(x) = 3x^3.
How to compute B()?

Besides, I can not find any description of that Volterra() in ApproxFun.jl

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