How to i find a range of parameters that admit positive solutions ?
Afficher commentaires plus anciens
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 commentaires
msh
le 6 Juil 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
le 6 Juil 2013
msh
le 6 Juil 2013
msh
le 6 Juil 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?
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Linear Least Squares dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!