A = matrix([[ 5,-8,1],[4,0,0]])
print A
print A.transpose()