summaryrefslogtreecommitdiff
path: root/1187/CH5/EX5.4/4.sce
diff options
context:
space:
mode:
Diffstat (limited to '1187/CH5/EX5.4/4.sce')
-rwxr-xr-x1187/CH5/EX5.4/4.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1187/CH5/EX5.4/4.sce b/1187/CH5/EX5.4/4.sce
new file mode 100755
index 000000000..200c571f7
--- /dev/null
+++ b/1187/CH5/EX5.4/4.sce
@@ -0,0 +1,11 @@
+clc
+
+A=0.88; // ratio of A2 and A1
+C_D=0.85; // ratio of C_D2 to C_D1
+P=1.20; // ratio of P2 to P1
+V1=11; // m/s
+
+V2=V1*(P/A/C_D)^(1/3);
+disp("Maximum speed of the redesigned torpedo =")
+disp(V2)
+disp("m/s") \ No newline at end of file