diff options
Diffstat (limited to '1466/CH1/EX1.11/1_11.sce')
-rwxr-xr-x | 1466/CH1/EX1.11/1_11.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1466/CH1/EX1.11/1_11.sce b/1466/CH1/EX1.11/1_11.sce new file mode 100755 index 000000000..002eecf4d --- /dev/null +++ b/1466/CH1/EX1.11/1_11.sce @@ -0,0 +1,9 @@ +clc
+//initialisation of variables
+d= 0.25 //in
+w= 62.4 //lbf/in^2
+T= 0.343*10^-3 //Lb per inch
+//CALCULATIONS
+h= (4*T*12^3)/(w*d)
+//RESULTS
+printf (' Height = %.3f in',h)
|