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 Solvers7
Suggested Problems
-
Make a random, non-repeating vector.
8862 Solvers
-
Calculate compression ratio of engine
168 Solvers
-
386 Solvers
-
Find out value of sine given by degree.
327 Solvers
-
Rotate counterclockwise a matrix 90 deg with left-bottom element
157 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!