summaryrefslogtreecommitdiff
path: root/1427/CH22/EX22.17
diff options
context:
space:
mode:
Diffstat (limited to '1427/CH22/EX22.17')
-rw-r--r--1427/CH22/EX22.17/22_17.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/1427/CH22/EX22.17/22_17.sce b/1427/CH22/EX22.17/22_17.sce
new file mode 100644
index 000000000..df708fb6e
--- /dev/null
+++ b/1427/CH22/EX22.17/22_17.sce
@@ -0,0 +1,9 @@
+//ques-22.17
+//Calculating glancing angle required
+clc
+w=154;//wavelength (in pm)
+d=315;//(in pm)
+c=w/(2*d);
+//For, Sind(ang) = c
+ang=14.1;
+printf("The galancing angle is %.1f degrees.",ang);