0
$\begingroup$

What will happen to the following matrix if the third row is multiplied by 3?

3 3 3 1 5 6 3 4 5 

Also, in general, how does scaling a row of a square matrix affect its determinant?

2 Answers 2

2

The determinant is multiplied by the scaling factor. You can see this from the definition of the determinant as the signed sum of all products with one factor from each row and column – since each summand contains exactly one factor from the scaled row, each summand is scaled by the scaling factor, and thus so is the sum.

  • 0
    What will happen if a column is multiplied by a constant? Will it have the same effect?2012-09-26
  • 1
    @Anderson: Since "row" and "column" play equivalent roles in the definition of the determinant as the signed sum of all products with one factor from each row and column, *all* properties of determinants that hold for rows also hold for columns and vice versa.2012-09-26
  • 0
    Does this mean that the determinant of the transpose of a matrix is the same as the determinant of the original matrix?2012-09-26
  • 0
    @Anderson: Indeed it does.2012-09-26
1

If you multiply a row by $n$, the determinant is multiplied by $n$.