blob: 8713f5ccbaeb727d4413be3303cdcf2aca27aa23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
//chapter-4,Example4_9,pg 491
//Q=(Q*+Q.K)* and Q*=(Q+Q*.J)*
//with J=K=0 Q=Q and Q*=Q*
//Q* is bitcmp(Q)
printf("operational equations\n")
printf("Q=(Q*+Q.K)* and Q*=(Q+Q*.J)*\n")
printf("hold good where Q and Q* should be given appropriate values")
|