summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.6/ex_5_6.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH5/EX5.6/ex_5_6.sce')
-rw-r--r--911/CH5/EX5.6/ex_5_6.sce10
1 files changed, 10 insertions, 0 deletions
diff --git a/911/CH5/EX5.6/ex_5_6.sce b/911/CH5/EX5.6/ex_5_6.sce
new file mode 100644
index 000000000..a59b2a6b1
--- /dev/null
+++ b/911/CH5/EX5.6/ex_5_6.sce
@@ -0,0 +1,10 @@
+// example 5.6//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp("we can SIMPLIFY the given equation as : ");
+disp('A+B=(A''''+B'''')[INVOLUTION LAW]' );
+disp(' =(A''.B'')''' )
+disp('[(AA)''.(BB)'']''')
+disp('this says that output Y equals to A+B' ); \ No newline at end of file