A 3 times 3 symmetric matrix

The matrix

 A := left(begin{array}{ccc} 4 & 3/2 & 2  3/2 & 2  & 5/2  2 & 5/2 & 2 end{array}right)

is symmetric. The matrix

 B := left(begin{array}{ccc} 4 & 3/2 & 2  3/2 & 2  & mathbf{5/2}  2 & mathbf{5} & 2 end{array}right)

is not, since it is not equal to its transpose. (Offending elements in bold.)