How to solve an equation using numerical solver in Matlab?

2 Ansichten (letzte 30 Tage)
aa
aa am 30 Sep. 2020
Kommentiert: aa am 30 Sep. 2020
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]

Akzeptierte Antwort

Alan Stevens
Alan Stevens am 30 Sep. 2020
Look up documentation on fzero.
  11 Kommentare
John D'Errico
John D'Errico am 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 am 30 Sep. 2020
Earlier my code did not work with the loop but now I have fixed the error... it works perfectly .. Thanks

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Optimization finden Sie in Help Center und File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by