fn(q)= int K1(q,q’) * q’² * fn(q’) dq’ + K2(q,q’)*q’² fd(q’)
fd(q)= int k3(q,q’) * q’² * fn(q’) dq’
I want to solve this coupled integral equation using fortran with a initial condition Fd(0)=1 and i tried but not able to solve it .So if anyone write this code for this equation in fortran 90 or python
New contributor
sourav is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.