blob: a59b2a6b1cd26905d78031828817af8acae16690 (
plain)
1
2
3
4
5
6
7
8
9
10
|
// example 5.6//
clc
//clears the screen//
clear
//clears all existing variables//
disp("we can SIMPLIFY the given equation as : ");
disp('A+B=(A''''+B'''')[INVOLUTION LAW]' );
disp(' =(A''.B'')''' )
disp('[(AA)''.(BB)'']''')
disp('this says that output Y equals to A+B' );
|