Using Solve function for polynomial
Mostrar comentarios más antiguos
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 comentario
John D'Errico
el 1 de Ag. de 2016
What does this have to do with a polynomial?
Respuesta aceptada
Más respuestas (1)
Walter Roberson
el 1 de Ag. de 2016
syms nc
solve(Fc == factorial(m) / (factorial(nc)*factorial(m-nc)) - nc)
1 comentario
Alireza Lashgary
el 1 de Ag. de 2016
Categorías
Más información sobre Polynomials en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

