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
-
Swap the first and last columns
22463 Solvers
-
314 Solvers
-
Find the mode of the given input
114 Solvers
-
determine the sum of the squares
124 Solvers
-
basic matrix operations: rotate and find sum of diagonal elements of the resultant matrix
61 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!