diff options
author | debashisdeb | 2014-06-20 15:42:42 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-20 15:42:42 +0530 |
commit | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /Mechanics_of_Materials/chapter6.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
download | Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2 Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip |
removing problem statements
Diffstat (limited to 'Mechanics_of_Materials/chapter6.ipynb')
-rw-r--r-- | Mechanics_of_Materials/chapter6.ipynb | 31 |
1 files changed, 7 insertions, 24 deletions
diff --git a/Mechanics_of_Materials/chapter6.ipynb b/Mechanics_of_Materials/chapter6.ipynb index 344830c9..611851ab 100644 --- a/Mechanics_of_Materials/chapter6.ipynb +++ b/Mechanics_of_Materials/chapter6.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:19ad2940f302eb9e5e16b3155aded36e0654d4a04f790dfd2d797d83e5d7886f" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "largest tensile and compressive stresses in the wood & the max. and min. tensile stresses in the steel\n", - "\"\"\"\n", "\n", "import math \n", "\n", @@ -87,10 +85,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "maximum tensile and compressive stresses in the faces and the core using: general theory for composite beams and \n", - "approximate theory for sandwich beams\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -156,10 +151,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate largest tensile & compressive stresses in the wood\n", - "also, the maximum and minimum tensile stresses in the steel\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -223,9 +215,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "maximum tensile and compressive stresses in the beam\n", - "\"\"\"\n", "\n", "import math\n", "import numpy\n", @@ -285,9 +274,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "maximum bending stresses in the beam for various conditions\n", - "\"\"\"\n", + "\n", "\n", "import math\n", "import numpy \n", @@ -347,9 +334,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "the bending stresses at points A and B\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "import numpy\n", @@ -405,9 +390,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate magnitude of the moment M\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", |