diff options
Diffstat (limited to '3526/CH9/EX9.2/EX9_2.sce')
-rw-r--r-- | 3526/CH9/EX9.2/EX9_2.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3526/CH9/EX9.2/EX9_2.sce b/3526/CH9/EX9.2/EX9_2.sce new file mode 100644 index 000000000..8395d5208 --- /dev/null +++ b/3526/CH9/EX9.2/EX9_2.sce @@ -0,0 +1,10 @@ +clc;funcprot(0);//EXAMPLE 9.2
+//page 255
+// Initialisation of Variables
+d=18;//Diameter of the casting in in
+x=2;//Thickness of the casting in in
+B=22//Mold constant of casting
+V=(%pi/4)*d^2;//Volume of the casting in in^3
+A=2*(%pi/4)*d^2+%pi*d*x;//The surface area of the casting in contact with the mold
+x=(0.708*A)/V
+disp(x,"The thickness in inches=")
\ No newline at end of file |