Live Script application of the bisection function

Computes a problem using the bisection function for finding the root.

現在この提出コンテンツをフォロー中です。

*** Requires the function: BisectNM
Find: y = critical depth in the equation
0 = 1 - ((Q^2)/(g*(Ac^3)))*B
where: B = 3+y, and Ac = 3*y + ((y^2)/2)
Substitute B and Ac:
0 = 1 - ((Q^2)/(g*((3*y + ((y^2)/2))^3)))*(3+y)
Difficult to isolate y on the left side (analytical)
Hence, numerical method is preferred
Find the root: y to make f(y) = 0
y = independent variable
fy = f(y) = dependent variable

引用

Roche de Guzman (2026). Live Script application of the bisection function (https://jp.mathworks.com/matlabcentral/fileexchange/61680-live-script-application-of-the-bisection-function), MATLAB Central File Exchange. に取得済み.

カテゴリ

Help Center および MATLAB AnswersLive Scripts and Functions についてさらに検索

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0