Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
What is Symmetric matrix?Explain it with example?
What is skew symmetric matrix?Explain it with example?
How do i identify symmetric matrix and skew symmetric matrix???
1 Answer
- Anonymous1 decade agoFavorite Answer
A symmetric matrix is such that element aij = element aji.
i.e. if you transpose rows for columns you get the same matrix.
(The matrix must be square).
A skew-symmetric matrix is similar to a symmetric one except that
element aij = - element aji
i.e. the transposed matrix is the negative of the original one.