summaryrefslogtreecommitdiff
path: root/1627/CH5/EX5.4/Ex5_4.sce
blob: 52b23fc9a66933adab57c7f51b102df0d96f33bd (plain)
1
2
3
4
5
6
7
8
9
clc
//initialisation of variables
t=12//hp
N=1500//rpm
p=44760//N m
//CALCULATIONS
T=(t*p)/((2*%pi)*(N))//N.m
//RESULTS
printf('The fluid power motor turning at=% f N.m',T)