⏩What do you mean by symmetric matrix and skew symmetric matrix??Explain with suitable examples..
Answers
Step-by-step explanation:
In linear algebra, a symmetric matrix is a square matrix that is equal to its transpose. Formally, Because equal matrices have equal dimensions, only square matrices can be symmetric. The entries of a symmetric matrix are symmetric with respect to the main diagonal.
A scalar multiple of a skew-symmetric matrix is skew-symmetric. The elements on the diagonal of a skew-symmetric matrix are zero, and therefore also its trace.
Symmetric Matrix:-
»» A square matrix is said to be symmetric matrix if A' = A, that is, = for all possible values of i and j
For example A = [√3 2 3, 2 -1.5 -1, 3 -1 1] of order 3×3 is a symmetric matrix as A' = A
Skew Symmetric Matrix:-
»» A square matrix A = is said to be skew symmetric matrix if A' = -A, that is = for all possible values of i and j. Now, if we put i = j, we have = . Therefore = 0 or = 0 for all i's.
This means that all the diagonal elements of a skew symmetric matrix are zero.