blob: 4a4315ee04f837f87cfd2de7c75f867f10900243 (
plain)
1
2
3
4
5
6
7
8
9
|
// example 5.3//
clc
//clears the screen//
clear
//clears all existing variables//
disp("we can SIMPLIFY the given equation as : ");
disp('LET X= [1+L.M+L.M''][(L+M'')(L''.M)+L''.M''.(L+M)]' );
disp(' Therefore, Y = 0' );
disp('this says that output Y equals to 0' );
|