summaryrefslogtreecommitdiff
path: root/1586/CH7/EX7.9/EXP7_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '1586/CH7/EX7.9/EXP7_9.sce')
-rw-r--r--1586/CH7/EX7.9/EXP7_9.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1586/CH7/EX7.9/EXP7_9.sce b/1586/CH7/EX7.9/EXP7_9.sce
new file mode 100644
index 000000000..7b64a20f4
--- /dev/null
+++ b/1586/CH7/EX7.9/EXP7_9.sce
@@ -0,0 +1,9 @@
+clc;funcprot(0);//EXAMPLE 7.9
+// Initialisation of Variables
+n=7;.............//The total number of specimens
+F=n+1;...........//The probability of failure of ceramic
+sigma1=52;........//the maximum allowed stress level on ceramic at one point in MP.
+sigma2=23.5;.......//the maximum allowed stress level on ceramic at another point in MP.
+//CALCULATIONS
+m=(Ln1-(Ln2))/(log(sigma1)-log(sigma2));.......//Weibull modulus of ceramic
+disp(m,"Weibull modulus of ceramic:")