summaryrefslogtreecommitdiff
path: root/48/CH3/EX3.9/eg_3_9.sce
blob: dff2dbf3717bdda9534a15c9518aa7b6416f8464 (plain)
1
2
3
4
5
6
clear;
clc;
disp("T(x,y,z)=x^y^z^+x^y^z+x^yz+xyz+xy^z+xy^z^");
disp("the complement T^ consists of those minterms which are not contained in the expression for T");
disp("T=[x^yz^+xyz^]^");
disp("(x+y^+z)(x^+y^+z)");