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