summaryrefslogtreecommitdiff
path: root/48/CH12/EX12.8
diff options
context:
space:
mode:
Diffstat (limited to '48/CH12/EX12.8')
-rwxr-xr-x48/CH12/EX12.8/eg_12_8.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/48/CH12/EX12.8/eg_12_8.sce b/48/CH12/EX12.8/eg_12_8.sce
new file mode 100755
index 000000000..9ac7518d2
--- /dev/null
+++ b/48/CH12/EX12.8/eg_12_8.sce
@@ -0,0 +1,9 @@
+clc;
+clear;
+disp("For the Machine M5 in PG 400");
+disp("State A implies the identification of states C and D");
+disp("similarly C implies the identification of E and F states");
+disp("In the same way C implies the identification of A and B");
+disp("Thus the smallest input consistent partition for M5 is ");
+disp("pi={(AB),(CD),(EF)}");
+disp("Any other partition that contains pi is also input consistent") \ No newline at end of file