diff options
Diffstat (limited to '1332/CH1/EX1.7')
-rwxr-xr-x | 1332/CH1/EX1.7/1_7.pdf | bin | 0 -> 5996 bytes | |||
-rwxr-xr-x | 1332/CH1/EX1.7/1_7.sce | 6 |
2 files changed, 6 insertions, 0 deletions
diff --git a/1332/CH1/EX1.7/1_7.pdf b/1332/CH1/EX1.7/1_7.pdf Binary files differnew file mode 100755 index 000000000..7ed89426c --- /dev/null +++ b/1332/CH1/EX1.7/1_7.pdf diff --git a/1332/CH1/EX1.7/1_7.sce b/1332/CH1/EX1.7/1_7.sce new file mode 100755 index 000000000..510166fac --- /dev/null +++ b/1332/CH1/EX1.7/1_7.sce @@ -0,0 +1,6 @@ +//Example 1.7
+//Conversion to Decimal Number
+//Page no. 7
+clc;close;clear;
+
+disp(dec2oct(467),'Octal of 467=') //inbuilt function
\ No newline at end of file |