matlab - Finding a Polynomial Root -


i need solve problem involves finding root of following polynomial:

(l) = [(w.n.l + (1+r)k - k1 - g)^(-(1/sigma))].w.n - gamma.(l)^(1/phi), 

the problem monotonicity of f(l) depends on set of given parameters (w,n,r,k,k1,g,sigma,phi).

when [(1+r)k - k1 -g] < 0, f(l) not monotonic, having more 1 root. can me find these roots on matlab?


Comments

Popular posts from this blog

image - ClassNotFoundException when add a prebuilt apk into system.img in android -

I need to import mysql 5.1 to 5.5? -

Java, Hibernate, MySQL - store UTC date-time -