a=matrix([[2,2,-1],[-1,2,2],[2,-1,2]])
print a
b=a.transpose()
a*b              /*      A*A.TRANSPOSE()=9I   IS DISGONAL      */

/*code_ends */

Strang-3.1-46-U (last edited 2010-12-18 10:25:02 by tejaswi)