Hi!
I need to know how to solve an equation f(x)=0 where f(x)= sum(sum(a(i)*x^p))+b
the variables are: p=[0,1] and b and a(i)
I know that the Newton method is used for non-lineaire problems but my function returns for some cases: NaN
Any help please?