diff options
Diffstat (limited to '1286/CH1/EX1.4/1_4.sce')
-rwxr-xr-x | 1286/CH1/EX1.4/1_4.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/1286/CH1/EX1.4/1_4.sce b/1286/CH1/EX1.4/1_4.sce new file mode 100755 index 000000000..fdf676550 --- /dev/null +++ b/1286/CH1/EX1.4/1_4.sce @@ -0,0 +1,10 @@ +clc
+//initialisation of variables
+p0=0.70//metres
+LC=0.1//millimetres
+t= 100 //degrees
+//CALCULATIONS
+p100=p0*(1+(t/273))
+T=(LC/(p100-p0))
+//results
+printf(' accuracy we can expect= % 1f C',T)
|