I’m trying to learn how to solve Volterra equations of the second kind using ApproxFun.jl
.
For example, consider the following equation, where u
is an unknown function on [0,1/2]
.
The closest similar example I could find was this, but I don’t know how to include the information regarding the different limits of integration, so ApproxFun.jl
is giving me a u
that is different from the solution that I can solve for analytically.
Can anyone help? I’ve tried the documentation, but I don’t quite yet see how to adapt the examples there to the equation I have.