summaryrefslogtreecommitdiff
path: root/377/CH15/EX15.7
diff options
context:
space:
mode:
Diffstat (limited to '377/CH15/EX15.7')
-rw-r--r--377/CH15/EX15.7/15_7.sce3
1 files changed, 3 insertions, 0 deletions
diff --git a/377/CH15/EX15.7/15_7.sce b/377/CH15/EX15.7/15_7.sce
new file mode 100644
index 000000000..6f19ac501
--- /dev/null
+++ b/377/CH15/EX15.7/15_7.sce
@@ -0,0 +1,3 @@
+disp("It/(2*It)=exp((27/100)-(T/110))");
+T=110*(log(2)+(27/100));
+printf('\n The value of T is %fCentigrade',T); \ No newline at end of file