summaryrefslogtreecommitdiff
path: root/48/CH4/EX4.7/eg_4_7.sce
blob: c650c557703cf816684a28f8eb560a6a9a6136c9 (plain)
1
2
3
4
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");