diff options
Diffstat (limited to 'Mechanics_of_Materials/chapter1.ipynb')
-rw-r--r-- | Mechanics_of_Materials/chapter1.ipynb | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/Mechanics_of_Materials/chapter1.ipynb b/Mechanics_of_Materials/chapter1.ipynb index cf45a409..ab371470 100644 --- a/Mechanics_of_Materials/chapter1.ipynb +++ b/Mechanics_of_Materials/chapter1.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:aea5bb987f3d9aa2243551894826c2910635d28d3bf3f202e7af5344bd9c9219" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "Find compressive stress and strain in the post\n", - "\"\"\"\n", "\n", "import math\n", "\n", @@ -77,9 +75,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "formula for maximum stress & calculating maximum stress\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -122,9 +118,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculating change in lenght of pipe, strain in pipe, increase in diameter & increase in wall thickness\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -189,9 +183,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate average shear stress and compressive stress\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -236,11 +228,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate bearing stress, shear stress in pin,\n", - "bearing stress between pin and gussets,\n", - "shear stress in anchor bolts\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -305,9 +293,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "determine stress at various parts\n", - "\"\"\"\n", + "\n", "\n", "import math\n", "\n", @@ -367,9 +353,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculating the cross sectional area \n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", |