Matrix determinant proof problem

In summary, to prove the determinant of a matrix with x's along the diagonal and a's everywhere else is (x + (n-1)a)(x - a)^(n-1), you can use induction on the size of the determinant by first showing it is true for n=1 and then assuming it is true for a k by k determinant and evaluating the (k+1) by (k+1) determinant by expanding along the first row.
  • #1
hayze2728
4
0

Homework Statement


I have to proove that the determinant of :

x a a . . . a
a x a . . . a
. . .
. . .
a . . . a
a . . . . . x

If you get the idea (it's (n x n) with x's along the diagonal and a's everywhere else)

That it is (x + (n-1)a)(x - a)^(n-1)


I really don't have a clue how to do this so any hints appreciated.
 
Physics news on Phys.org
  • #2
  • #3
Looks to me like induction on the size of the determinant would be best.

If n= 1, the determinant is just (x + (1-1)a)(x - a)^(1-1)= x.

Asume that formula is correct for a k by k determinant and evaluate the corresponding (k+1) by (k+1) determinant by expanding along the first row.
 

FAQ: Matrix determinant proof problem

1. What is a matrix determinant?

The determinant of a matrix is a special value that can be calculated from the elements of a square matrix. It is used to determine if the matrix has a unique inverse and to solve systems of linear equations.

2. What is the proof problem for matrix determinant?

The proof problem for matrix determinant involves proving the formula for calculating the determinant of a square matrix. This can be done using various methods such as cofactor expansion or row reduction.

3. Why is the matrix determinant important?

The matrix determinant is important because it is used in various mathematical and scientific fields, such as linear algebra, physics, and economics. It is also used in computer graphics to determine the orientation and scale of objects.

4. What are some common properties of matrix determinants?

Some common properties of matrix determinants include:

  • The determinant of an identity matrix is 1.
  • Multiplying a matrix by a scalar multiplies the determinant by that same scalar.
  • The determinant of a diagonal matrix is equal to the product of its diagonal elements.
  • The determinant of a triangular matrix is equal to the product of its diagonal elements.

5. Are there any shortcuts or tricks for calculating matrix determinants?

Yes, there are a few shortcuts and tricks for calculating matrix determinants. For example, the determinant of a 2x2 matrix can be calculated by simply subtracting the product of the two diagonal elements. Additionally, there are certain patterns and rules that can be used to simplify larger matrices before calculating the determinant, such as using row operations to create a triangular matrix.

Similar threads

Back
Top