I'm trying to solve an integral equation of the form Constant == Integrate [g(x)f(x,Efermi), {x,-200,200}], for the parameter Efermi. The function g(x) is Exp[-(x^2)/5000] and f(x) is 1/(1+Exp[(x-Efermi)/25].
In addition to this, if the Constant is an array, I'd like to extract Efermi as an array. Any inputs on how to go about solving this would be appreciated.

E==Exp[1]so that is a bad choice as a parameter – Pinguin Dirk Feb 3 at 22:13Integral,dxisn't correct syntax. Is this a definite or indefinite integral? What are the limits, what are examples forConstants? – Jens Feb 3 at 23:25efermithanEfermi. – Nasser Feb 4 at 12:14Mapto get an array. – unstable Feb 4 at 14:25