diff options
Diffstat (limited to '2159/CH7/EX7.15')
-rwxr-xr-x | 2159/CH7/EX7.15/715.sce | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/2159/CH7/EX7.15/715.sce b/2159/CH7/EX7.15/715.sce new file mode 100755 index 000000000..157e2ce72 --- /dev/null +++ b/2159/CH7/EX7.15/715.sce @@ -0,0 +1,9 @@ +// problem 7.15
+Q=20.2
+i=1/2500
+C=60
+n=1/(tand(60))
+a=(3^0.5)
+d=((Q*(2^0.5))/(C*a*(i^0.5)))^0.4
+b=2*d/(a)
+disp(d,b,"dimension of the cross section in m")
|