Using Solve function for polynomial
Afficher commentaires plus anciens
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 commentaire
John D'Errico
le 1 Août 2016
What does this have to do with a polynomial?
Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 1 Août 2016
syms nc
solve(Fc == factorial(m) / (factorial(nc)*factorial(m-nc)) - nc)
1 commentaire
Alireza Lashgary
le 1 Août 2016
Catégories
En savoir plus sur Polynomials dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

