Given depth(height), in m, find the pressure under a body of water. Need to know the density of water(kg/m^3), and gravity(m/s^2).
Solution Stats
Problem Comments
3 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers72
Suggested Problems
-
Find the maximum number of decimal places in a set of numbers
3376 Solvers
-
Calculate the Number of Sign Changes in a Row Vector (No Element Is Zero)
903 Solvers
-
Find the dimensions of a matrix
559 Solvers
-
480 Solvers
-
167 Solvers
More from this Author7
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
The test suite has been updated to test against a tolerance rather than using isequal.
It's good that the Test Suite was fixed, but the Problem Statement is still inadequate. Liquid water's density varies with temperature, e.g. ~965 kg/m³ at 90 °C, and gravity varies with latitude and elevation, e.g. ~9.78 m/s² at the poles. Density and gravity need to be either specified in the problem statement or else provided as inputs. —DIV
The employed gravity and density values should be part of the problem. Water density changes according to temperature. And according to the gravity's precision, results may vary. It seems that the values used were 9.81 m/s² for gravity and 1029 kg/m³ for water density, which is the maximum value for sea water.