summaryrefslogtreecommitdiff
path: root/3827/CH3/EX3.7/Ex3_7.sce
diff options
context:
space:
mode:
Diffstat (limited to '3827/CH3/EX3.7/Ex3_7.sce')
-rw-r--r--3827/CH3/EX3.7/Ex3_7.sce12
1 files changed, 12 insertions, 0 deletions
diff --git a/3827/CH3/EX3.7/Ex3_7.sce b/3827/CH3/EX3.7/Ex3_7.sce
new file mode 100644
index 000000000..d33266de0
--- /dev/null
+++ b/3827/CH3/EX3.7/Ex3_7.sce
@@ -0,0 +1,12 @@
+//EX3_7: Simplify (A′ + B′ + C′)(A′ + B′ + C)(B′ + C)(A + C)(A + B + C)
+
+//clears the screen
+clc
+
+//clears already existing variables
+clear
+
+disp('(A′ + B′ + C′)(A′ + B′ + C)(B′ + C)(A + C)(A + B + C)')
+disp('= (A′ + B′)(B′ + C)(A + C)(A + B + C)')
+disp('= (A′ + B′)(B′ + C)(A + C)')
+disp('= (A′ + B′)(A + C)')