summaryrefslogtreecommitdiff
path: root/48/CH4/EX4.7/eg_4_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '48/CH4/EX4.7/eg_4_7.sce')
-rwxr-xr-x48/CH4/EX4.7/eg_4_7.sce5
1 files changed, 5 insertions, 0 deletions
diff --git a/48/CH4/EX4.7/eg_4_7.sce b/48/CH4/EX4.7/eg_4_7.sce
new file mode 100755
index 000000000..c650c5577
--- /dev/null
+++ b/48/CH4/EX4.7/eg_4_7.sce
@@ -0,0 +1,5 @@
+clc;
+clear;
+disp("f=x^y+xz+y^z^");
+disp("since x^y is a prime implicant neither x^ nor y alone implies f");
+disp("only x^y are covered by f"); \ No newline at end of file