summaryrefslogtreecommitdiff
path: root/2858/CH14/EX14.2/Ex14_2.sce
diff options
context:
space:
mode:
Diffstat (limited to '2858/CH14/EX14.2/Ex14_2.sce')
-rwxr-xr-x2858/CH14/EX14.2/Ex14_2.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/2858/CH14/EX14.2/Ex14_2.sce b/2858/CH14/EX14.2/Ex14_2.sce
new file mode 100755
index 000000000..f2f6805c2
--- /dev/null
+++ b/2858/CH14/EX14.2/Ex14_2.sce
@@ -0,0 +1,11 @@
+//example 14.2
+clc; funcprot(0);
+Tv=0.36;
+sigmap=115;
+Uv=sqrt(4*Tv/%pi)*100;
+disp(Uv,"Uv in %");
+//from table
+k=0.12; //constant
+sf=k*sigmap;
+disp(sf,"deltasigmaf in kN/m^2");
+