All Linear Algebra Resources
Example Questions
Example Question #11 : Symmetric Matrices
Which of the following must be true of for to be a skew-symmetric matrix?
Either or
It is impossible for to be a skew-symmetric matrix regardless of the value of .
is a skew-symmetric matrix regardless of the value of .
Either or
A square matrix is defined to be skew-symmetric if its transpose - the matrix resulting from interchanging its rows and its columns - is equal to its additive inverse; that is, if
.
Interchanging rows with columns in , we see that if
then
Also, by changing each entry in to its additive inverse, we see that
Setting the two equal to each other, we see that:
The non-diagonal elements - all constants - are all equal. Looking at the diagonal elements, we see that it is necessary and sufficient for ; that is, must be its own additive inverse. The only such number is 0, so .
Example Question #11 : Symmetric Matrices
is a square matrix.
Which must be true of ?
must be symmetric.
Neither of the other statements is correct.
must be skew-symmetric.
must be skew-symmetric.
Let be a three-by-three matrix - this reasoning extends to matrices of any size.
Let
is the transpose of the matrix, which is formed when its rows are interchanged with its columns; this is
Subtract elementwise:
A matrix is symmetric if and only it is equal to its transpose; it is skew-symmetric if and only if it is equal to the additive inverse of its transpose. Interchanging rows and columns in , we see that
.
Each element in is the additive inverse of the corresponding element in , so
,
making a skew-symmetric matrix.
Example Question #11 : Symmetric Matrices
True or False: All skew-symmetric matrices are also symmetric matrices.
False
True
False
If is skew-symmetric, then . But if were symmetric, then . Both conditions would only hold if was the zero matrix, which is not always the case.
Example Question #12 : Symmetric Matrices
Which of the following dimensions cannot be that of a symmetric matrix?
2x2
2x3
27x27
3x3
1x1
2x3
A symmetric matrix is one that equals its transpose. This means that a symmetric matrix can only be a square matrix: transposing a matrix switches its dimensions, so the dimensions must be equal. Therefore, the option with a non square matrix, 2x3, is the only impossible symmetric matrix.
Example Question #21 : Symmetric Matrices
Matrix A is a symmetric matrix and is given below. What is x?
There is not enough information to determine x.
A symmetric matrix M must follow the following condition:
We can find the transpose of A and compare to find x:
We can see that x must be equal to 7.
Example Question #84 : Operations And Properties
Matrix P is given below. Is P a symmetric matrix?
Yes, P is a symmetric matrix.
There is not enough information to determine whether P is a symmetric matrix.
No, P is not a symmetric matrix.
No, P is not a symmetric matrix.
A matrix M is symmetric if it satisfies the condition:
We can find the transpose of P and see if it satisfies this condition:
Comparing the equations, we can see:
And so we can determine that matrix P is not symmetric.
Example Question #85 : Operations And Properties
Which of the following matricies are symmetric?
None of these matricies are symmetric.
A matrix M is symmetric if it satisfies the following condition:
The only matrix that satisfies this condition is:
Reversing the rows and columns of this matrix (finding the transpose) results in the same matrix. Therefore, it is symmetric.
Example Question #85 : Operations And Properties
Which value of makes skew-symmetric?
There is no such value of .
A skew-symmetric matrix is one whose transpose is equal to its additive inverse .
can be found by interchanging its rows with its columns:
Also,
For to be skew-symmetric, it must hold that
That is,
Using a property of logarithms:
Example Question #86 : Operations And Properties
Which of the following is equal to
does not exist.
is the transpose of - the result of interchanging the rows of with its columns. is the conjugate transpose of - the result of changing each entry of to its complex conjugate. Therefore, if
,
then
.
Example Question #87 : Operations And Properties
Is is an example of a symmetric matrix, a skew-symmetric matrix, or a Hermitian matrix?
Hermitian
Symmetric
Skew-symmetric
Both symmetric and Hermitian
Both skew-symmetric and Hermitian
Both skew-symmetric and Hermitian
A matrix can be identified as symmetric, skew-symmetric, or Hermitian, if any of these, by comparing the matrix to its transpose, the result of interchanging rows with columns.
The transpose of is
A matrix is symmetric if and only if . This can be seen to not be the case.
A matrix is skew-symmetric if . Taking the additive inverse of each entry in , it can be seen that
.
is therefore skew-symmetric.
A matrix is Hermitian if it is equal to its conjugate transpose . Find this by changing each entry in to its complex conjugate:
is also Hermitian.