summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.5.a/ex_5_5_a.sce
diff options
context:
space:
mode:
Diffstat (limited to '911/CH5/EX5.5.a/ex_5_5_a.sce')
-rw-r--r--911/CH5/EX5.5.a/ex_5_5_a.sce9
1 files changed, 9 insertions, 0 deletions
diff --git a/911/CH5/EX5.5.a/ex_5_5_a.sce b/911/CH5/EX5.5.a/ex_5_5_a.sce
new file mode 100644
index 000000000..17f427a42
--- /dev/null
+++ b/911/CH5/EX5.5.a/ex_5_5_a.sce
@@ -0,0 +1,9 @@
+// example 5.5//
+clc
+//clears the screen//
+clear
+//clears all existing variables//
+disp("we can SIMPLIFY the given equation as : ");
+disp('LET X= L(M+N'')+L''P''Q = (L+P''Q).(L''+M+N'')' );
+disp('LHS can further be simplified using AB+A''C=(A+C)(A''+B)')
+disp(' Therefore, PROVED ') \ No newline at end of file