diff options
Diffstat (limited to '1364/CH11/EX11.8.2/11_8_2.sce')
-rwxr-xr-x | 1364/CH11/EX11.8.2/11_8_2.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/1364/CH11/EX11.8.2/11_8_2.sce b/1364/CH11/EX11.8.2/11_8_2.sce new file mode 100755 index 000000000..ec2eaf1d9 --- /dev/null +++ b/1364/CH11/EX11.8.2/11_8_2.sce @@ -0,0 +1,12 @@ +clc
+//initialisation of variables
+l= 9 //ft
+g= 32.2 //ft/sec^2
+Q= 160
+A= 21*%pi
+//CALCULATIONS
+d= 6/(l*2*g*(A/Q)^2-1.5)
+//RESULTS
+printf ('diameter = %.2f ft',d)
+
+//ANSWER GIVEN IN THE TEXTBOOKIS WRONG
|