diff options
Diffstat (limited to '1844/CH4/EX4.4/4Q4.sce')
-rw-r--r-- | 1844/CH4/EX4.4/4Q4.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/1844/CH4/EX4.4/4Q4.sce b/1844/CH4/EX4.4/4Q4.sce new file mode 100644 index 000000000..16403aef8 --- /dev/null +++ b/1844/CH4/EX4.4/4Q4.sce @@ -0,0 +1,7 @@ +clc
+r=40
+s=20
+D=0.025
+l= D*r*s/sqrt(2)
+
+printf('Limiting length of offset = %f m',l)
|