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

70.0% Correct | 30.0% Incorrect
Last Solution submitted on Jan 15, 2025

Solution Comments

Show comments

Problem Recent Solvers7

Suggested Problems

More from this Author291

Problem Tags

Community Treasure Hunt

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

Start Hunting!