Matlab Newton-Raphson Solver - Catenary Problem

조회 수: 7 (최근 30일)
Ryan
Ryan 2014년 10월 19일
댓글: Torsten 2023년 7월 28일
A classical problem in engineering is the Catenary problem. This problem is an idealized model of the static equilibrium of a rope or chain suspended from 2 points. The solution to the problem is
y = a*cosh(x/a)
where a is a constant to computed and x ∈ (−h/2, h/2). If, additionally, you are given the length of the suspended rope, L, the following equation needs to be solved to compute the constant a:
L= (2a)*sinh (h/2a)
Assuming h = 97 and L = 100, use a Newton solver to compute a. Compare with using MATLAB’s fzero command. Plot the resulting Catenary curve.
Thanks!
  댓글 수: 2
VIGNESH BALAJI
VIGNESH BALAJI 2023년 7월 28일
Will there be a difference between finding a solution based on fzero and newton-euler method ?
Torsten
Torsten 2023년 7월 28일
What do you mean with "difference" ? "difference" in what ?

댓글을 달려면 로그인하십시오.

답변 (1개)

Alberto
Alberto 2014년 10월 19일

카테고리

Help CenterFile Exchange에서 Newton-Raphson Method에 대해 자세히 알아보기

제품

Community Treasure Hunt

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

Start Hunting!

Translated by