diff options
Diffstat (limited to 'Mechanics_of_Materials/chapter7.ipynb')
-rw-r--r-- | Mechanics_of_Materials/chapter7.ipynb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/Mechanics_of_Materials/chapter7.ipynb b/Mechanics_of_Materials/chapter7.ipynb index 57556b9c..3bf957bb 100644 --- a/Mechanics_of_Materials/chapter7.ipynb +++ b/Mechanics_of_Materials/chapter7.ipynb @@ -1,7 +1,7 @@ { "metadata": { "name": "", - "signature": "sha256:4b150feddb9dc8fb4618b52384e38cf0a1bb69c134a6face9686f115e6bbaa31" + "signature": "sha256:79553db761abdf4228d341c670873d408edd8ca0894b0f7f1ee9a5c598382141" }, "nbformat": 3, "nbformat_minor": 0, @@ -32,8 +32,6 @@ "\n", "import math \n", "\n", - "#initialisation\n", - "# Let x1, y1 be the transformed direction inclined at 45 deegree to the original\n", "sx = 16000 # Direct stress in x-direction in psi\n", "sy = 6000 # Direct stress in y-direction \"\"\n", "txy = 4000 # Shear stress in y-direction \"\"\n", @@ -80,8 +78,6 @@ "\n", "import math \n", "\n", - "#initialisation\n", - "# Let x1, y1 be the transformed direction inclined at 15 deegree to the original\n", "sx = -46e06 # Direct stress in x-direction in Pa\n", "sy = 12e06 # Direct stress in y-direction \"\"\n", "txy = -19e06 # Shear stress in y-direction \"\"\n", |