First time here? Check out the FAQ!
answered 2023-08-31 12:50:40 +0100
Your matrix is not symmetric:
A = matrix(QQbar, [[2,-1,0],[-1,2,1],[0,-1,2]]) A.is_symmetric()