summaryrefslogtreecommitdiff
path: root/3769/CH22/EX22.21/Ex22_21.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH22/EX22.21/Ex22_21.sce')
-rw-r--r--3769/CH22/EX22.21/Ex22_21.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH22/EX22.21/Ex22_21.sce b/3769/CH22/EX22.21/Ex22_21.sce
new file mode 100644
index 000000000..217966efc
--- /dev/null
+++ b/3769/CH22/EX22.21/Ex22_21.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+a=60 //Degree
+a1=90
+
+//
+A=tan(a*3.14/180.0)
+ap=a1-a
+
+//Result
+printf("\n (i) Refractive index of the medium is %0.3f ",A)
+printf("\n (ii) The refracting angle is %0.3f degree",ap)