summaryrefslogtreecommitdiff
path: root/48/CH4/EX4.8/eg_4_8.sce
diff options
context:
space:
mode:
Diffstat (limited to '48/CH4/EX4.8/eg_4_8.sce')
-rwxr-xr-x48/CH4/EX4.8/eg_4_8.sce8
1 files changed, 8 insertions, 0 deletions
diff --git a/48/CH4/EX4.8/eg_4_8.sce b/48/CH4/EX4.8/eg_4_8.sce
new file mode 100755
index 000000000..58ba03cff
--- /dev/null
+++ b/48/CH4/EX4.8/eg_4_8.sce
@@ -0,0 +1,8 @@
+clc;
+k=[1 1 0 1;
+ 0 1 1 1;
+ 0 1 1 0;
+ 0 0 0 0];
+disp("The prime implicants of function f");
+karmap(k);
+karmap1(k); \ No newline at end of file