chebfunpref.setDefaults('splitting',true);
d=[0 40];
F=@(x)x./(x+10)+10;
mu=@(x)x;
syms x
H=matlabFunction(exp(int(-mu(x),0,x)));
K=@(x,t)H(x-t);
N=chebop(d);
N=chebop(@(x,u) -u+volt(K,F(u)),d);
u=N\0;
Actually, the above code does a good job! However, when I try to solve the same problem on a
bigger domain of d=[0 50] it, unfortunately, fails to solve the integral equation.
Any idea is GREATLY appreciated!
We had a crazy weather at Gronnigen today but I hope you had a good one at your place!
Best,
Babak