Using Solve function for polynomial
Mostra commenti meno recenti
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 Commento
John D'Errico
il 1 Ago 2016
What does this have to do with a polynomial?
Risposta accettata
Più risposte (1)
Walter Roberson
il 1 Ago 2016
syms nc
solve(Fc == factorial(m) / (factorial(nc)*factorial(m-nc)) - nc)
1 Commento
Alireza Lashgary
il 1 Ago 2016
Categorie
Scopri di più su Polynomials in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

