solve quadratic equation problem
이전 댓글 표시
Hi guys, I am trying to solve a quadratic equation for Mu, but when i use solve (f,Mu) an X show up which is not in the original equation. i do not know how.
the quadratic equation;
(((V1*K1)/(K1+((4*Mu)/3)))+((V2*K2 )/(K2+((4*Mu)/3))))+ 5*(((V1*Mu2)/(Mu-Mu2))+((V2*Mu1)/(Mu-Mu1)))+2; =0
f=(((V1*K1)/(K1+((4*Mu)/3)))+((V2*K2 )/(K2+((4*Mu)/3))))+ 5*(((V1*Mu2)/(Mu-Mu2))+((V2*Mu1)/(Mu-Mu1)))+2;
solve(f,Mu)
채택된 답변
추가 답변 (0개)
카테고리
도움말 센터 및 File Exchange에서 Mathematics에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!