summaryrefslogtreecommitdiff
path: root/48/CH12/EX12.9
diff options
context:
space:
mode:
Diffstat (limited to '48/CH12/EX12.9')
-rwxr-xr-x48/CH12/EX12.9/eg_12_9.sce11
1 files changed, 11 insertions, 0 deletions
diff --git a/48/CH12/EX12.9/eg_12_9.sce b/48/CH12/EX12.9/eg_12_9.sce
new file mode 100755
index 000000000..91a7fdc31
--- /dev/null
+++ b/48/CH12/EX12.9/eg_12_9.sce
@@ -0,0 +1,11 @@
+clc;
+clear;
+disp("In previosuly problems we have determined the input and output consistent partitions for the Machine M5");
+disp("Input consistent partition {(AB),(CD),(EF)}");
+disp("Output consistent partition {(ACE),(BDF)}");
+disp("By assigning 000 to 101 to all the states from A to F");
+disp("we can find the expressions for the next state and the output");
+disp("Y1=y2");
+disp("Y2=y1^y2^");
+disp("Y3=xy3+xy2+x^y2^y3^+y2y3");
+disp("z=xy3^"); \ No newline at end of file