write a square matrix of order 2 which is both symmetric and skew symmetric?
Answers
Answered by
73
A= [0,0]
[0,0]
and A' = [0,0]
[0,0]
thus A=A'
also -A= [0,0]
[0,0]
A=-A
[0,0]
and A' = [0,0]
[0,0]
thus A=A'
also -A= [0,0]
[0,0]
A=-A
Answered by
24
The square matrix is
Step-by-step explanation:
Method I:
Let us consider a matrix A of order 2 as which is symmertric and skew symmetric
a=a, b=c, c=b, d=d and a=-a, b=-b, c=-c, d=-d
b=c and 2a=0, 2b=0, 2c=0, 2d=0
a=b=c=d=0
The Matrix satisfying both the given conditions is a null matrix
Method II:
Given
Adding both the equations,
Therefore, the matrix satisfying both the conditions is a null matrix
Similar questions