summaryrefslogtreecommitdiff
path: root/3769/CH17/EX17.8/Ex17_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH17/EX17.8/Ex17_8.sce')
-rw-r--r--3769/CH17/EX17.8/Ex17_8.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH17/EX17.8/Ex17_8.sce b/3769/CH17/EX17.8/Ex17_8.sce
new file mode 100644
index 000000000..df0be7751
--- /dev/null
+++ b/3769/CH17/EX17.8/Ex17_8.sce
@@ -0,0 +1,12 @@
+clear
+//Given
+ug=1.5
+uw=1.33
+
+//Calculation
+u1=ug/uw
+sinC=1/u1
+C=asin(sinC)*180/3.14
+
+//Result
+printf("\n Critical angle is %0.2f degree",C)