Using Solve function for polynomial
Ältere Kommentare anzeigen
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 Kommentar
John D'Errico
am 1 Aug. 2016
What does this have to do with a polynomial?
Akzeptierte Antwort
Weitere Antworten (1)
Walter Roberson
am 1 Aug. 2016
syms nc
solve(Fc == factorial(m) / (factorial(nc)*factorial(m-nc)) - nc)
1 Kommentar
Alireza Lashgary
am 1 Aug. 2016
Kategorien
Mehr zu Polynomials finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

