diff options
Diffstat (limited to '1627/CH5/EX5.4')
-rw-r--r-- | 1627/CH5/EX5.4/Ex5_4.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1627/CH5/EX5.4/Ex5_4.sce b/1627/CH5/EX5.4/Ex5_4.sce new file mode 100644 index 000000000..52b23fc9a --- /dev/null +++ b/1627/CH5/EX5.4/Ex5_4.sce @@ -0,0 +1,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)
|