answersLogoWhite

0

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

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

Is null square matrix a skew symmetric?

yes, it is both symmetric as well as skew symmetric


Under what condition is the product of skew-symmetric matrices skew-symmetric?

I could be wrong but I do not believe that it is possible other than for the null matrix.


What is the definition of a null matrix?

The null matrix is also called the zero matrix. It is a matrix with 0 in all its entries.


Is null matrix is diagonal matrix?

Yes.


Is Zero matrix a null matrix?

Yes.


What is the null matrix?

the matrix whose entries are all 0


What is null matrix?

the matrix whose entries are all 0


Matrix prove if Ax equals Bx then A equals B?

If x is a null matrix then Ax = Bx for any matrices A and B including when A not equal to B. So the proposition in the question is false and therefore cannot be proven.


What is the difference between zero matrix and null matrix?

there is none you weasel. the only good matrix is revolutions. :)


What is nullity matrix?

nullity of A is the dimension of null space of A.


Write a program using c plus plus to check whether the given square matrix is symmetric or not?

means whether the matrix is same or not program for symmetric matrix : include<stdio.h> #include<conio.h> main() { int a[10][10],at[10][10],k,i,j,m,n; clrscr(); printf("enter the order of matrix"); scanf("%d %d",&m,&n); printf("enter the matrix"); for(i=0;i<m;i++) { for(j=0;j<n;j++) scanf("%d",&a[i][j]); } for(i=0;i<m;i++) { for(j=0;j<n;j++) at[i][j]=a[j][i]; } for(i=0;i<m;i++) { for(j=0;j<n;j++) { if(at[i][j]!=a[i][j]) k=1; } } if(k==1) printf("not symmetric"); else printf("symmetric"); getch(); }


Does null vector have real existence?

No. But then can you prove that you do?