How to solve an equation using numerical solver in Matlab?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
aa
el 30 de Sept. de 2020
Comentada: aa
el 30 de Sept. de 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]
0 comentarios
Respuesta aceptada
Alan Stevens
el 30 de Sept. de 2020
Look up documentation on fzero.
11 comentarios
John D'Errico
el 30 de Sept. de 2020
But what is wrong with writing a loop? Just wrap that code inside a loop, where you change R each time through.
Más respuestas (0)
Ver también
Categorías
Más información sobre Optimization Toolbox en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
