How to solve this quadratic equation?

1 visualización (últimos 30 días)
Farah Shahpoor
Farah Shahpoor el 27 de Feb. de 2019
Comentada: Farah Shahpoor el 27 de Feb. de 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 comentarios
Torsten
Torsten el 27 de Feb. de 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 el 27 de Feb. de 2019
thx a lot ! It works now!!

Iniciar sesión para comentar.

Respuestas (0)

Etiquetas

Community Treasure Hunt

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

Start Hunting!