summaryrefslogtreecommitdiff
path: root/1466/CH12/EX12.2/12_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '1466/CH12/EX12.2/12_2.sce')
-rwxr-xr-x1466/CH12/EX12.2/12_2.sce12
1 files changed, 12 insertions, 0 deletions
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)