How to solve this quadratic equation?

1 visualizzazione (ultimi 30 giorni)
Farah Shahpoor
Farah Shahpoor il 27 Feb 2019
Commentato: Farah Shahpoor il 27 Feb 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 Commenti
Torsten
Torsten il 27 Feb 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 il 27 Feb 2019
thx a lot ! It works now!!

Accedi per commentare.

Risposte (0)

Tag

Community Treasure Hunt

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

Start Hunting!