summaryrefslogtreecommitdiff
path: root/620/CH4/EX4.6/example4_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '620/CH4/EX4.6/example4_6.sce')
-rw-r--r--620/CH4/EX4.6/example4_6.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/620/CH4/EX4.6/example4_6.sce b/620/CH4/EX4.6/example4_6.sce
new file mode 100644
index 000000000..0ce5c6f03
--- /dev/null
+++ b/620/CH4/EX4.6/example4_6.sce
@@ -0,0 +1,6 @@
+r1=10;
+r2=144;
+a_1=0.0045;
+T1=20;
+T2=(r2/r1-1)/a_1+T1;
+disp("the temperature (in °C) of the hot filament is"); disp(T2); \ No newline at end of file