Determinant of a matrix with cofactor expansionDeterminant of 4x4 Matrix by Expansion MethodDeterminant of...
Why is it that I can sometimes guess the next note?
Review your own paper in Mathematics
How can ping know if my host is down
Did the UK lift the requirement for registering SIM cards?
I found an audio circuit and I built it just fine, but I find it a bit too quiet. How do I amplify the output so that it is a bit louder?
Are Captain Marvel's powers affected by Thanos breaking the Tesseract and claiming the stone?
15% tax on $7.5k earnings. Is that right?
Can I cause damage to electrical appliances by unplugging them when they are turned on?
Giving feedback to someone without sounding prejudiced
Doesn't the system of the Supreme Court oppose justice?
Delete multiple columns using awk or sed
How do I tell my boss that I'm quitting soon, especially given that a colleague just left this week
Why can't the Brexit deadlock in the UK parliament be solved with a plurality vote?
Does an advisor owe his/her student anything? Will an advisor keep a PhD student only out of pity?
Does the Linux kernel need a file system to run?
How can I write humor as character trait?
Shouldn’t conservatives embrace universal basic income?
What fields between the rationals and the reals allow a good notion of 2D distance?
What does Apple's new App Store requirement mean
What features enable the Su-25 Frogfoot to operate with such a wide variety of fuels?
Does Doodling or Improvising on the Piano Have Any Benefits?
Make a Bowl of Alphabet Soup
How does electrical safety system work on ISS?
Creating two special characters
Determinant of a matrix with cofactor expansion
Determinant of 4x4 Matrix by Expansion MethodDeterminant of block $n times n$ matrixDeterminant of sum of orthogonal matrix with rank-$1$ matrixBlock matrix determinant with symmetriclly placed blocksdeterminant of matrix $X$How to compute determinant (or eigenvalues) of this matrix?Determinant of MDeterminant of $P_n$Determinant of Partitioned Upper Triangular MatrixA interesting question on Skew-symmetric matrix…finding the determinant.
$begingroup$
I have this question here:
Suppose that $A$ is an $(n,n)$-matrices, $n geq 3$, with $det(A)=5$ and whose $(2,3)$-minor $M_{2,3}(A)$ equals $12$. Let $S_{2,3}$ be the $(n,n)$-matrix all whose entries are $0$, except the entry
in position $(2,3)$ equals $2$. With $B:=(A+S_{2,3})$, find $det(B)$.
The problem is that I am not sure how to go about this. I know for a fact that if $C=A+B$ in general, then $det(C) neq det(A) + det(B)$ so thus:
$det(B) = det(A+S_{2,3})$
I tried a sample matrix:
If $A=begin{bmatrix}4 & 1 & 2 \ 3 & 1 & 1 \ 4 & 4 & 1end{bmatrix}$
The determinant of this matrix is $5$ and the minor $M_{2,3}(A)$ is $A=begin{bmatrix}4 & 1\ 4 & 4end{bmatrix}$. The determinant of this minor is $12$.
$S_{2,3} = A=begin{bmatrix}0 & 0 & 0 \ 0 & 0 & 2 \ 0 & 0 & 0end{bmatrix} $
Thus, $A + S_{2,3} = B =begin{bmatrix}4 & 1 & 2 \ 3 & 1 & 3 \ 4 & 4 & 1end{bmatrix}$. The determiant of this matrix gives $-19$. However, is there a better way of doing this in general? I don't think using specific matrices is the best idea.
linear-algebra matrices determinant
$endgroup$
add a comment |
$begingroup$
I have this question here:
Suppose that $A$ is an $(n,n)$-matrices, $n geq 3$, with $det(A)=5$ and whose $(2,3)$-minor $M_{2,3}(A)$ equals $12$. Let $S_{2,3}$ be the $(n,n)$-matrix all whose entries are $0$, except the entry
in position $(2,3)$ equals $2$. With $B:=(A+S_{2,3})$, find $det(B)$.
The problem is that I am not sure how to go about this. I know for a fact that if $C=A+B$ in general, then $det(C) neq det(A) + det(B)$ so thus:
$det(B) = det(A+S_{2,3})$
I tried a sample matrix:
If $A=begin{bmatrix}4 & 1 & 2 \ 3 & 1 & 1 \ 4 & 4 & 1end{bmatrix}$
The determinant of this matrix is $5$ and the minor $M_{2,3}(A)$ is $A=begin{bmatrix}4 & 1\ 4 & 4end{bmatrix}$. The determinant of this minor is $12$.
$S_{2,3} = A=begin{bmatrix}0 & 0 & 0 \ 0 & 0 & 2 \ 0 & 0 & 0end{bmatrix} $
Thus, $A + S_{2,3} = B =begin{bmatrix}4 & 1 & 2 \ 3 & 1 & 3 \ 4 & 4 & 1end{bmatrix}$. The determiant of this matrix gives $-19$. However, is there a better way of doing this in general? I don't think using specific matrices is the best idea.
linear-algebra matrices determinant
$endgroup$
$begingroup$
You could check out LU decomposition, where te determinant is the product of the L or U diagonal. This is a fast in general, the Laplace expansion is heavely computational for general cases.
$endgroup$
– Max
Mar 13 at 7:42
$begingroup$
We didn't learn that. EDIT: We covered vector motion, complex numbers, matrix addition/subtraction, multiplication, RREF, and determinants along with their properties.
$endgroup$
– Future Math person
Mar 13 at 7:43
$begingroup$
Did you arrive at a conclusion?
$endgroup$
– Max
Mar 14 at 17:54
$begingroup$
Hi yes. I did it a little differently but I got it.
$endgroup$
– Future Math person
Mar 15 at 5:13
add a comment |
$begingroup$
I have this question here:
Suppose that $A$ is an $(n,n)$-matrices, $n geq 3$, with $det(A)=5$ and whose $(2,3)$-minor $M_{2,3}(A)$ equals $12$. Let $S_{2,3}$ be the $(n,n)$-matrix all whose entries are $0$, except the entry
in position $(2,3)$ equals $2$. With $B:=(A+S_{2,3})$, find $det(B)$.
The problem is that I am not sure how to go about this. I know for a fact that if $C=A+B$ in general, then $det(C) neq det(A) + det(B)$ so thus:
$det(B) = det(A+S_{2,3})$
I tried a sample matrix:
If $A=begin{bmatrix}4 & 1 & 2 \ 3 & 1 & 1 \ 4 & 4 & 1end{bmatrix}$
The determinant of this matrix is $5$ and the minor $M_{2,3}(A)$ is $A=begin{bmatrix}4 & 1\ 4 & 4end{bmatrix}$. The determinant of this minor is $12$.
$S_{2,3} = A=begin{bmatrix}0 & 0 & 0 \ 0 & 0 & 2 \ 0 & 0 & 0end{bmatrix} $
Thus, $A + S_{2,3} = B =begin{bmatrix}4 & 1 & 2 \ 3 & 1 & 3 \ 4 & 4 & 1end{bmatrix}$. The determiant of this matrix gives $-19$. However, is there a better way of doing this in general? I don't think using specific matrices is the best idea.
linear-algebra matrices determinant
$endgroup$
I have this question here:
Suppose that $A$ is an $(n,n)$-matrices, $n geq 3$, with $det(A)=5$ and whose $(2,3)$-minor $M_{2,3}(A)$ equals $12$. Let $S_{2,3}$ be the $(n,n)$-matrix all whose entries are $0$, except the entry
in position $(2,3)$ equals $2$. With $B:=(A+S_{2,3})$, find $det(B)$.
The problem is that I am not sure how to go about this. I know for a fact that if $C=A+B$ in general, then $det(C) neq det(A) + det(B)$ so thus:
$det(B) = det(A+S_{2,3})$
I tried a sample matrix:
If $A=begin{bmatrix}4 & 1 & 2 \ 3 & 1 & 1 \ 4 & 4 & 1end{bmatrix}$
The determinant of this matrix is $5$ and the minor $M_{2,3}(A)$ is $A=begin{bmatrix}4 & 1\ 4 & 4end{bmatrix}$. The determinant of this minor is $12$.
$S_{2,3} = A=begin{bmatrix}0 & 0 & 0 \ 0 & 0 & 2 \ 0 & 0 & 0end{bmatrix} $
Thus, $A + S_{2,3} = B =begin{bmatrix}4 & 1 & 2 \ 3 & 1 & 3 \ 4 & 4 & 1end{bmatrix}$. The determiant of this matrix gives $-19$. However, is there a better way of doing this in general? I don't think using specific matrices is the best idea.
linear-algebra matrices determinant
linear-algebra matrices determinant
asked Mar 13 at 7:15
Future Math personFuture Math person
993817
993817
$begingroup$
You could check out LU decomposition, where te determinant is the product of the L or U diagonal. This is a fast in general, the Laplace expansion is heavely computational for general cases.
$endgroup$
– Max
Mar 13 at 7:42
$begingroup$
We didn't learn that. EDIT: We covered vector motion, complex numbers, matrix addition/subtraction, multiplication, RREF, and determinants along with their properties.
$endgroup$
– Future Math person
Mar 13 at 7:43
$begingroup$
Did you arrive at a conclusion?
$endgroup$
– Max
Mar 14 at 17:54
$begingroup$
Hi yes. I did it a little differently but I got it.
$endgroup$
– Future Math person
Mar 15 at 5:13
add a comment |
$begingroup$
You could check out LU decomposition, where te determinant is the product of the L or U diagonal. This is a fast in general, the Laplace expansion is heavely computational for general cases.
$endgroup$
– Max
Mar 13 at 7:42
$begingroup$
We didn't learn that. EDIT: We covered vector motion, complex numbers, matrix addition/subtraction, multiplication, RREF, and determinants along with their properties.
$endgroup$
– Future Math person
Mar 13 at 7:43
$begingroup$
Did you arrive at a conclusion?
$endgroup$
– Max
Mar 14 at 17:54
$begingroup$
Hi yes. I did it a little differently but I got it.
$endgroup$
– Future Math person
Mar 15 at 5:13
$begingroup$
You could check out LU decomposition, where te determinant is the product of the L or U diagonal. This is a fast in general, the Laplace expansion is heavely computational for general cases.
$endgroup$
– Max
Mar 13 at 7:42
$begingroup$
You could check out LU decomposition, where te determinant is the product of the L or U diagonal. This is a fast in general, the Laplace expansion is heavely computational for general cases.
$endgroup$
– Max
Mar 13 at 7:42
$begingroup$
We didn't learn that. EDIT: We covered vector motion, complex numbers, matrix addition/subtraction, multiplication, RREF, and determinants along with their properties.
$endgroup$
– Future Math person
Mar 13 at 7:43
$begingroup$
We didn't learn that. EDIT: We covered vector motion, complex numbers, matrix addition/subtraction, multiplication, RREF, and determinants along with their properties.
$endgroup$
– Future Math person
Mar 13 at 7:43
$begingroup$
Did you arrive at a conclusion?
$endgroup$
– Max
Mar 14 at 17:54
$begingroup$
Did you arrive at a conclusion?
$endgroup$
– Max
Mar 14 at 17:54
$begingroup$
Hi yes. I did it a little differently but I got it.
$endgroup$
– Future Math person
Mar 15 at 5:13
$begingroup$
Hi yes. I did it a little differently but I got it.
$endgroup$
– Future Math person
Mar 15 at 5:13
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
A faster way then using the Laplace expansion (cofacter expansion), would be first using row operations and then take the determinant in REF. A determinant of a triangular matrix is just the product of the diagonal. Hope this may help.
$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%2f3146213%2fdeterminant-of-a-matrix-with-cofactor-expansion%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
A faster way then using the Laplace expansion (cofacter expansion), would be first using row operations and then take the determinant in REF. A determinant of a triangular matrix is just the product of the diagonal. Hope this may help.
$endgroup$
add a comment |
$begingroup$
A faster way then using the Laplace expansion (cofacter expansion), would be first using row operations and then take the determinant in REF. A determinant of a triangular matrix is just the product of the diagonal. Hope this may help.
$endgroup$
add a comment |
$begingroup$
A faster way then using the Laplace expansion (cofacter expansion), would be first using row operations and then take the determinant in REF. A determinant of a triangular matrix is just the product of the diagonal. Hope this may help.
$endgroup$
A faster way then using the Laplace expansion (cofacter expansion), would be first using row operations and then take the determinant in REF. A determinant of a triangular matrix is just the product of the diagonal. Hope this may help.
answered Mar 13 at 7:59
MaxMax
9071318
9071318
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%2f3146213%2fdeterminant-of-a-matrix-with-cofactor-expansion%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$
You could check out LU decomposition, where te determinant is the product of the L or U diagonal. This is a fast in general, the Laplace expansion is heavely computational for general cases.
$endgroup$
– Max
Mar 13 at 7:42
$begingroup$
We didn't learn that. EDIT: We covered vector motion, complex numbers, matrix addition/subtraction, multiplication, RREF, and determinants along with their properties.
$endgroup$
– Future Math person
Mar 13 at 7:43
$begingroup$
Did you arrive at a conclusion?
$endgroup$
– Max
Mar 14 at 17:54
$begingroup$
Hi yes. I did it a little differently but I got it.
$endgroup$
– Future Math person
Mar 15 at 5:13