blob: ed1cedef5f8475c851de793598428d4d9f4ba7b2 (
plain)
1
2
3
4
5
6
7
8
|
//example 12.1//
//find the product term//
clc
//clears the screen//
clear
//clears already existing variables//
disp('For an open link, the input to AND gate is logic 1, whereas for a closed link the corresponding input to the AND gate is same as the voltage applied at that input, therefore,')
disp('P(o)=I(o)I(2)''I(3)''I(6)')
|