summaryrefslogtreecommitdiff
path: root/548/CH7/EX7.4/7_04.sce
diff options
context:
space:
mode:
Diffstat (limited to '548/CH7/EX7.4/7_04.sce')
-rwxr-xr-x548/CH7/EX7.4/7_04.sce7
1 files changed, 7 insertions, 0 deletions
diff --git a/548/CH7/EX7.4/7_04.sce b/548/CH7/EX7.4/7_04.sce
new file mode 100755
index 000000000..ee3c3b0e2
--- /dev/null
+++ b/548/CH7/EX7.4/7_04.sce
@@ -0,0 +1,7 @@
+pathname=get_absolute_file_path('7_04.sce')
+filename=pathname+filesep()+'7_04data.sci'
+exec(filename)
+Cmcg=Cmac+a*a1*(dh-Vh*at*(1-de)/a)+Vh*at*(It+eo)
+disp(Cmcg,"Cmcg=","Cmcg=Cmac+a*a1*(dh-Vh*at(1-de)/a)+Vh*at*(It+eo)","moment coefficient about COG Cmcg:")
+printf("\Answer:\n")
+printf("\n\moment coefficient about center of gravity : %f \n\n",Cmcg)