summaryrefslogtreecommitdiff
path: root/2159/CH1/EX1.10
diff options
context:
space:
mode:
Diffstat (limited to '2159/CH1/EX1.10')
-rwxr-xr-x2159/CH1/EX1.10/10.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/2159/CH1/EX1.10/10.sce b/2159/CH1/EX1.10/10.sce
new file mode 100755
index 000000000..9700e7b5b
--- /dev/null
+++ b/2159/CH1/EX1.10/10.sce
@@ -0,0 +1,6 @@
+// problem 1.10
+s1=1.2
+s2=1
+s3=0.7
+h=(s1-s2)*0.3/(s2-s3)
+disp(h*100,"difference in height(cm)")