Proof for determinant of a scalar multiplied by a vector

Click For Summary
SUMMARY

The determinant of a scalar multiplied by a matrix is given by the formula det(αA) = αndet(A), where A is an n x n matrix and α is a scalar. This relationship arises from the multilinearity of the determinant function and can be demonstrated through cofactor expansion. Each cofactor in the determinant calculation is scaled by the scalar α, leading to the conclusion that the determinant scales by α raised to the power of the matrix's dimension. Induction on n is a valid method to formalize this proof.

PREREQUISITES
  • Understanding of matrix determinants and their properties
  • Familiarity with cofactor expansion in determinant calculation
  • Knowledge of multilinear functions and their applications in linear algebra
  • Basic principles of mathematical induction
NEXT STEPS
  • Study the properties of determinants in linear algebra
  • Learn about cofactor expansion and its applications
  • Explore the concept of multilinearity in mathematical functions
  • Investigate the use of induction in proving mathematical statements
USEFUL FOR

Students of linear algebra, mathematicians, and educators seeking to understand or teach the properties of determinants and their proofs.

3.141592654
Messages
85
Reaction score
0

Homework Statement



Let A be an n x n matrix and [itex]\alpha[/itex] a scalar. Show that [itex]det(\alpha A) = \alpha^{n}det(A)[/itex]

Homework Equations



[itex]det(A) = a_{11}A_{11} + a_{12}A_{12} + \cdots + a_{1n}A_{1n}[/itex]

where [itex]A_{ij} = (-1)^{i+j}det(M_{ij})[/itex]

The Attempt at a Solution



[itex]det(A) = a_{11}A_{11} + a_{12}A_{12} + \cdots + a_{1n}A_{1n}[/itex]

[itex]det(\alpha A) = \alpha a_{11}A^{\alpha}_{11} + \alpha a_{12}A^{\alpha}_{12} + \cdots + \alpha a_{1n}A^{\alpha}_{1n}[/itex]

[itex]det(\alpha A) = \alpha (a_{11}A^{\alpha}_{11} + a_{12}A^{\alpha}_{12} + \cdots + a_{1n}A^{\alpha}_{1n})[/itex]

I can see that as I go through and calculate the cofactors I will continue to get an additional alpha coefficient each time, so that I will end up with [itex]det(\alpha A) = \alpha^{n}det(A)[/itex], but I am having trouble formalizing it. Thank you in advance for any help.
 
Physics news on Phys.org
I haven't tried it, but induction on [itex]n[/itex] might work. Alternatively, I think it might be easier to think of the determinant as a multilinear function of the columns of the matrix rather than using cofactor expansion.
 
or do you know the expression for determinant using the e-permutation symbol, see:
http://www.math.odu.edu/~jhh/part2.PDF
example 1.1-9
should follow straight form there

However, it should follow straight from your work though, note that if [itex]C_{ij}[/itex] is a cofactor of [itex]A[/itex], then [itex]\alpha C_{ij}[/itex] is a cofactor of [itex]\alpha A_{ij}[/itex]
[tex]C_{ij} = (-1)^{i+j}M_{ij}[/tex]
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
10
Views
10K
  • · Replies 2 ·
Replies
2
Views
3K