summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.7/ex_5_7.sce
blob: 5ceea274ef8939093558ce5c07a8d529df23eea8 (plain)
1
2
3
4
5
6
7
8
9
// example 5.7//
clc
//clears the screen//
clear
//clears all existing variables//
disp("we can SIMPLIFY the given equation as : ");
disp('A''B+AB''=((A''B)''''+(AB'')'''')[INVOLUTION LAW]' );
disp('   ={(A''B)''.(AB'')''}''[DEMORGAN'' LAW]')
disp('[{B(AB)''}''{A(AB)''}'']''')