64.8k views
2 votes
Let A be an n by n matrix, what is the det(kA)?

User Amin Saqi
by
8.0k points

1 Answer

3 votes
The determinant of kA is k^n times the determinant of A, where k is any scalar and A is an n by n matrix. In other words, det(kA) = k^n det(A).
User Thamindu DJ
by
7.7k points