summaryrefslogtreecommitdiff
path: root/Mechanics_of_Materials/chapter12.ipynb
diff options
context:
space:
mode:
authordebashisdeb2014-06-20 15:42:42 +0530
committerdebashisdeb2014-06-20 15:42:42 +0530
commit83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /Mechanics_of_Materials/chapter12.ipynb
parenta78126bbe4443e9526a64df9d8245c4af8843044 (diff)
downloadPython-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/chapter12.ipynb')
-rw-r--r--Mechanics_of_Materials/chapter12.ipynb14
1 files changed, 3 insertions, 11 deletions
diff --git a/Mechanics_of_Materials/chapter12.ipynb b/Mechanics_of_Materials/chapter12.ipynb
index b8be714d..461ae35c 100644
--- a/Mechanics_of_Materials/chapter12.ipynb
+++ b/Mechanics_of_Materials/chapter12.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:28eceabccc986d95bd8fd4a32c3e228a185da4101f3a8dcc4e232e8945315e7d"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,9 +28,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "find centroid C of the cross-sectional area.\n",
- "\"\"\"\n",
"\n",
"import math \n",
"\n",
@@ -72,9 +70,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "evaluate moment of inertia Ic with respect to the horizontal axis C-C\n",
- "\"\"\"\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -126,10 +122,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "\"\"\"\n",
- "calculate orientations of the principal centroidal axes and the magnitudes\n",
- "of the principal centroidal moments of inertia\n",
- "\"\"\"\n",
"\n",
"import math \n",
"import numpy\n",