diff options
Diffstat (limited to '3753/CH2/EX2.2/Ex2_2.sce')
-rw-r--r-- | 3753/CH2/EX2.2/Ex2_2.sce | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/3753/CH2/EX2.2/Ex2_2.sce b/3753/CH2/EX2.2/Ex2_2.sce new file mode 100644 index 000000000..3cbac64cb --- /dev/null +++ b/3753/CH2/EX2.2/Ex2_2.sce @@ -0,0 +1,10 @@ +//Example number 2.2, Page number 2.33 + + +clc;clear;close + +// Calculation +ip=atan(1.732)*(180/%pi) // radian + +// Result +printf("ip=%.f degrees",ip) |