summaryrefslogtreecommitdiff
path: root/2159/CH3/EX3.10
diff options
context:
space:
mode:
Diffstat (limited to '2159/CH3/EX3.10')
-rwxr-xr-x2159/CH3/EX3.10/310.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2159/CH3/EX3.10/310.sce b/2159/CH3/EX3.10/310.sce
new file mode 100755
index 000000000..72e3cf890
--- /dev/null
+++ b/2159/CH3/EX3.10/310.sce
@@ -0,0 +1,10 @@
+// problem 3.10
+H=0.1
+w=9810
+sw=12
+h=H*(w/sw)
+Cv=0.96
+g=9.81
+v=Cv*((2*g*h)^0.5)
+v1=v*18/5
+disp(v1,"speed of the plane")