summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.5/Ex22_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.5/Ex22_5.sce')
-rw-r--r--3769/CH22/EX22.5/Ex22_5.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH22/EX22.5/Ex22_5.sce b/3769/CH22/EX22.5/Ex22_5.sce
new file mode 100644
index 000000000..c7b2ca67a
--- /dev/null
+++ b/3769/CH22/EX22.5/Ex22_5.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+l=5500*10**-10
+d=0.01
+
+//Calculation
+//
+a=l/d
+b=asin(a)*180/3.14
+
+//Result
+printf("\n Angular deflection is %0.4f Degree",b)