summaryrefslogtreecommitdiff
path: root/911/CH5/EX5.5.a/ex_5_5_a.sce
blob: 17f427a4257afdb8c722fa273b9426f3c0363291 (plain)
1
2
3
4
5
6
7
8
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 ')