diff options
Diffstat (limited to '48/CH3/EX3.7/eg_3_7.sce')
-rwxr-xr-x | 48/CH3/EX3.7/eg_3_7.sce | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/48/CH3/EX3.7/eg_3_7.sce b/48/CH3/EX3.7/eg_3_7.sce new file mode 100755 index 000000000..a1671e5f8 --- /dev/null +++ b/48/CH3/EX3.7/eg_3_7.sce @@ -0,0 +1,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");
\ No newline at end of file |