diff options
author | Trupti Kini | 2016-03-05 23:30:18 +0600 |
---|---|---|
committer | Trupti Kini | 2016-03-05 23:30:18 +0600 |
commit | 22e17d795629cfe00e03435f879cfd07f27e096a (patch) | |
tree | 529c39380d0c243429e3c6bdd91f2808a08dcd1d /sample_notebooks/hemanth | |
parent | 64f925938939c84f83b3f266900329b33d712770 (diff) | |
download | Python-Textbook-Companions-22e17d795629cfe00e03435f879cfd07f27e096a.tar.gz Python-Textbook-Companions-22e17d795629cfe00e03435f879cfd07f27e096a.tar.bz2 Python-Textbook-Companions-22e17d795629cfe00e03435f879cfd07f27e096a.zip |
Added(A)/Deleted(D) following books
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_12_Ploymers_and_Polymerization_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_13_Fuel_and_Combustions_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_14_Water_Treatment_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_15_Environmental_Pollution_and_Control_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_1_Structure_and_Bonding_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_2_Spectroscopy_and_Photochemistry_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_3_Thermodynamics_and_Chemical_Equilibrium_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_5_Chemical_Kinetics_and_Catalysis_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_6_Electrochemistry_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/Chapter_7_Solid_State_2.ipynb
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/screenshots/Screenshot_from_2016-03-05_22:17:52.png
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/screenshots/Screenshot_from_2016-03-05_22:22:12.png
A Advanced_Engineering_Chemistry__by_Dr._M.R._Senapati/screenshots/Screenshot_from_2016-03-05_22:24:08.png
A "sample_notebooks/Ashish Kumar/Ch13.ipynb"
A sample_notebooks/Babita./Ch5.ipynb
A sample_notebooks/NareshKumar/Ch2.ipynb
A "sample_notebooks/Suhaib Alam/Ch14.ipynb"
A sample_notebooks/hemanth/Untitled1.ipynb
A sample_notebooks/hemanth/Untitled1_1.ipynb
Diffstat (limited to 'sample_notebooks/hemanth')
-rw-r--r-- | sample_notebooks/hemanth/Untitled1.ipynb | 27 | ||||
-rw-r--r-- | sample_notebooks/hemanth/Untitled1_1.ipynb | 27 |
2 files changed, 54 insertions, 0 deletions
diff --git a/sample_notebooks/hemanth/Untitled1.ipynb b/sample_notebooks/hemanth/Untitled1.ipynb new file mode 100644 index 00000000..9684d917 --- /dev/null +++ b/sample_notebooks/hemanth/Untitled1.ipynb @@ -0,0 +1,27 @@ + +# coding: utf-8 + +# # UNIT 3 : ELECTRICAL CONDUCTIVITY IN METALS + +# +# +# # Example number 1 , page number 208 + +# In[ ]: + +#importing module +from __future__ import division +import math + + +#Variable declaration +u= 7*10**-3 # mobility of an electron +E= 100 # applied field + + +#Calculations +Vd=u*E + +#Result +print"the drift velocity = %.1f m/s" %Vd +print"the correct choice is B" diff --git a/sample_notebooks/hemanth/Untitled1_1.ipynb b/sample_notebooks/hemanth/Untitled1_1.ipynb new file mode 100644 index 00000000..9684d917 --- /dev/null +++ b/sample_notebooks/hemanth/Untitled1_1.ipynb @@ -0,0 +1,27 @@ + +# coding: utf-8 + +# # UNIT 3 : ELECTRICAL CONDUCTIVITY IN METALS + +# +# +# # Example number 1 , page number 208 + +# In[ ]: + +#importing module +from __future__ import division +import math + + +#Variable declaration +u= 7*10**-3 # mobility of an electron +E= 100 # applied field + + +#Calculations +Vd=u*E + +#Result +print"the drift velocity = %.1f m/s" %Vd +print"the correct choice is B" |