1
$\begingroup$

I have the matrix

$ A = \begin{pmatrix} 1 & 2 & 3 & 4\\ -1 & 1 & 2 & 3\\ 1 & -1 & 1 & 2\\ -1 & 1 & -1 & 1\\ \end{pmatrix} $

I should be able to add multiples of any row to another row and not affect the determinant.

By adding $1$ times the first row to the second row, $-1$ times the first to the third, and $1$ times the first to the fourth, I should still have the same determinant.

This results in the matrix

$ B = \begin{pmatrix} 1 & 2 & 3 & 4\\ 0 & 3 & 5 & 7\\ 0 & -3 & -2 & -2\\ 0 & 3 & 2 & 5\\ \end{pmatrix} $

However,

$\det(A) = 27,\quad \det(B) = 87$

What am I missing? I am expecting $\det(B) = 27$ since I am only adding multiples of the first row to the others.

  • 0
    sorry to waste your time on this, thanks for pointing that out though.2012-04-05

1 Answers 1

3

Apparently you made a mistake in computing ${\rm det}(B).$ I tried Maple, and ${\rm det}(B) = 27$ as well.

Here is Wolfram|Alpha for both ${\rm det}(A)$ and ${\rm det}(B)$.

  • 0
    You're right. I thought I was going crazy. I put a - sign in front of entry 4,2 and the determinant got thrown off a bit. Thanks for the help. I typed it over a good 5 times and made that mistake every time2012-04-05