diff options
Diffstat (limited to 'Mechanics_of_Materials/chapter8.ipynb')
-rw-r--r-- | Mechanics_of_Materials/chapter8.ipynb | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/Mechanics_of_Materials/chapter8.ipynb b/Mechanics_of_Materials/chapter8.ipynb index 9dcf70eb..5e6a3e95 100644 --- a/Mechanics_of_Materials/chapter8.ipynb +++ b/Mechanics_of_Materials/chapter8.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:0d2067363679e9ceade333ea9bc4385c2fb9b29e28a336c6f2561c38a5e262ab" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "finding max. permissible pressures at various conditions\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -97,9 +96,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculating various quantities for cylindrical part of vessel\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -182,9 +179,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "principal stresses and maximum shear stresses at cross section\n", - "\"\"\"\n", + "\n", "\n", "%pylab inline\n", "from matplotlib import *\n", @@ -259,9 +254,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "maximum tensile stress, maximum compressive stress, and maximum shear stress in the shaft.\n", - "\"\"\"\n", "\n", "import math \n", "\n", @@ -311,9 +303,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate maximum allowable internal pressure\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -357,9 +347,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "principal stresses and maximum shear stresses\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -439,9 +427,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "principal stresses and maximum shear stresses at points & at the base of the post\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", |