summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.2/ex_5_2.sce
blob: 86720ee37bb9883d317d0c5ddde6d143cb8c24a0 (plain)
1
2
3
4
5
6
7
8
9
// example 5.2//
clc
//clears the screen//
clear
//clears all existing variables//
disp("we can SIMPLIFY the given equation as : ");
disp('LET X= (A.B+C.D) and Y = (A.B +C.D).[(A''+B'')+(C''+ D'')]' );
disp(' Therefore, Y = X.X'' = 0' );
disp('this says that output Y equals to 0' );