Using Solve function for polynomial
Show older comments
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 Comment
John D'Errico
on 1 Aug 2016
What does this have to do with a polynomial?
Accepted Answer
More Answers (1)
Walter Roberson
on 1 Aug 2016
syms nc
solve(Fc == factorial(m) / (factorial(nc)*factorial(m-nc)) - nc)
1 Comment
Alireza Lashgary
on 1 Aug 2016
Categories
Find more on Polynomials in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
