diff options
Diffstat (limited to '3422/CH4/EX4.6/Ex4_6.sce')
-rwxr-xr-x | 3422/CH4/EX4.6/Ex4_6.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3422/CH4/EX4.6/Ex4_6.sce b/3422/CH4/EX4.6/Ex4_6.sce new file mode 100755 index 000000000..321f4f688 --- /dev/null +++ b/3422/CH4/EX4.6/Ex4_6.sce @@ -0,0 +1,6 @@ +//Example 4.6, Page no 92 +clc +disp("Part ii") +new_sin_delta=sind(45)/.95 +delta=asind(new_sin_delta) +printf("\n The value of delta is %f degree ",delta)
\ No newline at end of file |