From 7f60ea012dd2524dae921a2a35adbf7ef21f2bb6 Mon Sep 17 00:00:00 2001 From: prashantsinalkar Date: Tue, 10 Oct 2017 12:27:19 +0530 Subject: initial commit / add all books --- 3526/CH7/EX7.3/EX7_3.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 3526/CH7/EX7.3/EX7_3.sce (limited to '3526/CH7/EX7.3') 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 :") -- cgit