diff options
Diffstat (limited to 'Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb')
-rw-r--r-- | Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb b/Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb index 6b51de29..55a11dc9 100644 --- a/Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb +++ b/Introduction_to_Heat_Transfer_by_S._K._Som/Chapter3.ipynb @@ -34,6 +34,9 @@ } ], "source": [ + "\n", + "\n", + " \n", "import math\n", " \n", "print\"Introduction to heat transfer by S.K.Som, Chapter 3, Example 1\"\n", @@ -56,7 +59,7 @@ "#Temperature in degree celcius\n", "print\"Temperature at the centre in Degree C is\"\n", "T = theta*100+100\n", - "print\"T=\",T" + "print\"T=\",T\n" ] }, { @@ -87,6 +90,9 @@ } ], "source": [ + " \n", + " \n", + " \n", "import math\n", " \n", "print\"Introduction to heat transfer by S.K.Som, Chapter 3, Example 2\"\n", @@ -111,7 +117,7 @@ "print\"theta=\",theta\n", "print\"Temperature in K at centre point\"\n", "T = theta*100+300\n", - "print\"T=\",T" + "print\"T=\",T\n" ] }, { @@ -160,6 +166,7 @@ } ], "source": [ + " \n", "import math\n", "import numpy\n", " \n", @@ -206,7 +213,7 @@ "print T7\n", "print\"T8 in degree K\"\n", "T8 = T[7]\n", - "print T8" + "print T8\n" ] }, { @@ -248,6 +255,7 @@ } ], "source": [ + " \n", "import math\n", "import numpy\n", " \n", @@ -292,7 +300,7 @@ "print T5\n", "print\"T6 in degree C\"\n", "T6 = T[4]\n", - "print T6" + "print T6\n" ] }, { @@ -346,6 +354,7 @@ } ], "source": [ + " \n", "import math\n", " \n", "print\"Introduction to heat transfer by S.K.Som, Chapter 3, Example 6\"\n", @@ -403,7 +412,7 @@ "print T8\n", "print\"T9 in degree C\"\n", "T9 = T[8]\n", - "print T9" + "print T9\n" ] } ], |