
If A is n x n, what is the determinant of scalar k times A?
If A: n x n, prove det(kA) =k^n det(A).
2 Answers By Expert Tutors
McKay H. answered 12/17/22
Math doesn't have to be hard
Recall that for a square matrix A, if B is a matrix obtained by multiplying a single row of A by a scalar k, then det(B)=k*det(A). kA is obtained by multiplying all n rows of A by k, so det(kA)=k*k*...*k*det(A)=k^n*det(A).
Alternatively, recall that for any two nxn matrices A and B, det(AB)=det(BA)=det(A)*det(B). Then observe that kA=(kI)A (where I is the nxn identity matrix). det(kI)=k^n so det((kI)A)=det(kA)=(k^n)(det(A)).

Andra M. answered 12/17/22
Ivy League Tutor and mentor (Columbia BA, NYU PhD)
Determinants have several properties.
If any row or column is multiplied by a constant k, then the determinant will also be multiplied by that constant.
The proof for a 2 * 2 matrix is straightforward and can be extended to n * n matrices.
A = [ a11 a12..... a1n
a21 a22 .....a2n
.................
an1 an2 .....ann]
k*A = [ k*a11 k*a12..... k*a1n
k*a21 k*a22 .....k*a2n
.................
k*an1 k*an2 ....k*ann ]
We will gradually extract the k's from each columns, and since there are n columns:
det(k*A) = k* det (Ak1) = k2 * det(Ak2) =.... kn * det(A)
with the intermediate matrices
Ak1 = [ a11 k*a12..... k*a1n
a21 k*a22 .....k*a2n
.................
an1 k*an2 ....k*ann ]
Ak2 = [ a11 a12..... k*a1n
a21 a22 .....k*a2n
an1 an2 ....k*ann ]
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Charlie B.
Can I delete this?12/17/22