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 --- 1466/CH12/EX12.2/12_2.sce | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100755 1466/CH12/EX12.2/12_2.sce (limited to '1466/CH12/EX12.2') diff --git a/1466/CH12/EX12.2/12_2.sce b/1466/CH12/EX12.2/12_2.sce new file mode 100755 index 000000000..9fe06f4ff --- /dev/null +++ b/1466/CH12/EX12.2/12_2.sce @@ -0,0 +1,12 @@ + +clc +//initialisation of variables +v=90//ft/sec +Rm=0.5//lb +r=1/20 +//CALCULATIONS +v1=v*sqrt(r) +R=((1/r)^3)*Rm +//RESULTS +printf (' corresponding speed of model= %.2f ft/sec',v1) +printf (' \n resistance= %.f Lb',R) -- cgit