summaryrefslogtreecommitdiff
path: root/3507/CH28/EX28.9/Ex28_9.sce
blob: 626a38a37bfa1ad8a47fac8595b6c634a03b8805 (plain)
1
2
3
4
5
6
7
8
//chapter28
//example28.9
//page607

printf("Y = ( ( A + B )` . C . D` )` \n")
printf("Using De Morgan theorem \n")
printf("Y = ( A + B ) + C` + D \n")
printf("Y = A + B + C` + D \n")