From 64d949698432e05f2a372d9edc859c5b9df1f438 Mon Sep 17 00:00:00 2001 From: kinitrupti Date: Fri, 12 May 2017 18:40:35 +0530 Subject: Revised list of TBCs --- .../hemanth/hemanth_version_backup/Untitled1.ipynb | 27 ++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100755 sample_notebooks/hemanth/hemanth_version_backup/Untitled1.ipynb (limited to 'sample_notebooks/hemanth/hemanth_version_backup/Untitled1.ipynb') diff --git a/sample_notebooks/hemanth/hemanth_version_backup/Untitled1.ipynb b/sample_notebooks/hemanth/hemanth_version_backup/Untitled1.ipynb new file mode 100755 index 00000000..9684d917 --- /dev/null +++ b/sample_notebooks/hemanth/hemanth_version_backup/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" -- cgit