diff options
Diffstat (limited to 'Mechanics_of_Materials/chapter11.ipynb')
-rw-r--r-- | Mechanics_of_Materials/chapter11.ipynb | 30 |
1 files changed, 8 insertions, 22 deletions
diff --git a/Mechanics_of_Materials/chapter11.ipynb b/Mechanics_of_Materials/chapter11.ipynb index d51505cd..6c1963de 100644 --- a/Mechanics_of_Materials/chapter11.ipynb +++ b/Mechanics_of_Materials/chapter11.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:84b48278b7f3c96235822dbaf287a816273c08b171a3ad371f818f325de3125f" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "allowable load Pallow using a factor of safety & with respect to Euler buckling of the column\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -76,9 +75,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate minimum required thickness t of the columns\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", @@ -122,9 +119,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "evaluate the longest permissible length of the bar\n", - "\"\"\"\n", + "\n", "\n", "from sympy import *\n", "\n", @@ -167,9 +162,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "maximum compressive stress in the column & the factor of safety\n", - "\"\"\"\n", + "\n", "\n", "from sympy import *\n", "import math\n", @@ -248,9 +241,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "the allowable axial load & max. permissible length\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "import numpy\n", @@ -368,9 +359,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "max. require outer diameter\n", - "\"\"\"\n", "\n", "import math \n", "\n", @@ -437,9 +425,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "\"\"\"\n", - "calculate various quantities\n", - "\"\"\"\n", + "\n", "\n", "import math \n", "\n", |