Can anybody tell me what the polynomial coefficients are for this function?
$f(x) = \frac{1}{100} e^{5x} - \frac{1}{4}$
I'm just trying to get the function coefficient vector and then use "roots" function in Scilab to get polynomial root.
When I have simple fuction like this: $$f(x) = x^2 + x - 1$$ then I know that my function coefficient vector is: $[1,1,-1]$.
If you are just trying fo find a solution to a general non-linear equation, then you can use
fsolve: