From b1f5c3f8d6671b4331cef1dcebdf63b7a43a3a2b Mon Sep 17 00:00:00 2001 From: priyanka Date: Wed, 24 Jun 2015 15:03:17 +0530 Subject: initial commit / add all books --- 462/CH2/EX2.30/ex_2_30.pdf | Bin 0 -> 118236 bytes 462/CH2/EX2.30/ex_2_30.sce | 13 +++++++++++++ 2 files changed, 13 insertions(+) create mode 100755 462/CH2/EX2.30/ex_2_30.pdf create mode 100755 462/CH2/EX2.30/ex_2_30.sce (limited to '462/CH2/EX2.30') diff --git a/462/CH2/EX2.30/ex_2_30.pdf b/462/CH2/EX2.30/ex_2_30.pdf new file mode 100755 index 000000000..fa680e8a5 Binary files /dev/null and b/462/CH2/EX2.30/ex_2_30.pdf differ diff --git a/462/CH2/EX2.30/ex_2_30.sce b/462/CH2/EX2.30/ex_2_30.sce new file mode 100755 index 000000000..ae7acf12e --- /dev/null +++ b/462/CH2/EX2.30/ex_2_30.sce @@ -0,0 +1,13 @@ +//example 2.30// +//hexadecimal to binary conversion// +clc +//clears the screen// +clear +//clears already existing variables// +x=hex2dec('29FA') +//hexadecimal to decimal conversion// +a=dec2bin(x) +//decimal to binary conversion// +disp('conversion of hexadecimal given no to its binary form is:') +disp(a) +//answer in binary form// \ No newline at end of file -- cgit