How to solve an equation using numerical solver in Matlab?

2 views (last 30 days)
Hi everyone,
I want to solve this equation using numerical solver. I have value of R and want to calculate the coressponding value of n using numerical solver.
May someone help me here ......
R =1/n^2 [(n+1)ln(n+1)-n]

Accepted Answer

Alan Stevens
Alan Stevens on 30 Sep 2020
Look up documentation on fzero.
  11 Comments
John D'Errico
John D'Errico on 30 Sep 2020
But what is wrong with writing a loop? Just wrap that code inside a loop, where you change R each time through.
aa
aa on 30 Sep 2020
Earlier my code did not work with the loop but now I have fixed the error... it works perfectly .. Thanks

Sign in to comment.

More Answers (0)

Categories

Find more on Optimization 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!