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 --- 1964/CH15/EX15.19/ex15_19.sce | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100755 1964/CH15/EX15.19/ex15_19.sce (limited to '1964/CH15/EX15.19/ex15_19.sce') diff --git a/1964/CH15/EX15.19/ex15_19.sce b/1964/CH15/EX15.19/ex15_19.sce new file mode 100755 index 000000000..b08694ed0 --- /dev/null +++ b/1964/CH15/EX15.19/ex15_19.sce @@ -0,0 +1,10 @@ +//Chapter-15, Example 15.19, Page 519 +//============================================================================= +clc +clear +//CALCULATIONS +//The adjacent cells that can be combined together are the cells 000 and 100 and the cell 011 and 111 +//By combining the adjacent cells,we get +disp('((A''+A)B''C'')+(A''+A)BC)')//------>step 1 +disp('(B''C'')+(BC)')//------>step 2 +//=================================END OF PROGRAM======================================================================================================= -- cgit