summaryrefslogtreecommitdiff
path: root/2858/CH4/EX4.5
diff options
context:
space:
mode:
Diffstat (limited to '2858/CH4/EX4.5')
-rwxr-xr-x2858/CH4/EX4.5/Ex4_5.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/2858/CH4/EX4.5/Ex4_5.sce b/2858/CH4/EX4.5/Ex4_5.sce
new file mode 100755
index 000000000..1cc40b809
--- /dev/null
+++ b/2858/CH4/EX4.5/Ex4_5.sce
@@ -0,0 +1,10 @@
+//example 4.5
+clc; funcprot(0);
+c=50;
+//from table
+Ncq=6.3;
+FS=4;
+qu=c*Ncq;
+qall=qu/4;
+disp(qall,"allowed shear stress in kN/m^2");
+