Re: Complexety of algorithm

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance





Brian Gideon wrote:
>
> x^2 x^2
> So f(x) = Integral[g(x), dx] = --- log(x) - --- + E
> 2 4
>

For those not using a fixed-width font:

f(x) = Integral[g(x), dx] = (x^2/2)*log(x) - (x^2/4) + E

.