summaryrefslogtreecommitdiff
path: root/1844/CH4/EX4.5
diff options
context:
space:
mode:
Diffstat (limited to '1844/CH4/EX4.5')
-rw-r--r--1844/CH4/EX4.5/4Q5.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/1844/CH4/EX4.5/4Q5.sce b/1844/CH4/EX4.5/4Q5.sce
new file mode 100644
index 000000000..2993c28ce
--- /dev/null
+++ b/1844/CH4/EX4.5/4Q5.sce
@@ -0,0 +1,6 @@
+clc
+l=16
+s=40
+e=0.3
+a= asind ( sqrt((6.25*s^2/100^2)-e^2)/l)
+printf('a = %f degrees',a)