Problem 60778. Complete hydraulic geometry relations

Hydraulic geometry relations express the velocity V, width B, and depth H of a river as a function of the discharge (or flow) Q, which is the volume of water that passes a cross section in a unit time. These relations have the form (e.g., Leopold and Mattuck 1953)
V = a1 Q^e1, B = a2 Q^e2, H = a3 Q^e3
where the coefficients have the appropriate dimensions.
Write a function that takes two each of the coefficients and exponents and determines the third such that the relation between flow and velocity (i.e., Q = VBH) is satisfied. The coefficients and exponents will be given as 1x3 vectors in the order velocity, width, and depth, and the unknown values will be given as NaN.

Solution Stats

83.33% Correct | 16.67% Incorrect
Last Solution submitted on Dec 22, 2024

Solution Comments

Show comments

Problem Recent Solvers5

Suggested Problems

More from this Author286

Problem Tags

Community Treasure Hunt

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

Start Hunting!