3.141592654
- 85
- 0
Homework Statement
Let A be an n x n matrix and \alpha a scalar. Show that det(\alpha A) = \alpha^{n}det(A)
Homework Equations
det(A) = a_{11}A_{11} + a_{12}A_{12} + \cdots + a_{1n}A_{1n}
where A_{ij} = (-1)^{i+j}det(M_{ij})
The Attempt at a Solution
det(A) = a_{11}A_{11} + a_{12}A_{12} + \cdots + a_{1n}A_{1n}
det(\alpha A) = \alpha a_{11}A^{\alpha}_{11} + \alpha a_{12}A^{\alpha}_{12} + \cdots + \alpha a_{1n}A^{\alpha}_{1n}
det(\alpha A) = \alpha (a_{11}A^{\alpha}_{11} + a_{12}A^{\alpha}_{12} + \cdots + a_{1n}A^{\alpha}_{1n})
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 det(\alpha A) = \alpha^{n}det(A), but I am having trouble formalizing it. Thank you in advance for any help.