Using Solve function for polynomial
古いコメントを表示
Hi there I want to solve an equation below but i faced a problem.

i tried to solve this with following code but it did not works:

i already have Fc and m , i tried to find nc Please Help
1 件のコメント
John D'Errico
2016 年 8 月 1 日
What does this have to do with a polynomial?
採用された回答
その他の回答 (1 件)
Walter Roberson
2016 年 8 月 1 日
syms nc
solve(Fc == factorial(m) / (factorial(nc)*factorial(m-nc)) - nc)
カテゴリ
ヘルプ センター および File Exchange で Polynomials についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

