diff options
Diffstat (limited to '3769/CH17/EX17.11/Ex17_11.sce')
-rw-r--r-- | 3769/CH17/EX17.11/Ex17_11.sce | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/3769/CH17/EX17.11/Ex17_11.sce b/3769/CH17/EX17.11/Ex17_11.sce new file mode 100644 index 000000000..ce3e739fa --- /dev/null +++ b/3769/CH17/EX17.11/Ex17_11.sce @@ -0,0 +1,13 @@ +clear +//Given +a=4 +b=6.0 + +//Calculation +// +A=a/b +B=atan(A)*180/3.14 +ur=1/(sin(B*3.14/180.0)) + +//Result +printf("\n Refrective index of the liquid is %0.1f ",ur) |