summaryrefslogtreecommitdiff
path: root/3526/CH7/EX7.3/EX7_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '3526/CH7/EX7.3/EX7_3.sce')
-rw-r--r--3526/CH7/EX7.3/EX7_3.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/3526/CH7/EX7.3/EX7_3.sce b/3526/CH7/EX7.3/EX7_3.sce
new file mode 100644
index 000000000..cd7247f5f
--- /dev/null
+++ b/3526/CH7/EX7.3/EX7_3.sce
@@ -0,0 +1,10 @@
+clc;funcprot(0);//EXAMPLE 7.3
+//page 184
+// Initialisation of Variables
+F=40000;..........// Maximum Tensile load in lb
+K=9000;........//Fracture toughness of Ceramic
+w=3;.........// plate made of Sialon width
+//CALCULATIONS
+A=F*sqrt(%pi)/K;......//Area of ceramic
+T=A/w;........// Thickness of Ceramic
+disp(T,"THickness of ceramic :")