summaryrefslogtreecommitdiff
path: root/48/CH3/EX3.7/eg_3_7.sce
blob: a1671e5f8b2bb8410338488f94fb3347f174b391 (plain)
1
2
3
4
5
6
7
clear;
clc;
disp("T(x,y,z)=x^y+z^+xyz");
disp("**To determine the canonical sum of products we have to check for a product which is not a min term and then multiply with the missing variable such that the expression value doesnt change**");
disp("T(x,y,z)=x^y(z+z^)+(x+x^)(y+y^)z^+xyz");
disp("T(x,y,z)=x^yz+x^yz^+xyz^+xy^z^+x^yz^+x^y^z^+xyz");
disp("T(x,y,z)=x^yz+x^yz^+xyz^+xy^z^+x^y^z^+xyz");