diff options
Diffstat (limited to '551/CH15/EX15.15/15.sce')
-rwxr-xr-x | 551/CH15/EX15.15/15.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/551/CH15/EX15.15/15.sce b/551/CH15/EX15.15/15.sce new file mode 100755 index 000000000..308f5d0da --- /dev/null +++ b/551/CH15/EX15.15/15.sce @@ -0,0 +1,12 @@ +clc
+d=0.0015; //m
+l=0.15; //m
+A=%pi*d*l;
+ts=120; //0C
+tf=100; //0C
+h=4500; //W/m^2 0C
+
+Q=h*A*(ts-tf);
+disp("Electric power to be supplied =")
+disp(Q)
+disp("W")
\ No newline at end of file |