diff options
Diffstat (limited to '1586/CH7/EX7.3/EXP7_3.sce')
-rw-r--r-- | 1586/CH7/EX7.3/EXP7_3.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/1586/CH7/EX7.3/EXP7_3.sce b/1586/CH7/EX7.3/EXP7_3.sce new file mode 100644 index 000000000..8cd0be7ef --- /dev/null +++ b/1586/CH7/EX7.3/EXP7_3.sce @@ -0,0 +1,9 @@ +clc;funcprot(0);//EXAMPLE 7.3
+// 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 :")
|