diff options
Diffstat (limited to '3860/CH3/EX3.7/Ex3_7.txt')
-rw-r--r-- | 3860/CH3/EX3.7/Ex3_7.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3860/CH3/EX3.7/Ex3_7.txt b/3860/CH3/EX3.7/Ex3_7.txt new file mode 100644 index 000000000..866501200 --- /dev/null +++ b/3860/CH3/EX3.7/Ex3_7.txt @@ -0,0 +1,12 @@ +
+ f = a'b'c + a'bc' + a'bc + ab'c'
+
+ The mapping is shown below
+
+ A'B' A'B AB AB'
+
+ C' 1 1 - 1
+
+ C - 1 - -
+
+ f = a'b + b'c'
\ No newline at end of file |