summaryrefslogtreecommitdiff
path: root/3718/CH7/EX7.6/Ex7_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '3718/CH7/EX7.6/Ex7_6.sce')
-rw-r--r--3718/CH7/EX7.6/Ex7_6.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3718/CH7/EX7.6/Ex7_6.sce b/3718/CH7/EX7.6/Ex7_6.sce
new file mode 100644
index 000000000..7fae98467
--- /dev/null
+++ b/3718/CH7/EX7.6/Ex7_6.sce
@@ -0,0 +1,13 @@
+//Chapter 7: Solid State
+//Problem: 6
+clc;
+
+//Declaration of Variables
+l = 2 * 10 ** - 10 //in m
+t = 30 //in degrees
+
+// Solution
+mprintf("For first-order reflection\n")
+d = l / (2 * sin(t))
+dist = 2 * d
+mprintf(" Hence, distance between planes is : %.0e m ",abs(dist))