Problem 58832. Find the Peak Particle Velocity on a ETL structure
Solution Stats
Problem Comments
-
3 Comments
There appears to be an minor mistake in your problem description, or alternatively your test suite: the formula given is
PPV = k(D/sqrt(Q) )^(-e)
and the value of e given is
e = -1.2
but the test suite only wants one minus sign: either it should be (...)^e in the formula instead, or e = 1.2.
Christian, I checked the formula on the internet and corrected the problem statement according to the reference solution submitted by OP.
The value of e is 1.2.
Thanks, Dyuman!
Solution Comments
Show commentsProblem Recent Solvers12
Suggested Problems
-
Sum of diagonal of a square matrix
1631 Solvers
-
Reverse the elements of an array
1109 Solvers
-
Matlab Basics II - Unit Conversion
175 Solvers
-
Basic commands - Least common multiple
242 Solvers
-
Given a square and a circle, please decide whether the square covers more area.
1708 Solvers
More from this Author3
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!