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/chapter4.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/chapter4.ipynb')
-rw-r--r-- | Mechanics_of_Materials/chapter4.ipynb | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/Mechanics_of_Materials/chapter4.ipynb b/Mechanics_of_Materials/chapter4.ipynb index e9b7e3e0..deb5ebe3 100644 --- a/Mechanics_of_Materials/chapter4.ipynb +++ b/Mechanics_of_Materials/chapter4.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:ff1027836ff09444a0f286e9b3a2446de80c3b84e271ae3db6a9354c2ea33b2b" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "Finding shear force V and bending movement M at cross section D located 115 ft from left-hand behind support\n", - "\"\"\"\n", "\n", "import math\n", "\n", @@ -75,9 +73,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "Shear force and bending moments\n", - "\"\"\"\n", "\n", "import math \n", "\n", |