Calculate Engine Power (P) in W given the values of Torque(M) in Nm and Engine Speed(n) in rps
Solution Stats
Problem Comments
5 Comments
Solution Comments
Show comments
Loading...
Problem Recent Solvers307
Suggested Problems
-
Find the sum of all the numbers of the input vector
54504 Solvers
-
Sum all integers from 1 to 2^n
17696 Solvers
-
We love vectorized solutions. Problem 1 : remove the row average.
890 Solvers
-
Flip the vector from right to left
11009 Solvers
-
866 Solvers
More from this Author10
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
You forget to divide by 60
I think there is a 2 missing in one of the answers...they are not consistent...
@Dan- Yes, Thanks.
@Claudio - For specific formula, answers are consistent but correct final answer in both cases should be divided by 60 as Dan mentioned.
fomula's unit was wrong,and precision is harsh.why don't you guys use tolerence?
Problem statement is corrected to adjust for units.
Additional test cases with tolerance based test suite are added.