Determinant of a symmetric matrix

In summary, there is a simplification for the determinant of a symmetric matrix, where the determinant is equal to f(x)^3 - B2f(x). This can be generalized to nxn matrices by defining a vector B = (B1, B2, B3, ..., Bn) where Bi represents the coefficient in the (n-i+1)th row and ith column.
  • #1
krindik
65
1
Hi,

Is there a simplification for the determinant of a symmetric matrix? For example, I need to find the roots of [tex] \det [A(x)] [/tex]
where
[tex]
A(x) = \[ \left( \begin{array}{ccc}
f(x) & a_{12}(x) & a_{13}(x) \\
a_{12}(x) & f(x) & a_{23}(x) \\
a_{13}(x) & a_{23}(x) & f(x) \end{array} \right)\]
[/tex]

Really appreciate if you could point me in the correct directions. Thanks in advance,

Krindik
 
Physics news on Phys.org
  • #2
Hi Krindik! :smile:

If we define a vector B = (B1, B2, B3) = (a23, a31, a12),

then the determinant is f(x)3 - B2f(x) :wink:
 
  • #3
Thanks :)
 
  • #4
tiny-tim said:
Hi Krindik! :smile:

If we define a vector B = (B1, B2, B3) = (a23, a31, a12),

then the determinant is f(x)3 - B2f(x) :wink:

How is this generalized to nxn matrices?
 
  • #5
.

Hello Krindik,

Thank you for your question. The determinant of a symmetric matrix can indeed be simplified in certain cases. In general, the determinant of a symmetric matrix can be found using the same methods as for any other square matrix. This includes using cofactor expansion, row reduction, or using the properties of determinants (such as the fact that the determinant of a diagonal matrix is equal to the product of its diagonal elements).

In your specific example, the matrix A(x) is symmetric, meaning that a_{ij}(x) = a_{ji}(x) for all i and j. This allows us to simplify the determinant using the property that the determinant of a symmetric matrix is equal to the product of its eigenvalues. In other words, if \lambda_1, \lambda_2, and \lambda_3 are the eigenvalues of A(x), then

\det [A(x)] = \lambda_1 \lambda_2 \lambda_3.

To find the eigenvalues of A(x), you can use techniques such as diagonalization or the characteristic polynomial. Once you have the eigenvalues, you can then find the roots of the determinant by setting \det [A(x)] = 0 and solving for x.

I hope this helps guide you in the right direction. Best of luck with your research!

Sincerely,
 

1. What is the definition of a determinant of a symmetric matrix?

The determinant of a symmetric matrix is a numerical value that can be calculated from the elements of the matrix. It represents the scaling factor of the matrix, and is used to determine whether a matrix has an inverse or not.

2. How is the determinant of a symmetric matrix calculated?

The determinant of a symmetric matrix is calculated using the diagonal elements of the matrix. The diagonal elements are multiplied together, and the result is then multiplied by the determinant of the matrix formed by removing those elements from the original matrix. This process is repeated until the matrix reduces to a 2x2 matrix, and the determinant is calculated using the standard formula.

3. What is the significance of the determinant of a symmetric matrix?

The determinant of a symmetric matrix has several important applications in mathematics and physics. It is used to determine the eigenvalues and eigenvectors of a matrix, which have many applications in solving systems of equations and analyzing data. It is also used in the calculation of the area and volume of geometric shapes.

4. Can the determinant of a symmetric matrix be negative?

Yes, the determinant of a symmetric matrix can be negative. The sign of the determinant depends on the number of row exchanges that are required to reduce the matrix to its reduced echelon form. If an even number of row exchanges are required, the determinant is positive, and if an odd number of row exchanges are required, the determinant is negative.

5. How can the determinant of a symmetric matrix be used to solve systems of equations?

The determinant of a symmetric matrix is used to determine whether the system of equations has a unique solution, no solution, or infinite solutions. If the determinant is non-zero, the system has a unique solution, and the inverse of the matrix can be used to solve the system. If the determinant is zero, the system may have no solution or infinite solutions, and additional methods such as Gaussian elimination may be used to determine the solutions.

Similar threads

Replies
7
Views
2K
  • Linear and Abstract Algebra
Replies
12
Views
2K
Replies
27
Views
1K
  • Linear and Abstract Algebra
Replies
15
Views
4K
  • Linear and Abstract Algebra
Replies
3
Views
1K
  • Linear and Abstract Algebra
Replies
5
Views
1K
  • Linear and Abstract Algebra
Replies
4
Views
1K
  • Linear and Abstract Algebra
Replies
8
Views
2K
  • Linear and Abstract Algebra
Replies
4
Views
977
  • Linear and Abstract Algebra
Replies
19
Views
2K
Back
Top