summaryrefslogtreecommitdiff
path: root/1332/CH1/EX1.7
diff options
context:
space:
mode:
Diffstat (limited to '1332/CH1/EX1.7')
-rwxr-xr-x1332/CH1/EX1.7/1_7.pdfbin0 -> 5996 bytes
-rwxr-xr-x1332/CH1/EX1.7/1_7.sce6
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
new file mode 100755
index 000000000..7ed89426c
--- /dev/null
+++ b/1332/CH1/EX1.7/1_7.pdf
Binary files differ
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