diff options
Diffstat (limited to '3440/CH9/EX9.6/Ex9_6.sce')
-rw-r--r-- | 3440/CH9/EX9.6/Ex9_6.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3440/CH9/EX9.6/Ex9_6.sce b/3440/CH9/EX9.6/Ex9_6.sce new file mode 100644 index 000000000..097f9a8e1 --- /dev/null +++ b/3440/CH9/EX9.6/Ex9_6.sce @@ -0,0 +1,5 @@ +clc
+
+T0=110//degree C
+T=27+T0*log(2)
+disp(T,"T in degree C is= ")
|