How to solve this quadratic equation?

1 vue (au cours des 30 derniers jours)
Farah Shahpoor
Farah Shahpoor le 27 Fév 2019
Commenté : Farah Shahpoor le 27 Fév 2019
Hello,
I need help how to solve this quadratic equation:
hσ /((1−βh)(1−h))* (1 + βδ2 ) = ( η + σ/( (1−βh)(1−h))* (1 + βh2 ) )* δ.
Thanks in advance
  3 commentaires
Torsten
Torsten le 27 Fév 2019
solve(h*sigma/((1-(beta*h)*(1-h)))*(1+(beta*(delta^2))== (n + (sigma /(1-(beta*h))*(1-h))*(1+(beta*(h^2))*delta,delta)
Farah Shahpoor
Farah Shahpoor le 27 Fév 2019
thx a lot ! It works now!!

Connectez-vous pour commenter.

Réponses (0)

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!