summaryrefslogtreecommitdiff
path: root/911/CH3/EX3.6/ex_3_6.sce
blob: b9c824f799ed107de4537e6be02403c3bde80b5d (plain)
1
2
3
4
5
6
7
//example 3.6//
//how to convert exor gate to not//
clc
//clears all variables//
clear
//clears the screen//
disp('here if we look at truth table of ex-or gate we notice that if one of its input is tied to logic 1 then the reult is that of a not gate')