summaryrefslogtreecommitdiff
path: root/3636/CH10/EX10.5/Ex10_5.sce
diff options
context:
space:
mode:
Diffstat (limited to '3636/CH10/EX10.5/Ex10_5.sce')
-rw-r--r--3636/CH10/EX10.5/Ex10_5.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/3636/CH10/EX10.5/Ex10_5.sce b/3636/CH10/EX10.5/Ex10_5.sce
new file mode 100644
index 000000000..88fe9e1af
--- /dev/null
+++ b/3636/CH10/EX10.5/Ex10_5.sce
@@ -0,0 +1,9 @@
+clc;
+clear;
+n1=1
+n2=3.66
+
+//Calculation
+theta_c=asind(n1/n2)
+
+mprintf("Critical angle for GaAs-air interface= %2.1f degrees",theta_c)