Question: Integral equations...

Hello,

I am trying to get Maple to help me solve an integral equation.  I tried the solve command, which I suspected wouldn't work.  I was right, but I do not know how else to approach the problem.  Here is what I did:

 

solve(int(f(t), t = 1 .. x) = 5*x^2+7*x-3, f(t))

 

Of course this produced an error.  Any suggestions?  Thank you.

Please Wait...