diff options
Diffstat (limited to '1844/CH4/EX4.9/4Q9.sce')
-rw-r--r-- | 1844/CH4/EX4.9/4Q9.sce | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/1844/CH4/EX4.9/4Q9.sce b/1844/CH4/EX4.9/4Q9.sce new file mode 100644 index 000000000..3f3f853f4 --- /dev/null +++ b/1844/CH4/EX4.9/4Q9.sce @@ -0,0 +1,8 @@ +clc
+BE=60 //in m
+GD=BE
+GH=40
+HB=80
+HD=GH+GD
+CB=48/0.4// by solving similar triangles CHD and CBE
+printf('CB = %f m',CB)
|