i want to solve for 'L' using iteration method in MATLAB for the equation below

1 view (last 30 days)
L= (gT^2)/(2*pi) tanh (2*pi*d/L)

Answers (1)

John D'Errico
John D'Errico on 24 Nov 2022
help fzero
Consider that your question is the same as
(gT^2)/(2*pi) tanh (2*pi*d/L) - L == 0

Categories

Find more on Optimization in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!