summaryrefslogtreecommitdiff
path: root/3689/CH3/EX3.4
diff options
context:
space:
mode:
Diffstat (limited to '3689/CH3/EX3.4')
-rw-r--r--3689/CH3/EX3.4/3_4.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3689/CH3/EX3.4/3_4.sce b/3689/CH3/EX3.4/3_4.sce
new file mode 100644
index 000000000..c2cc3462f
--- /dev/null
+++ b/3689/CH3/EX3.4/3_4.sce
@@ -0,0 +1,10 @@
+////Variable Declaration
+cpsubysy = 1000 //Specific heat ration of surrounding and system
+Tpreci = 0.006 //Precision in Temperature measurement, °C
+
+//Calcualtions
+dtgas = -cpsubysy*(-Tpreci)
+
+//Results
+printf("\n Minimum detectable temperature change of gas +-%4.1f °C",dtgas)
+