summaryrefslogtreecommitdiff
path: root/3769/CH18/EX18.12
diff options
context:
space:
mode:
Diffstat (limited to '3769/CH18/EX18.12')
-rw-r--r--3769/CH18/EX18.12/Ex18_12.sce13
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH18/EX18.12/Ex18_12.sce b/3769/CH18/EX18.12/Ex18_12.sce
new file mode 100644
index 000000000..f30892eea
--- /dev/null
+++ b/3769/CH18/EX18.12/Ex18_12.sce
@@ -0,0 +1,13 @@
+clear
+//Given
+w=0.021
+u=1.53
+w1=0.045
+u1=1.65
+A1=4.20 //Degree
+
+//Calculation
+A=-(w1*A1*(u1-1))/(w*(u-1))
+
+//Result
+printf("\n Angle of the prism is %0.2f Degree",A)