diff options
Diffstat (limited to '1466/CH8/EX8.1/8_1.sce')
-rwxr-xr-x | 1466/CH8/EX8.1/8_1.sce | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/1466/CH8/EX8.1/8_1.sce b/1466/CH8/EX8.1/8_1.sce new file mode 100755 index 000000000..eadec7717 --- /dev/null +++ b/1466/CH8/EX8.1/8_1.sce @@ -0,0 +1,16 @@ +
+
+clc
+//initialisation of variables
+d=0.8
+cv=0.01
+db=0.6
+cvb=0.005
+//CALCULATIONS
+v=cv/d
+vc=v*2000
+vb=cvb/db
+vcb=vb*2000
+r=vc/vcb
+//results
+printf (' Ratio of critical velocities= %.1f',r)
|