diff options
Diffstat (limited to '3769/CH17/EX17.9/Ex17_9.sce')
-rw-r--r-- | 3769/CH17/EX17.9/Ex17_9.sce | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3769/CH17/EX17.9/Ex17_9.sce b/3769/CH17/EX17.9/Ex17_9.sce new file mode 100644 index 000000000..1c964d994 --- /dev/null +++ b/3769/CH17/EX17.9/Ex17_9.sce @@ -0,0 +1,12 @@ +clear +//Given +v=1.5*10**8 +c=3.0*10**8 + +//Calculation +// +a=v/c +C=asin(a)*180/3.14 + +//Result +printf("\n Value of critical angle is %0.0f Degree",C) |