diff options
Diffstat (limited to 'Solid_State_Physics_by_Dr._M._Arumugam/Chapter1.ipynb')
-rw-r--r-- | Solid_State_Physics_by_Dr._M._Arumugam/Chapter1.ipynb | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/Solid_State_Physics_by_Dr._M._Arumugam/Chapter1.ipynb b/Solid_State_Physics_by_Dr._M._Arumugam/Chapter1.ipynb index 51a24716..0faa0cad 100644 --- a/Solid_State_Physics_by_Dr._M._Arumugam/Chapter1.ipynb +++ b/Solid_State_Physics_by_Dr._M._Arumugam/Chapter1.ipynb @@ -16,7 +16,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 5, "metadata": { "collapsed": false }, @@ -33,7 +33,7 @@ "#importing modules\n", "import math\n", "from __future__ import division\n", - "from sympy import *\n", + "from sympy import diff\n", "import numpy as np\n", "\n", "#Variable declaration\n", @@ -54,7 +54,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 6, "metadata": { "collapsed": false }, @@ -95,7 +95,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 7, "metadata": { "collapsed": false }, @@ -132,18 +132,6 @@ "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, |