summaryrefslogtreecommitdiff
path: root/462/CH5/EX5.3/ex_5_3.sce
diff options
context:
space:
mode:
Diffstat (limited to '462/CH5/EX5.3/ex_5_3.sce')
-rwxr-xr-x462/CH5/EX5.3/ex_5_3.sce14
1 files changed, 14 insertions, 0 deletions
diff --git a/462/CH5/EX5.3/ex_5_3.sce b/462/CH5/EX5.3/ex_5_3.sce
new file mode 100755
index 000000000..bbc7354e9
--- /dev/null
+++ b/462/CH5/EX5.3/ex_5_3.sce
@@ -0,0 +1,14 @@
+//example 5.3//
+clc
+//clears the screen//
+clear
+//clears already existing variables//
+//conversion of given equation to its canonical POS form//
+disp('given=> Y=(A+B)(A+C)(B+C'')')
+disp('on solving')
+disp('Y=(A+B+CC'')(A+BB''+C)(AA''+B+C'')')
+disp('Y=(A+B+C)(A+B+C'')(A+C+B)(A+C+B'')(A+B+C'')(A''+B+C'')')
+//using theorem 1.10//
+disp('Y=(A+B+C)(A+B+C'')(A+B''+C)(A''+B+C'')')
+//using theorem 1.6//
+//result// \ No newline at end of file