summaryrefslogtreecommitdiff
path: root/48/CH3/EX3.9/eg_3_9.sce
diff options
context:
space:
mode:
Diffstat (limited to '48/CH3/EX3.9/eg_3_9.sce')
-rwxr-xr-x48/CH3/EX3.9/eg_3_9.sce6
1 files changed, 6 insertions, 0 deletions
diff --git a/48/CH3/EX3.9/eg_3_9.sce b/48/CH3/EX3.9/eg_3_9.sce
new file mode 100755
index 000000000..dff2dbf37
--- /dev/null
+++ b/48/CH3/EX3.9/eg_3_9.sce
@@ -0,0 +1,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)");