-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Hello, first-time user here.
I plan to solve the integro-differential equation:
My goal is to find the eigenvalue
For now, let's forget about the function
In the documentation (https://juliaapproximation.github.io/ApproxFun.jl/latest/usage/operators/#Algebraic-manipulation-of-operators), there is some information on how to deal with integrals, however the borders seem to be fixed at -1 and 1. Is there a way (and how) to provide the integration borders as in my case?
Any help is appreciated.