How to solve this quadratic equation?

조회 수: 1 (최근 30일)
Farah Shahpoor
Farah Shahpoor 2019년 2월 27일
댓글: Farah Shahpoor 2019년 2월 27일
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
Torsten
Torsten 2019년 2월 27일
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 2019년 2월 27일
thx a lot ! It works now!!

댓글을 달려면 로그인하십시오.

답변 (0개)

태그

Community Treasure Hunt

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

Start Hunting!