Open rtoy opened 4 months ago
Imported from SourceForge on 2024-07-03 11:30:59 Created by danielvolinski on 2021-01-11 16:16:11 Original: https://sourceforge.net/p/maxima/bugs/3702
The following code is not able to find any solution to the following Fredholm integral equation:
load("inteqn")$ assume(x>0)$ Eq:y(x)-(4/π)*'integrate(sin(x)*(sin(t)²/t)*y(t),t,0,∞)=0; iesol:ieqn(Eq,y(x),all)$
Except there is a solution for this integral equation:
define(sol(x),(4/π)*c*sin(x)); subst([y(t)=sol(t)],Eq); %,integrate,expand; vsol:solve(%,y(x)),expand; forget(x>0)$
c is arbitrary.
Daniel Volinski
Imported from SourceForge on 2024-07-03 11:31:00 Created by robert_dodier on 2021-01-23 04:07:45 Original: https://sourceforge.net/p/maxima/bugs/3702/#0ee1
Imported from SourceForge on 2024-07-03 11:30:59 Created by danielvolinski on 2021-01-11 16:16:11 Original: https://sourceforge.net/p/maxima/bugs/3702
The following code is not able to find any solution to the following Fredholm integral equation:
Except there is a solution for this integral equation:
c is arbitrary.
Daniel Volinski