summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.1.a/ex_5_1_a.sce
blob: 7dfbbbb1cefa494fffe6ba752ecd4a532a0e7da4 (plain)
1
2
3
4
5
6
7
8
9
// example 5.1//
clc
//clears the screen//
clear
//clears all existing variables//
disp("we can DUAL the given equation as : ");
disp('X= AB''+BC''+CD''' );
disp(' Therefore, SO X'' = (A+B'')(B+C'')(C+D'')' );
disp('this says that output Y=X''=(A+B'')(B+C'')(C+D'')' );