diff options
author | Trupti Kini | 2017-03-15 23:30:23 +0600 |
---|---|---|
committer | Trupti Kini | 2017-03-15 23:30:23 +0600 |
commit | b31939c0a6c07e793a316aba067154a36d396303 (patch) | |
tree | 00a05e3632ba55569f09b5e3ec576262f2a99629 /MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb | |
parent | 94eb4c23483bd20d63a3e809df31f5f0f52fda4c (diff) | |
download | Python-Textbook-Companions-b31939c0a6c07e793a316aba067154a36d396303.tar.gz Python-Textbook-Companions-b31939c0a6c07e793a316aba067154a36d396303.tar.bz2 Python-Textbook-Companions-b31939c0a6c07e793a316aba067154a36d396303.zip |
Added(A)/Deleted(D) following books
A Advanced_Measurements_And_Instrumentation_by_A._K._Sawhney/README.txt
A BSc_3rd_Year_Physics_Paper_4_by_Sanjeeva_Rao,_Bhikshmaiah,_Ramakrishna_Reddy,_Ananta_Ramaiah/README.txt
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter10.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter2.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter3.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter6.ipynb
M MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter8.ipynb
A Solid_State_Physics_by_Dr_M_Arumugam/README.txt
Diffstat (limited to 'MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb')
-rw-r--r-- | MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb | 60 |
1 files changed, 31 insertions, 29 deletions
diff --git a/MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb b/MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb index d78e1aa8..05ec9b90 100644 --- a/MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb +++ b/MECHANICS_OF_SOLIDS_by_S.S._Bhavikatti/Chapter4.ipynb @@ -16,7 +16,7 @@ }, { "cell_type": "code", - "execution_count": 1, + "execution_count": 11, "metadata": { "collapsed": false }, @@ -68,7 +68,7 @@ }, { "cell_type": "code", - "execution_count": 2, + "execution_count": 12, "metadata": { "collapsed": false }, @@ -124,7 +124,7 @@ }, { "cell_type": "code", - "execution_count": 3, + "execution_count": 13, "metadata": { "collapsed": false }, @@ -190,7 +190,7 @@ }, { "cell_type": "code", - "execution_count": 4, + "execution_count": 14, "metadata": { "collapsed": false }, @@ -238,7 +238,7 @@ }, { "cell_type": "code", - "execution_count": 5, + "execution_count": 15, "metadata": { "collapsed": false }, @@ -256,7 +256,7 @@ "source": [ "#variable declaration\n", "\n", - "A1=150.0*12.0 #Area of 1 ,mm^2\n", + "A1=150.0*12.0 #Area of 1 ,mm^2\n", "A2=(200.0-12.0)*12.0 #Area of 2,mm^2\n", "\n", "X1=75\n", @@ -287,7 +287,7 @@ }, { "cell_type": "code", - "execution_count": 6, + "execution_count": 16, "metadata": { "collapsed": false }, @@ -337,7 +337,7 @@ }, { "cell_type": "code", - "execution_count": 7, + "execution_count": 17, "metadata": { "collapsed": false }, @@ -394,7 +394,7 @@ }, { "cell_type": "code", - "execution_count": 8, + "execution_count": 18, "metadata": { "collapsed": false }, @@ -450,7 +450,7 @@ }, { "cell_type": "code", - "execution_count": 9, + "execution_count": 19, "metadata": { "collapsed": false }, @@ -516,7 +516,7 @@ }, { "cell_type": "code", - "execution_count": 10, + "execution_count": 20, "metadata": { "collapsed": false }, @@ -533,7 +533,7 @@ "source": [ "# If xc and yc are the coordinates of the centre of the circle, centroid also must have the coordinates xc and yc as per the condition laid down in the problem. The shaded area may be considered as a rectangle of size 200 mm × 150 mm minus a triangle of sides 100 mm × 75 mm and a circle of diameter 100 mm.\n", "\n", - "\n", + "from math import pi\n", "#variable declaration\n", "\n", "Ap=200.0*150.0 #Area of plate,mm^2\n", @@ -571,7 +571,7 @@ }, { "cell_type": "code", - "execution_count": 11, + "execution_count": 21, "metadata": { "collapsed": false }, @@ -629,7 +629,7 @@ }, { "cell_type": "code", - "execution_count": 12, + "execution_count": 22, "metadata": { "collapsed": false }, @@ -694,7 +694,7 @@ }, { "cell_type": "code", - "execution_count": 13, + "execution_count": 23, "metadata": { "collapsed": false }, @@ -762,7 +762,7 @@ }, { "cell_type": "code", - "execution_count": 14, + "execution_count": 24, "metadata": { "collapsed": false }, @@ -832,7 +832,7 @@ }, { "cell_type": "code", - "execution_count": 15, + "execution_count": 25, "metadata": { "collapsed": false }, @@ -891,7 +891,7 @@ }, { "cell_type": "code", - "execution_count": 16, + "execution_count": 26, "metadata": { "collapsed": false }, @@ -909,6 +909,7 @@ "source": [ "# The section is divided into three rectangles A1, A2 and A3\n", "\n", + "from math import sqrt,pi\n", " \n", "#variable declaration\n", "\n", @@ -963,7 +964,7 @@ }, { "cell_type": "code", - "execution_count": 17, + "execution_count": 27, "metadata": { "collapsed": false }, @@ -1031,7 +1032,7 @@ }, { "cell_type": "code", - "execution_count": 18, + "execution_count": 28, "metadata": { "collapsed": false }, @@ -1070,7 +1071,7 @@ }, { "cell_type": "code", - "execution_count": 19, + "execution_count": 29, "metadata": { "collapsed": false }, @@ -1120,7 +1121,7 @@ }, { "cell_type": "code", - "execution_count": 20, + "execution_count": 30, "metadata": { "collapsed": false }, @@ -1171,7 +1172,7 @@ }, { "cell_type": "code", - "execution_count": 21, + "execution_count": 31, "metadata": { "collapsed": false }, @@ -1221,7 +1222,7 @@ }, { "cell_type": "code", - "execution_count": 22, + "execution_count": 32, "metadata": { "collapsed": false }, @@ -1256,7 +1257,7 @@ }, { "cell_type": "code", - "execution_count": 23, + "execution_count": 33, "metadata": { "collapsed": false }, @@ -1322,7 +1323,7 @@ }, { "cell_type": "code", - "execution_count": 24, + "execution_count": 34, "metadata": { "collapsed": false }, @@ -1380,10 +1381,11 @@ } ], "metadata": { + "anaconda-cloud": {}, "kernelspec": { - "display_name": "Python [Root]", + "display_name": "Python [conda root]", "language": "python", - "name": "Python [Root]" + "name": "conda-root-py" }, "language_info": { "codemirror_mode": { @@ -1395,7 +1397,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython2", - "version": "2.7.12" + "version": "2.7.13" } }, "nbformat": 4, |