Problem 1453. Calculate Engine Power
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
		    Show
		    2 older comments
		  
		  
		Dan
    	on 24 Apr 2013
	
	
  	You forget to divide by 60
		Claudio Gelmi
    	on 24 Apr 2013
	
	
  	I think there is a 2 missing in one of the answers...they are not consistent...
		Chintan
    	on 25 Apr 2013
	
	
  	@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.
		bainhome
    	on 26 May 2015
	
	
  	fomula's unit was wrong,and precision is harsh.why don't you guys use tolerence?
		Dyuman Joshi
    	on 21 Feb 2021
	
	
  	Problem statement is corrected to adjust for units.
Additional test cases with tolerance based test suite are added.
Solution Comments
Show commentsProblem Recent Solvers241
Suggested Problems
- 
         
         10597 Solvers 
- 
         Project Euler: Problem 1, Multiples of 3 and 5 3483 Solvers 
- 
         07 - Common functions and indexing 5 419 Solvers 
- 
         Find the index of n in magic(n) 263 Solvers 
- 
         Sum the 'edge' values of a matrix 376 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!