diff options
author | Trupti Kini | 2016-11-03 23:30:59 +0600 |
---|---|---|
committer | Trupti Kini | 2016-11-03 23:30:59 +0600 |
commit | be1179aa3e045222977b245809266fc1492dadcb (patch) | |
tree | 4076e29b578cb12a2b284feb31af8eae7e1ab6d7 /Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter2.ipynb | |
parent | fadf9f31087e75d168429548e51633904b968372 (diff) | |
download | Python-Textbook-Companions-be1179aa3e045222977b245809266fc1492dadcb.tar.gz Python-Textbook-Companions-be1179aa3e045222977b245809266fc1492dadcb.tar.bz2 Python-Textbook-Companions-be1179aa3e045222977b245809266fc1492dadcb.zip |
Added(A)/Deleted(D) following books
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter1.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter10_qYi9AAs.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter11_EZtJ7kK.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter12_KsTKwv5.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter13_DZJQwFk.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter14_GYUnehZ.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter15_teB3fFs.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter16_fpjEDzx.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter17_szOwhWr.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter18_TVmT3rf.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter19_5sx3l6T.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter2.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter20_6AjJCXE.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter21_iYkzq89.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter22_OEH4UuY.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter3.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter4.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter5.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter6_s6H0KKG.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter7_dQdnyuw.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter8_oFmkmxA.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter9_8b0ahS6.ipynb
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/screenshots/16.11_yr7v4ev.png
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/screenshots/3.3_3S1AvbP.png
A Basic_And_Applied_Thermodynamics_by_P._K._Nag/screenshots/7.10_BFuA7JB.png
A Digital_Communications_by_S._Haykin/README.txt
A Modern_Digital_And_Analog_Communication_System_by_B._P._Lathi/README.txt
A sample_notebooks/SPANDANAARROJU/Chapter4_J3M7PEz.ipynb
A "sample_notebooks/Sadananda CharyArroju/Chapter2.ipynb"
Diffstat (limited to 'Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter2.ipynb')
-rw-r--r-- | Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter2.ipynb | 113 |
1 files changed, 113 insertions, 0 deletions
diff --git a/Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter2.ipynb b/Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter2.ipynb new file mode 100644 index 00000000..175230ce --- /dev/null +++ b/Basic_And_Applied_Thermodynamics_by_P._K._Nag/Chapter2.ipynb @@ -0,0 +1,113 @@ +{ + "cells": [ + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "# Chapter 02:Temperature" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Ex2.1:pg-33" + ] + }, + { + "cell_type": "code", + "execution_count": 1, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + " Example 2.1\n", + "\n", + " The straight bore thermometer reading will be 47.62 degree Celsius.\n" + ] + } + ], + "source": [ + "import math\n", + "d = 1 # Assumption\n", + "l = 1 # Assumption\n", + "A_ACDB = (math.pi/4)*(1/3.0)*((1.05*d)**2)*10.5*l - (math.pi/4)*(1/3.0)*d**2*10*l # Area of ABCD\n", + "A_AEFB = (math.pi/4)*(1/3.0)*((1.1*d)**2)*11*l - (math.pi/4)*(1/3.0)*d**2*10*l # Area of AEFB\n", + "t = 100*(A_ACDB/A_AEFB)\n", + "print \"\\n Example 2.1\"\n", + "print \"\\n The straight bore thermometer reading will be \",round(t,2),\" degree Celsius.\"\n", + "#The answers vary due to round off error\n", + "\n" + ] + }, + { + "cell_type": "markdown", + "metadata": {}, + "source": [ + "## Ex2.2:pg-35" + ] + }, + { + "cell_type": "code", + "execution_count": 13, + "metadata": { + "collapsed": false + }, + "outputs": [ + { + "name": "stdout", + "output_type": "stream", + "text": [ + "\n", + " Example 2.2\n", + "\n", + " Reading of thermocouple at t = 50 degree Celsius will be 58.33 degree Celsius.\n" + ] + } + ], + "source": [ + "import math\n", + "import numpy.polynomial.polynomial\n", + "\n", + "#t = numpy.polynomial(0,'t')\n", + "def f1(t):\n", + " e=(0.2*t)-((5e-4)*t**2)\n", + " return e# e.m.f. as a function of temperature in mV\n", + "e0 = f1(0)#horner(e, 0) # e.m.f. at t = 0 degree\n", + "e100 = f1(100) # e.m.f. at t = 100 degree\n", + "e50 = f1(50) # e.m.f. at t = 50 degree\n", + "r = (100/e100)*e50 # Reading of thermocouple at t = 50degree\n", + "print \"\\n Example 2.2\"\n", + "print \"\\n Reading of thermocouple at t = 50 degree Celsius will be \",round(r,2),\" degree Celsius.\"\n", + "#The answers vary due to round off error\n", + "\n" + ] + } + ], + "metadata": { + "kernelspec": { + "display_name": "Python 2", + "language": "python", + "name": "python2" + }, + "language_info": { + "codemirror_mode": { + "name": "ipython", + "version": 2 + }, + "file_extension": ".py", + "mimetype": "text/x-python", + "name": "python", + "nbconvert_exporter": "python", + "pygments_lexer": "ipython2", + "version": "2.7.11" + } + }, + "nbformat": 4, + "nbformat_minor": 0 +} |