summaryrefslogtreecommitdiff
path: root/620/CH4/EX4.6
diff options
context:
space:
mode:
Diffstat (limited to '620/CH4/EX4.6')
-rw-r--r--620/CH4/EX4.6/example4_6.sce6
-rw-r--r--620/CH4/EX4.6/example4_6.txtbin0 -> 138 bytes
2 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
diff --git a/620/CH4/EX4.6/example4_6.txt b/620/CH4/EX4.6/example4_6.txt
new file mode 100644
index 000000000..7504d4fa6
--- /dev/null
+++ b/620/CH4/EX4.6/example4_6.txt
Binary files differ