solve quadratic equation problem
Show older comments
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)
Accepted Answer
More Answers (0)
Categories
Find more on Mathematics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!