//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")