summaryrefslogtreecommitdiff
path: root/3557/CH3/EX3.6
diff options
context:
space:
mode:
Diffstat (limited to '3557/CH3/EX3.6')
-rw-r--r--3557/CH3/EX3.6/Ex3_6.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3557/CH3/EX3.6/Ex3_6.sce b/3557/CH3/EX3.6/Ex3_6.sce
new file mode 100644
index 000000000..7110ff1e6
--- /dev/null
+++ b/3557/CH3/EX3.6/Ex3_6.sce
@@ -0,0 +1,12 @@
+//Example 3.6//
+a=2;//body diagonal
+b=4;//body diagonal
+c=a*b ;//(using cross multiplication)
+//mprintf("c= %i ",c)
+d=sqrt(3);
+Vu=(c/d)^3
+mprintf("Vu = %f rSi^3",Vu)
+Va=c*(4/3)*%pi
+mprintf("\n Va = %f rSi^3",Va)
+APF=Va/Vu;
+mprintf("\nAPF = %f ",APF)