diff options
Diffstat (limited to '548/CH7/EX7.7')
-rwxr-xr-x | 548/CH7/EX7.7/7_07.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/548/CH7/EX7.7/7_07.sce b/548/CH7/EX7.7/7_07.sce new file mode 100755 index 000000000..4cd3bc3e6 --- /dev/null +++ b/548/CH7/EX7.7/7_07.sce @@ -0,0 +1,6 @@ +pathname=get_absolute_file_path('7_07.sce')
+filename=pathname+filesep()+'7_07data.sci'
+exec(filename)
+Sm=Hn-h;disp(Sm,"Sm=","Sm=Hn-h","static margin Sm:")
+printf("\Answer:\n")
+printf("\n\Static Margin : %f \n\n",Sm)
|