diff options
Diffstat (limited to '530/CH2/EX2.16/example_2_16.sce')
-rwxr-xr-x | 530/CH2/EX2.16/example_2_16.sce | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/530/CH2/EX2.16/example_2_16.sce b/530/CH2/EX2.16/example_2_16.sce new file mode 100755 index 000000000..efa74023f --- /dev/null +++ b/530/CH2/EX2.16/example_2_16.sce @@ -0,0 +1,15 @@ +clear;
+clc;
+
+// A Textbook on HEAT TRANSFER by S P SUKHATME
+// Chapter 2
+// Heat Conduction in Solids
+
+// Example 2.16
+// Page 75
+printf("Example 2.16, Page 75 \n\n")
+
+//Theoretical Problem
+
+printf('\n\n This is a Theoretical Problem, does not involve any mathematical computation.');
+//END
\ No newline at end of file |