summaryrefslogtreecommitdiff
path: root/1388/CH10/EX10.1/10_1.sce
diff options
context:
space:
mode:
Diffstat (limited to '1388/CH10/EX10.1/10_1.sce')
-rwxr-xr-x1388/CH10/EX10.1/10_1.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/1388/CH10/EX10.1/10_1.sce b/1388/CH10/EX10.1/10_1.sce
new file mode 100755
index 000000000..7d13b3c87
--- /dev/null
+++ b/1388/CH10/EX10.1/10_1.sce
@@ -0,0 +1,11 @@
+clc
+//initialisation of variables
+t= 3 //sec
+P0= 200 //mm
+k= 17.3 //mm/sec
+P1= 104 //mm
+//CALCULATIONS
+P= P0-k*t
+P2= P+P1
+//RESULTS
+printf (' Pressure= %.f mm of Hg',P2)