diff options
Diffstat (limited to 'Mechanics_of_Materials/chapter7.ipynb')
-rw-r--r-- | Mechanics_of_Materials/chapter7.ipynb | 29 |
1 files changed, 7 insertions, 22 deletions
diff --git a/Mechanics_of_Materials/chapter7.ipynb b/Mechanics_of_Materials/chapter7.ipynb index 7d4a1be4..57556b9c 100644 --- a/Mechanics_of_Materials/chapter7.ipynb +++ b/Mechanics_of_Materials/chapter7.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:4b150feddb9dc8fb4618b52384e38cf0a1bb69c134a6face9686f115e6bbaa31" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate stresses acting on an element inclined at 45\u00b0\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -77,9 +76,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "stresses acting on an element that is oriented at a clockwise 15\u00b0 \n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -127,9 +124,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "Calculate shear stress and principal stress\n", - "\"\"\"\n", + "\n", "\n", "import math\n", "\n", @@ -184,9 +179,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "stresses acting on an element inclined at 30\u00b0 \n", - "\"\"\"\n", "\n", "import math \n", "\n", @@ -240,9 +232,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "stresses acting on an element, principal stress, max. shear stress\n", - "\"\"\"\n", + "\n", "\n", "import math\n", "import numpy\n", @@ -317,9 +307,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "use Mohr\u2019s circle, to calculate various quantities\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "import numpy\n", @@ -398,9 +386,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate various quantities\n", - "\"\"\"\n", "\n", "import math\n", "import numpy\n", |