diff options
Diffstat (limited to '3769/CH18/EX18.4/Ex18_4.sce')
-rw-r--r-- | 3769/CH18/EX18.4/Ex18_4.sce | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/3769/CH18/EX18.4/Ex18_4.sce b/3769/CH18/EX18.4/Ex18_4.sce new file mode 100644 index 000000000..4480f26ea --- /dev/null +++ b/3769/CH18/EX18.4/Ex18_4.sce @@ -0,0 +1,11 @@ +clear +//Given +a=2.0 + +//Calculation +// +a=sqrt(a)/a +i=asin(a)*180/3.14 + +//Result +printf("\n Angle of incidence is %0.0f Degree",i) |