a square matrix that is equal to its transpose
Chat with our AI personalities
Let A be a matrix which is both symmetric and skew symmetric. so AT=A and AT= -A so A =- A that implies 2A =zero matrix that implies A is a zero matrix
A skew symmetric matrix is a square matrix which satisfy, Aij=-Aji or A=-At
The eigen values of a real symmetric matrix are all real.
The Definition of an Anti-Symmetric Matrix:If a square matrix, A, is equal to its negative transpose, -A', then A is an anti-symmetric matrix.Notes:1. All diagonal elements of A must be zero.2. The cross elements of A must have the same magnitude, but opposite sign.
(I'm assuming you're referring to FEM) The entries of a stiffness matrix are inner products (bilinear forms) of some basis functions. Insofar as you will typically be dealing with symmetric bilinear forms, the stiffness matrix will also be symmetric. In other words, ai,j = <φi,φj> = <φj,φi> = ai,j. The issue is closely related to so-called "Gramian matrices" which, in addition to symmetry, have other properties desirable in the context of FEM. I've provided links below.