How to i find a range of parameters that admit positive solutions ?
Show older comments
Hi,
I have this non linear equation.
x+6-(beta/(1+beta))*(1-alpha)*x^(alpha)+(exp(sigma^2*(1/2 - x/((beta/(1+beta))*(1-alpha)*x^(alpha)))))*((beta/(1+beta))*alpha*x^(2*alpha-1)-(alpha)*x^(alpha))=0
my alpha's, beta's and sigma, are parameters. I am wondering how someone can find in MATLAB the range or value/values of those parameters that admit positive solution/s for my x.
Thanks
8 Comments
msh
on 6 Jul 2013
I doubt it's possible. I doubt that the region of alpha,beta that ensures x>=0 is rectangular or even that it is contiguous.
Are you sure you have no ultimate criteria for the alpha, beta you're looking for other, than that it ensure the existence of a positive solution? You're truly interested in many possible different pairs alpha, beta and need to know if an x>=0 for all those pairs?
msh
on 6 Jul 2013
msh
on 6 Jul 2013
msh
on 6 Jul 2013
by "fit" I mean to get the unknown x necessary positive, by "fitting" or finding alphas and betas that can produce such solution.
So, if I present you with one particular triple x>=0, alpha, beta, that satisfies your equation, you will be done? Mission accomplished?
Accepted Answer
More Answers (0)
Categories
Find more on Symbolic Math Toolbox in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!