If $A$ is any $n×n$ skew symmetric matrix, then$〖 a〗_ii=0,0≤i≤n$

326 Views Asked by At

If $A$ is any $n×n$ skew symmetric matrix, then $〖 a〗_{ii}=0, 0≤i≤n$. True/False

I just don't understand the problem very well. what does $〖 a〗_{ii}=0$ refer to? is the statement true or false?

1

There are 1 best solutions below

2
On BEST ANSWER

It’s saying that the entries along the main diagonal are 0. a_ii refers to the i^th row and i^th column which are the diagonal entries. These are zero because in a skew symmetric matrix you have a_ij=-a_ji and so you have a_ii=-a_ii so a_ii must then be zero.