From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 1364/CH14/EX14.3.3/14_3_3.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1364/CH14/EX14.3.3/14_3_3.sce (limited to '1364/CH14/EX14.3.3/14_3_3.sce') diff --git a/1364/CH14/EX14.3.3/14_3_3.sce b/1364/CH14/EX14.3.3/14_3_3.sce new file mode 100755 index 000000000..6585a0a59 --- /dev/null +++ b/1364/CH14/EX14.3.3/14_3_3.sce @@ -0,0 +1,10 @@ +clc +//initialisation of variables +g= 32.2 //ft/sec^2 +Z= 36 //ft +r= 4 //in +r1= 12 //in +//CALCULATIONS +w= (sqrt(2*g*Z/((r1/12)^2-(r/12)^2)))*(60/(2*%pi)) +//RESULTS +printf (' minimum speed= %.f rev/min',w) -- cgit