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 Solvers9
Suggested Problems
-
Make the vector [1 2 3 4 5 6 7 8 9 10]
50199 Solvers
-
Find the longest sequence of 1's in a binary sequence.
6364 Solvers
-
Getting the absolute index from a matrix
248 Solvers
-
Create a two dimensional zero matrix
498 Solvers
-
350 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!