I learned numerical integration methods such as rectangualr, trapezoid, Simpson, Roberg Integration, Richardson Extrapolation, Adaptive Quadrature, Gauss Quadrature.
My professor ask students to solve the Fredholm integral equation by using the methods that I learned. $$f(x) = \phi(x) + \int_a^bK(x,t)\phi(t)dt \tag{f(x) and K(x,t) are given}$$ I tried all of the methods I learned, but it seems that they didn't work. I can't make the solution to have a form like $\phi(x) = something$. Can anybody give me a hint for solving this equation?