diff options
Diffstat (limited to '3814/CH1/EX1.6/Ex1_6.sce')
-rw-r--r-- | 3814/CH1/EX1.6/Ex1_6.sce | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3814/CH1/EX1.6/Ex1_6.sce b/3814/CH1/EX1.6/Ex1_6.sce new file mode 100644 index 000000000..4dfeaffe9 --- /dev/null +++ b/3814/CH1/EX1.6/Ex1_6.sce @@ -0,0 +1,5 @@ +// to design shear stress no calculations is there in this chapter only formula
+clc
+mprintf('\n shear stress t=u(dv/dr)=u.B/4u(-2r)')
+mprintf('\n for r=D/2; t=-BD/4')
+mprintf('\n r=D/4 ; t =-BD/8')
|