diff options
Diffstat (limited to '3860/CH2/EX2.27/Ex2_27.sce')
-rw-r--r-- | 3860/CH2/EX2.27/Ex2_27.sce | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/3860/CH2/EX2.27/Ex2_27.sce b/3860/CH2/EX2.27/Ex2_27.sce new file mode 100644 index 000000000..c894d3af3 --- /dev/null +++ b/3860/CH2/EX2.27/Ex2_27.sce @@ -0,0 +1,6 @@ +//Example 2.27: Manipulation of algebric functions into POS form.
+clc // Clears the console
+disp('f = (A + B + C) ( A'' + B'')')
+disp('f = (A + B + C) ( A'' + B'' + C) ( A'' + B'' + C'')')// converting into disjunctive normal form.
+disp(' The POS form of given expression is displayed')
+//the reduced expression is displayed.
|