Live Script application of the bisection function

版本 1.0.0.0 (27.3 KB) 作者: Roche de Guzman
Computes a problem using the bisection function for finding the root.
75.0 次下载
更新时间 2017/2/20

查看许可证

*** 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 (2024). Live Script application of the bisection function (https://www.mathworks.com/matlabcentral/fileexchange/61680-live-script-application-of-the-bisection-function), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2016a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Live Scripts and Functions 的更多信息

Community Treasure Hunt

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

Start Hunting!
版本 已发布 发行说明
1.0.0.0