Simplify the determinant of a $4 times 4$ matrix.
$begingroup$
I have to find the determinant of the following 4x4 matrix:
$quad A=begin{bmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{bmatrix}$
So I apply the Gaussian elimination to obtain an upper-triangle matrix:
$$detbegin{bmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{bmatrix}=begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}xrightarrow{3R_3-R_1}begin{vmatrix}3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$$
Since I know from the solutions that the determinant is -64, I suppose that I need to simplify the third row in the reduced form to $quad 0 quad 0 quad 2 quad 0 quad$ and then multiply the elements in the upper-left-to-bottom-right diagonal, which is indeed -64. But this doesn't make much sense since there's also a $-4$ that we can simplify. Can someone explain me the actual rules we need to follow?
linear-algebra matrices determinant
$endgroup$
add a comment |
$begingroup$
I have to find the determinant of the following 4x4 matrix:
$quad A=begin{bmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{bmatrix}$
So I apply the Gaussian elimination to obtain an upper-triangle matrix:
$$detbegin{bmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{bmatrix}=begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}xrightarrow{3R_3-R_1}begin{vmatrix}3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$$
Since I know from the solutions that the determinant is -64, I suppose that I need to simplify the third row in the reduced form to $quad 0 quad 0 quad 2 quad 0 quad$ and then multiply the elements in the upper-left-to-bottom-right diagonal, which is indeed -64. But this doesn't make much sense since there's also a $-4$ that we can simplify. Can someone explain me the actual rules we need to follow?
linear-algebra matrices determinant
$endgroup$
$begingroup$
Expansion by minors along the second row or column and the last row or column makes this easy.
$endgroup$
– Robert Israel
Dec 19 '18 at 18:19
$begingroup$
The rule is that you can add a multiple of a row to another row. You cannot replace a row by a multiple of itself and add another row as well.
$endgroup$
– I like Serena
Dec 19 '18 at 18:57
$begingroup$
@IlikeSerena That’s not entirely right. The latter isn’t an elementary row operation per se, but it can be broken down into two elementary operations, one of which changes the determinant in a known way.
$endgroup$
– amd
Dec 19 '18 at 20:26
$begingroup$
That's a different rule @amd. We can multiply a row by a constant if we divide the whole determinant by the same constant. Mixing these rules up is causing the confusion.
$endgroup$
– I like Serena
Dec 19 '18 at 20:39
$begingroup$
@IlikeSerena My point is that, contrary to what you wrote, one can replace a row by a multiple of itself and then add another to it—it produces a perfectly valid result—but it’s not an elementary row operation and doing so changes the value of the determinant.
$endgroup$
– amd
Dec 19 '18 at 20:43
add a comment |
$begingroup$
I have to find the determinant of the following 4x4 matrix:
$quad A=begin{bmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{bmatrix}$
So I apply the Gaussian elimination to obtain an upper-triangle matrix:
$$detbegin{bmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{bmatrix}=begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}xrightarrow{3R_3-R_1}begin{vmatrix}3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$$
Since I know from the solutions that the determinant is -64, I suppose that I need to simplify the third row in the reduced form to $quad 0 quad 0 quad 2 quad 0 quad$ and then multiply the elements in the upper-left-to-bottom-right diagonal, which is indeed -64. But this doesn't make much sense since there's also a $-4$ that we can simplify. Can someone explain me the actual rules we need to follow?
linear-algebra matrices determinant
$endgroup$
I have to find the determinant of the following 4x4 matrix:
$quad A=begin{bmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{bmatrix}$
So I apply the Gaussian elimination to obtain an upper-triangle matrix:
$$detbegin{bmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{bmatrix}=begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}xrightarrow{3R_3-R_1}begin{vmatrix}3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$$
Since I know from the solutions that the determinant is -64, I suppose that I need to simplify the third row in the reduced form to $quad 0 quad 0 quad 2 quad 0 quad$ and then multiply the elements in the upper-left-to-bottom-right diagonal, which is indeed -64. But this doesn't make much sense since there's also a $-4$ that we can simplify. Can someone explain me the actual rules we need to follow?
linear-algebra matrices determinant
linear-algebra matrices determinant
edited Dec 19 '18 at 18:59
user1101010
8021730
8021730
asked Dec 19 '18 at 18:12
Kevin MooreKevin Moore
16918
16918
$begingroup$
Expansion by minors along the second row or column and the last row or column makes this easy.
$endgroup$
– Robert Israel
Dec 19 '18 at 18:19
$begingroup$
The rule is that you can add a multiple of a row to another row. You cannot replace a row by a multiple of itself and add another row as well.
$endgroup$
– I like Serena
Dec 19 '18 at 18:57
$begingroup$
@IlikeSerena That’s not entirely right. The latter isn’t an elementary row operation per se, but it can be broken down into two elementary operations, one of which changes the determinant in a known way.
$endgroup$
– amd
Dec 19 '18 at 20:26
$begingroup$
That's a different rule @amd. We can multiply a row by a constant if we divide the whole determinant by the same constant. Mixing these rules up is causing the confusion.
$endgroup$
– I like Serena
Dec 19 '18 at 20:39
$begingroup$
@IlikeSerena My point is that, contrary to what you wrote, one can replace a row by a multiple of itself and then add another to it—it produces a perfectly valid result—but it’s not an elementary row operation and doing so changes the value of the determinant.
$endgroup$
– amd
Dec 19 '18 at 20:43
add a comment |
$begingroup$
Expansion by minors along the second row or column and the last row or column makes this easy.
$endgroup$
– Robert Israel
Dec 19 '18 at 18:19
$begingroup$
The rule is that you can add a multiple of a row to another row. You cannot replace a row by a multiple of itself and add another row as well.
$endgroup$
– I like Serena
Dec 19 '18 at 18:57
$begingroup$
@IlikeSerena That’s not entirely right. The latter isn’t an elementary row operation per se, but it can be broken down into two elementary operations, one of which changes the determinant in a known way.
$endgroup$
– amd
Dec 19 '18 at 20:26
$begingroup$
That's a different rule @amd. We can multiply a row by a constant if we divide the whole determinant by the same constant. Mixing these rules up is causing the confusion.
$endgroup$
– I like Serena
Dec 19 '18 at 20:39
$begingroup$
@IlikeSerena My point is that, contrary to what you wrote, one can replace a row by a multiple of itself and then add another to it—it produces a perfectly valid result—but it’s not an elementary row operation and doing so changes the value of the determinant.
$endgroup$
– amd
Dec 19 '18 at 20:43
$begingroup$
Expansion by minors along the second row or column and the last row or column makes this easy.
$endgroup$
– Robert Israel
Dec 19 '18 at 18:19
$begingroup$
Expansion by minors along the second row or column and the last row or column makes this easy.
$endgroup$
– Robert Israel
Dec 19 '18 at 18:19
$begingroup$
The rule is that you can add a multiple of a row to another row. You cannot replace a row by a multiple of itself and add another row as well.
$endgroup$
– I like Serena
Dec 19 '18 at 18:57
$begingroup$
The rule is that you can add a multiple of a row to another row. You cannot replace a row by a multiple of itself and add another row as well.
$endgroup$
– I like Serena
Dec 19 '18 at 18:57
$begingroup$
@IlikeSerena That’s not entirely right. The latter isn’t an elementary row operation per se, but it can be broken down into two elementary operations, one of which changes the determinant in a known way.
$endgroup$
– amd
Dec 19 '18 at 20:26
$begingroup$
@IlikeSerena That’s not entirely right. The latter isn’t an elementary row operation per se, but it can be broken down into two elementary operations, one of which changes the determinant in a known way.
$endgroup$
– amd
Dec 19 '18 at 20:26
$begingroup$
That's a different rule @amd. We can multiply a row by a constant if we divide the whole determinant by the same constant. Mixing these rules up is causing the confusion.
$endgroup$
– I like Serena
Dec 19 '18 at 20:39
$begingroup$
That's a different rule @amd. We can multiply a row by a constant if we divide the whole determinant by the same constant. Mixing these rules up is causing the confusion.
$endgroup$
– I like Serena
Dec 19 '18 at 20:39
$begingroup$
@IlikeSerena My point is that, contrary to what you wrote, one can replace a row by a multiple of itself and then add another to it—it produces a perfectly valid result—but it’s not an elementary row operation and doing so changes the value of the determinant.
$endgroup$
– amd
Dec 19 '18 at 20:43
$begingroup$
@IlikeSerena My point is that, contrary to what you wrote, one can replace a row by a multiple of itself and then add another to it—it produces a perfectly valid result—but it’s not an elementary row operation and doing so changes the value of the determinant.
$endgroup$
– amd
Dec 19 '18 at 20:43
add a comment |
4 Answers
4
active
oldest
votes
$begingroup$
It should be: $$begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}rightarrow begin{vmatrix}3&0&1&0\0&2&0&0\0&0&color{red}{3-{1over 3}}&0\0&0&0&-4end{vmatrix}$$
$endgroup$
$begingroup$
Why not merely compute the determinant and find that it is $-64$?
$endgroup$
– David G. Stork
Dec 19 '18 at 18:18
$begingroup$
I did $3R_3-R_1$, shouldn't it be fine?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:22
2
$begingroup$
No, it shoul be $R_3-R_1/3$
$endgroup$
– greedoid
Dec 19 '18 at 18:24
$begingroup$
Sorry for my ignorance, is there any specific reason for that? I mean, for the Gaussian-elimination process in matrices shouldn't it be valid?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:27
2
$begingroup$
$R_3to3R_3-R_1$ is a compound row transformation composed of $R_3to3R_3,R_3to R_3-R_1$. Recall that multiplying any row or column of a square matrix by $k$ will multiply its determinant by $k$. When you multiply $R_3$ by $3$, the determinant of the resulting matrix is thrice that of the original matrix
$endgroup$
– Shubham Johri
Dec 19 '18 at 18:30
add a comment |
$begingroup$
Rather than applying row operations, expand the minors.
$det A = -4begin{vmatrix} 3&0&1\0&2&0\1&0&3end{vmatrix} = (-4)(18-2) = -64$
If you apply row operations, you don't want your row operations to change the determinant.
I think of multiplying by an elementary matrix.
$begin{vmatrix} 1\&1\-frac 13&&1\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&frac {8}{3}&0\0&0&0&-4end{vmatrix}$
keeps the determinant unchanged.
while
$begin{vmatrix} 1\&1\-1&&3\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$
will change the determinant by a factor of $3.$
$endgroup$
add a comment |
$begingroup$
Just expand by the first row:
begin{align}
begin{vmatrix}3&0&1&0 \
0&2&0&0 \
1&0&3&0 \
0&0&0&-4
end{vmatrix}&=
3,begin{vmatrix}
2&0&0 \
0&3&0 \
0&0&-4
end{vmatrix}+
1,begin{vmatrix}
0&2&0 \
1&0&0 \
0&0&-4
end{vmatrix}
=3(2cdot3cdot(-4))+1(-1)begin{vmatrix}
2&0 \
0&-4
end{vmatrix}\
&=-72+8=-64.
end{align}
$endgroup$
add a comment |
$begingroup$
The common mistake you made is that replacing $R_3$ with $3R_3-R_1$ is not an elementary row operation. You can add a multiple of $R_1$ to $R_3$ without changing the determinant, but not the other way around. What you did is a combination of two elementary row operations: $R_3to3R_3$ and $R_3to R_3+R_1$. The second operation doesn’t affect the determinant, but the first one multiplies it by $3$, so you have to divide by $3$ at the end when you combine the diagonal entries. Once you’ve accounted for this factor of $3$ that you introduced, you get the correct value.
Alternatively, you could’ve performed $R_3to R_3-frac13R_1$ to clear the first column without changing the value of the determinant. Note the difference between this and what you did: the latter operation multiplies by a scalar a different row from the one being replaced.
As others have noted, a much easier way to compute the determinant of this matrix is to take advantage of all of those zeros in the first and second row/column and expand by minors along them.
$endgroup$
add a comment |
Your Answer
StackExchange.ifUsing("editor", function () {
return StackExchange.using("mathjaxEditing", function () {
StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
});
});
}, "mathjax-editing");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "69"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3046691%2fsimplify-the-determinant-of-a-4-times-4-matrix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
4 Answers
4
active
oldest
votes
4 Answers
4
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
It should be: $$begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}rightarrow begin{vmatrix}3&0&1&0\0&2&0&0\0&0&color{red}{3-{1over 3}}&0\0&0&0&-4end{vmatrix}$$
$endgroup$
$begingroup$
Why not merely compute the determinant and find that it is $-64$?
$endgroup$
– David G. Stork
Dec 19 '18 at 18:18
$begingroup$
I did $3R_3-R_1$, shouldn't it be fine?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:22
2
$begingroup$
No, it shoul be $R_3-R_1/3$
$endgroup$
– greedoid
Dec 19 '18 at 18:24
$begingroup$
Sorry for my ignorance, is there any specific reason for that? I mean, for the Gaussian-elimination process in matrices shouldn't it be valid?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:27
2
$begingroup$
$R_3to3R_3-R_1$ is a compound row transformation composed of $R_3to3R_3,R_3to R_3-R_1$. Recall that multiplying any row or column of a square matrix by $k$ will multiply its determinant by $k$. When you multiply $R_3$ by $3$, the determinant of the resulting matrix is thrice that of the original matrix
$endgroup$
– Shubham Johri
Dec 19 '18 at 18:30
add a comment |
$begingroup$
It should be: $$begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}rightarrow begin{vmatrix}3&0&1&0\0&2&0&0\0&0&color{red}{3-{1over 3}}&0\0&0&0&-4end{vmatrix}$$
$endgroup$
$begingroup$
Why not merely compute the determinant and find that it is $-64$?
$endgroup$
– David G. Stork
Dec 19 '18 at 18:18
$begingroup$
I did $3R_3-R_1$, shouldn't it be fine?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:22
2
$begingroup$
No, it shoul be $R_3-R_1/3$
$endgroup$
– greedoid
Dec 19 '18 at 18:24
$begingroup$
Sorry for my ignorance, is there any specific reason for that? I mean, for the Gaussian-elimination process in matrices shouldn't it be valid?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:27
2
$begingroup$
$R_3to3R_3-R_1$ is a compound row transformation composed of $R_3to3R_3,R_3to R_3-R_1$. Recall that multiplying any row or column of a square matrix by $k$ will multiply its determinant by $k$. When you multiply $R_3$ by $3$, the determinant of the resulting matrix is thrice that of the original matrix
$endgroup$
– Shubham Johri
Dec 19 '18 at 18:30
add a comment |
$begingroup$
It should be: $$begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}rightarrow begin{vmatrix}3&0&1&0\0&2&0&0\0&0&color{red}{3-{1over 3}}&0\0&0&0&-4end{vmatrix}$$
$endgroup$
It should be: $$begin{vmatrix}3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix}rightarrow begin{vmatrix}3&0&1&0\0&2&0&0\0&0&color{red}{3-{1over 3}}&0\0&0&0&-4end{vmatrix}$$
edited Dec 19 '18 at 18:18
answered Dec 19 '18 at 18:15
greedoidgreedoid
42.7k1153105
42.7k1153105
$begingroup$
Why not merely compute the determinant and find that it is $-64$?
$endgroup$
– David G. Stork
Dec 19 '18 at 18:18
$begingroup$
I did $3R_3-R_1$, shouldn't it be fine?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:22
2
$begingroup$
No, it shoul be $R_3-R_1/3$
$endgroup$
– greedoid
Dec 19 '18 at 18:24
$begingroup$
Sorry for my ignorance, is there any specific reason for that? I mean, for the Gaussian-elimination process in matrices shouldn't it be valid?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:27
2
$begingroup$
$R_3to3R_3-R_1$ is a compound row transformation composed of $R_3to3R_3,R_3to R_3-R_1$. Recall that multiplying any row or column of a square matrix by $k$ will multiply its determinant by $k$. When you multiply $R_3$ by $3$, the determinant of the resulting matrix is thrice that of the original matrix
$endgroup$
– Shubham Johri
Dec 19 '18 at 18:30
add a comment |
$begingroup$
Why not merely compute the determinant and find that it is $-64$?
$endgroup$
– David G. Stork
Dec 19 '18 at 18:18
$begingroup$
I did $3R_3-R_1$, shouldn't it be fine?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:22
2
$begingroup$
No, it shoul be $R_3-R_1/3$
$endgroup$
– greedoid
Dec 19 '18 at 18:24
$begingroup$
Sorry for my ignorance, is there any specific reason for that? I mean, for the Gaussian-elimination process in matrices shouldn't it be valid?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:27
2
$begingroup$
$R_3to3R_3-R_1$ is a compound row transformation composed of $R_3to3R_3,R_3to R_3-R_1$. Recall that multiplying any row or column of a square matrix by $k$ will multiply its determinant by $k$. When you multiply $R_3$ by $3$, the determinant of the resulting matrix is thrice that of the original matrix
$endgroup$
– Shubham Johri
Dec 19 '18 at 18:30
$begingroup$
Why not merely compute the determinant and find that it is $-64$?
$endgroup$
– David G. Stork
Dec 19 '18 at 18:18
$begingroup$
Why not merely compute the determinant and find that it is $-64$?
$endgroup$
– David G. Stork
Dec 19 '18 at 18:18
$begingroup$
I did $3R_3-R_1$, shouldn't it be fine?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:22
$begingroup$
I did $3R_3-R_1$, shouldn't it be fine?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:22
2
2
$begingroup$
No, it shoul be $R_3-R_1/3$
$endgroup$
– greedoid
Dec 19 '18 at 18:24
$begingroup$
No, it shoul be $R_3-R_1/3$
$endgroup$
– greedoid
Dec 19 '18 at 18:24
$begingroup$
Sorry for my ignorance, is there any specific reason for that? I mean, for the Gaussian-elimination process in matrices shouldn't it be valid?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:27
$begingroup$
Sorry for my ignorance, is there any specific reason for that? I mean, for the Gaussian-elimination process in matrices shouldn't it be valid?
$endgroup$
– Kevin Moore
Dec 19 '18 at 18:27
2
2
$begingroup$
$R_3to3R_3-R_1$ is a compound row transformation composed of $R_3to3R_3,R_3to R_3-R_1$. Recall that multiplying any row or column of a square matrix by $k$ will multiply its determinant by $k$. When you multiply $R_3$ by $3$, the determinant of the resulting matrix is thrice that of the original matrix
$endgroup$
– Shubham Johri
Dec 19 '18 at 18:30
$begingroup$
$R_3to3R_3-R_1$ is a compound row transformation composed of $R_3to3R_3,R_3to R_3-R_1$. Recall that multiplying any row or column of a square matrix by $k$ will multiply its determinant by $k$. When you multiply $R_3$ by $3$, the determinant of the resulting matrix is thrice that of the original matrix
$endgroup$
– Shubham Johri
Dec 19 '18 at 18:30
add a comment |
$begingroup$
Rather than applying row operations, expand the minors.
$det A = -4begin{vmatrix} 3&0&1\0&2&0\1&0&3end{vmatrix} = (-4)(18-2) = -64$
If you apply row operations, you don't want your row operations to change the determinant.
I think of multiplying by an elementary matrix.
$begin{vmatrix} 1\&1\-frac 13&&1\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&frac {8}{3}&0\0&0&0&-4end{vmatrix}$
keeps the determinant unchanged.
while
$begin{vmatrix} 1\&1\-1&&3\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$
will change the determinant by a factor of $3.$
$endgroup$
add a comment |
$begingroup$
Rather than applying row operations, expand the minors.
$det A = -4begin{vmatrix} 3&0&1\0&2&0\1&0&3end{vmatrix} = (-4)(18-2) = -64$
If you apply row operations, you don't want your row operations to change the determinant.
I think of multiplying by an elementary matrix.
$begin{vmatrix} 1\&1\-frac 13&&1\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&frac {8}{3}&0\0&0&0&-4end{vmatrix}$
keeps the determinant unchanged.
while
$begin{vmatrix} 1\&1\-1&&3\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$
will change the determinant by a factor of $3.$
$endgroup$
add a comment |
$begingroup$
Rather than applying row operations, expand the minors.
$det A = -4begin{vmatrix} 3&0&1\0&2&0\1&0&3end{vmatrix} = (-4)(18-2) = -64$
If you apply row operations, you don't want your row operations to change the determinant.
I think of multiplying by an elementary matrix.
$begin{vmatrix} 1\&1\-frac 13&&1\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&frac {8}{3}&0\0&0&0&-4end{vmatrix}$
keeps the determinant unchanged.
while
$begin{vmatrix} 1\&1\-1&&3\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$
will change the determinant by a factor of $3.$
$endgroup$
Rather than applying row operations, expand the minors.
$det A = -4begin{vmatrix} 3&0&1\0&2&0\1&0&3end{vmatrix} = (-4)(18-2) = -64$
If you apply row operations, you don't want your row operations to change the determinant.
I think of multiplying by an elementary matrix.
$begin{vmatrix} 1\&1\-frac 13&&1\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&frac {8}{3}&0\0&0&0&-4end{vmatrix}$
keeps the determinant unchanged.
while
$begin{vmatrix} 1\&1\-1&&3\&&&1end{vmatrix}begin{vmatrix} 3&0&1&0\0&2&0&0\1&0&3&0\0&0&0&-4end{vmatrix} = begin{vmatrix} 3&0&1&0\0&2&0&0\0&0&8&0\0&0&0&-4end{vmatrix}$
will change the determinant by a factor of $3.$
edited Dec 19 '18 at 18:39
Bernard
121k740116
121k740116
answered Dec 19 '18 at 18:26
Doug MDoug M
45.2k31854
45.2k31854
add a comment |
add a comment |
$begingroup$
Just expand by the first row:
begin{align}
begin{vmatrix}3&0&1&0 \
0&2&0&0 \
1&0&3&0 \
0&0&0&-4
end{vmatrix}&=
3,begin{vmatrix}
2&0&0 \
0&3&0 \
0&0&-4
end{vmatrix}+
1,begin{vmatrix}
0&2&0 \
1&0&0 \
0&0&-4
end{vmatrix}
=3(2cdot3cdot(-4))+1(-1)begin{vmatrix}
2&0 \
0&-4
end{vmatrix}\
&=-72+8=-64.
end{align}
$endgroup$
add a comment |
$begingroup$
Just expand by the first row:
begin{align}
begin{vmatrix}3&0&1&0 \
0&2&0&0 \
1&0&3&0 \
0&0&0&-4
end{vmatrix}&=
3,begin{vmatrix}
2&0&0 \
0&3&0 \
0&0&-4
end{vmatrix}+
1,begin{vmatrix}
0&2&0 \
1&0&0 \
0&0&-4
end{vmatrix}
=3(2cdot3cdot(-4))+1(-1)begin{vmatrix}
2&0 \
0&-4
end{vmatrix}\
&=-72+8=-64.
end{align}
$endgroup$
add a comment |
$begingroup$
Just expand by the first row:
begin{align}
begin{vmatrix}3&0&1&0 \
0&2&0&0 \
1&0&3&0 \
0&0&0&-4
end{vmatrix}&=
3,begin{vmatrix}
2&0&0 \
0&3&0 \
0&0&-4
end{vmatrix}+
1,begin{vmatrix}
0&2&0 \
1&0&0 \
0&0&-4
end{vmatrix}
=3(2cdot3cdot(-4))+1(-1)begin{vmatrix}
2&0 \
0&-4
end{vmatrix}\
&=-72+8=-64.
end{align}
$endgroup$
Just expand by the first row:
begin{align}
begin{vmatrix}3&0&1&0 \
0&2&0&0 \
1&0&3&0 \
0&0&0&-4
end{vmatrix}&=
3,begin{vmatrix}
2&0&0 \
0&3&0 \
0&0&-4
end{vmatrix}+
1,begin{vmatrix}
0&2&0 \
1&0&0 \
0&0&-4
end{vmatrix}
=3(2cdot3cdot(-4))+1(-1)begin{vmatrix}
2&0 \
0&-4
end{vmatrix}\
&=-72+8=-64.
end{align}
answered Dec 19 '18 at 18:53
BernardBernard
121k740116
121k740116
add a comment |
add a comment |
$begingroup$
The common mistake you made is that replacing $R_3$ with $3R_3-R_1$ is not an elementary row operation. You can add a multiple of $R_1$ to $R_3$ without changing the determinant, but not the other way around. What you did is a combination of two elementary row operations: $R_3to3R_3$ and $R_3to R_3+R_1$. The second operation doesn’t affect the determinant, but the first one multiplies it by $3$, so you have to divide by $3$ at the end when you combine the diagonal entries. Once you’ve accounted for this factor of $3$ that you introduced, you get the correct value.
Alternatively, you could’ve performed $R_3to R_3-frac13R_1$ to clear the first column without changing the value of the determinant. Note the difference between this and what you did: the latter operation multiplies by a scalar a different row from the one being replaced.
As others have noted, a much easier way to compute the determinant of this matrix is to take advantage of all of those zeros in the first and second row/column and expand by minors along them.
$endgroup$
add a comment |
$begingroup$
The common mistake you made is that replacing $R_3$ with $3R_3-R_1$ is not an elementary row operation. You can add a multiple of $R_1$ to $R_3$ without changing the determinant, but not the other way around. What you did is a combination of two elementary row operations: $R_3to3R_3$ and $R_3to R_3+R_1$. The second operation doesn’t affect the determinant, but the first one multiplies it by $3$, so you have to divide by $3$ at the end when you combine the diagonal entries. Once you’ve accounted for this factor of $3$ that you introduced, you get the correct value.
Alternatively, you could’ve performed $R_3to R_3-frac13R_1$ to clear the first column without changing the value of the determinant. Note the difference between this and what you did: the latter operation multiplies by a scalar a different row from the one being replaced.
As others have noted, a much easier way to compute the determinant of this matrix is to take advantage of all of those zeros in the first and second row/column and expand by minors along them.
$endgroup$
add a comment |
$begingroup$
The common mistake you made is that replacing $R_3$ with $3R_3-R_1$ is not an elementary row operation. You can add a multiple of $R_1$ to $R_3$ without changing the determinant, but not the other way around. What you did is a combination of two elementary row operations: $R_3to3R_3$ and $R_3to R_3+R_1$. The second operation doesn’t affect the determinant, but the first one multiplies it by $3$, so you have to divide by $3$ at the end when you combine the diagonal entries. Once you’ve accounted for this factor of $3$ that you introduced, you get the correct value.
Alternatively, you could’ve performed $R_3to R_3-frac13R_1$ to clear the first column without changing the value of the determinant. Note the difference between this and what you did: the latter operation multiplies by a scalar a different row from the one being replaced.
As others have noted, a much easier way to compute the determinant of this matrix is to take advantage of all of those zeros in the first and second row/column and expand by minors along them.
$endgroup$
The common mistake you made is that replacing $R_3$ with $3R_3-R_1$ is not an elementary row operation. You can add a multiple of $R_1$ to $R_3$ without changing the determinant, but not the other way around. What you did is a combination of two elementary row operations: $R_3to3R_3$ and $R_3to R_3+R_1$. The second operation doesn’t affect the determinant, but the first one multiplies it by $3$, so you have to divide by $3$ at the end when you combine the diagonal entries. Once you’ve accounted for this factor of $3$ that you introduced, you get the correct value.
Alternatively, you could’ve performed $R_3to R_3-frac13R_1$ to clear the first column without changing the value of the determinant. Note the difference between this and what you did: the latter operation multiplies by a scalar a different row from the one being replaced.
As others have noted, a much easier way to compute the determinant of this matrix is to take advantage of all of those zeros in the first and second row/column and expand by minors along them.
answered Dec 19 '18 at 20:32
amdamd
30.4k21050
30.4k21050
add a comment |
add a comment |
Thanks for contributing an answer to Mathematics Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3046691%2fsimplify-the-determinant-of-a-4-times-4-matrix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
$begingroup$
Expansion by minors along the second row or column and the last row or column makes this easy.
$endgroup$
– Robert Israel
Dec 19 '18 at 18:19
$begingroup$
The rule is that you can add a multiple of a row to another row. You cannot replace a row by a multiple of itself and add another row as well.
$endgroup$
– I like Serena
Dec 19 '18 at 18:57
$begingroup$
@IlikeSerena That’s not entirely right. The latter isn’t an elementary row operation per se, but it can be broken down into two elementary operations, one of which changes the determinant in a known way.
$endgroup$
– amd
Dec 19 '18 at 20:26
$begingroup$
That's a different rule @amd. We can multiply a row by a constant if we divide the whole determinant by the same constant. Mixing these rules up is causing the confusion.
$endgroup$
– I like Serena
Dec 19 '18 at 20:39
$begingroup$
@IlikeSerena My point is that, contrary to what you wrote, one can replace a row by a multiple of itself and then add another to it—it produces a perfectly valid result—but it’s not an elementary row operation and doing so changes the value of the determinant.
$endgroup$
– amd
Dec 19 '18 at 20:43