Proving determinant The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do you show that $det(A)$ is the product of a linear form in $x_1, x_2, ldots, x_n$ and a linear form in $y_1, y_2, ldots, y_n$?How to find k given determinant?Vandermonde determinant for order 4Proving determinant of Vandermonde matrixCalculate the determinant of the matrix using cofactor expansion along the first rowHow to compute the given determinant?Find the determinant of the following $4 times 4$ matrixDeterminant of the vandermonde matrix times the sum of its base terms?Why is this matrix-transformation true? (determinant)Determinant = product of the difference of 2 rows
Wall plug outlet change
how can a perfect fourth interval be considered either consonant or dissonant?
Word for: a synonym with a positive connotation?
How can I protect witches in combat who wear limited clothing?
Can withdrawing asylum be illegal?
Mortgage adviser recommends a longer term than necessary combined with overpayments
Sort a list of pairs representing an acyclic, partial automorphism
does high air pressure throw off wheel balance?
Semisimplicity of the category of coherent sheaves?
Can the prologue be the backstory of your main character?
What are these Gizmos at Izaña Atmospheric Research Center in Spain?
Is it ok to offer lower paid work as a trial period before negotiating for a full-time job?
How did passengers keep warm on sail ships?
I could not break this equation. Please help me
Why can't devices on different VLANs, but on the same subnet, communicate?
How do I add random spotting to the same face in cycles?
"... to apply for a visa" or "... and applied for a visa"?
How to copy the contents of all files with a certain name into a new file?
Road tyres vs "Street" tyres for charity ride on MTB Tandem
How should I replace vector<uint8_t>::const_iterator in an API?
What LEGO pieces have "real-world" functionality?
Keeping a retro style to sci-fi spaceships?
Who or what is the being for whom Being is a question for Heidegger?
What do you call a plan that's an alternative plan in case your initial plan fails?
Proving determinant
The 2019 Stack Overflow Developer Survey Results Are In
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)How do you show that $det(A)$ is the product of a linear form in $x_1, x_2, ldots, x_n$ and a linear form in $y_1, y_2, ldots, y_n$?How to find k given determinant?Vandermonde determinant for order 4Proving determinant of Vandermonde matrixCalculate the determinant of the matrix using cofactor expansion along the first rowHow to compute the given determinant?Find the determinant of the following $4 times 4$ matrixDeterminant of the vandermonde matrix times the sum of its base terms?Why is this matrix-transformation true? (determinant)Determinant = product of the difference of 2 rows
$begingroup$
$$det beginpmatrix
0&x_1&x_2&ldots&x_n\
x_1&a_11&a_12&ldots&a_1n\
x_2&a_21&a_22&ldots&a_2n\
ldots&ldots&ldots&ldots&ldots\
x_n&a_n1&a_n2&ldots&a_nn\
endpmatrix = -sum_i=1^n sum_j=1^n A_ijx_ix_j.$$
where $A_ij textis the cofactor of a_ij text and n>1.$
My question is proving this problem.
First, I tried to take the cofactor expansion along the first row.
But I don't know what I do next.
Please give me some hints for proving this problem
matrices determinant
$endgroup$
|
show 1 more comment
$begingroup$
$$det beginpmatrix
0&x_1&x_2&ldots&x_n\
x_1&a_11&a_12&ldots&a_1n\
x_2&a_21&a_22&ldots&a_2n\
ldots&ldots&ldots&ldots&ldots\
x_n&a_n1&a_n2&ldots&a_nn\
endpmatrix = -sum_i=1^n sum_j=1^n A_ijx_ix_j.$$
where $A_ij textis the cofactor of a_ij text and n>1.$
My question is proving this problem.
First, I tried to take the cofactor expansion along the first row.
But I don't know what I do next.
Please give me some hints for proving this problem
matrices determinant
$endgroup$
$begingroup$
The next thing to do is a cofactor expansion along the first column of each of the cofactors of your first expansion.
$endgroup$
– Andreas Caranti
Apr 8 at 14:10
$begingroup$
What exactly is a cofactor, may I ask?
$endgroup$
– user477343
Apr 8 at 14:23
$begingroup$
@Andreas Caranti I'll try it!
$endgroup$
– Prater Darrius
Apr 8 at 14:30
$begingroup$
@user477343 Cofactor is A_ij=(-1)^(i+j) det(M_ij) det(M_ij) is submatrix deleting the i row and j column of A
$endgroup$
– Prater Darrius
Apr 8 at 14:33
$begingroup$
I need more context than that, hahah. I just learned about using matrices yesterday to solve for simultaneous equations (though I have been familiar with their determinants). I'd nevertheless hate to go off-topic.
$endgroup$
– user477343
Apr 8 at 14:35
|
show 1 more comment
$begingroup$
$$det beginpmatrix
0&x_1&x_2&ldots&x_n\
x_1&a_11&a_12&ldots&a_1n\
x_2&a_21&a_22&ldots&a_2n\
ldots&ldots&ldots&ldots&ldots\
x_n&a_n1&a_n2&ldots&a_nn\
endpmatrix = -sum_i=1^n sum_j=1^n A_ijx_ix_j.$$
where $A_ij textis the cofactor of a_ij text and n>1.$
My question is proving this problem.
First, I tried to take the cofactor expansion along the first row.
But I don't know what I do next.
Please give me some hints for proving this problem
matrices determinant
$endgroup$
$$det beginpmatrix
0&x_1&x_2&ldots&x_n\
x_1&a_11&a_12&ldots&a_1n\
x_2&a_21&a_22&ldots&a_2n\
ldots&ldots&ldots&ldots&ldots\
x_n&a_n1&a_n2&ldots&a_nn\
endpmatrix = -sum_i=1^n sum_j=1^n A_ijx_ix_j.$$
where $A_ij textis the cofactor of a_ij text and n>1.$
My question is proving this problem.
First, I tried to take the cofactor expansion along the first row.
But I don't know what I do next.
Please give me some hints for proving this problem
matrices determinant
matrices determinant
asked Apr 8 at 14:05
Prater DarriusPrater Darrius
65
65
$begingroup$
The next thing to do is a cofactor expansion along the first column of each of the cofactors of your first expansion.
$endgroup$
– Andreas Caranti
Apr 8 at 14:10
$begingroup$
What exactly is a cofactor, may I ask?
$endgroup$
– user477343
Apr 8 at 14:23
$begingroup$
@Andreas Caranti I'll try it!
$endgroup$
– Prater Darrius
Apr 8 at 14:30
$begingroup$
@user477343 Cofactor is A_ij=(-1)^(i+j) det(M_ij) det(M_ij) is submatrix deleting the i row and j column of A
$endgroup$
– Prater Darrius
Apr 8 at 14:33
$begingroup$
I need more context than that, hahah. I just learned about using matrices yesterday to solve for simultaneous equations (though I have been familiar with their determinants). I'd nevertheless hate to go off-topic.
$endgroup$
– user477343
Apr 8 at 14:35
|
show 1 more comment
$begingroup$
The next thing to do is a cofactor expansion along the first column of each of the cofactors of your first expansion.
$endgroup$
– Andreas Caranti
Apr 8 at 14:10
$begingroup$
What exactly is a cofactor, may I ask?
$endgroup$
– user477343
Apr 8 at 14:23
$begingroup$
@Andreas Caranti I'll try it!
$endgroup$
– Prater Darrius
Apr 8 at 14:30
$begingroup$
@user477343 Cofactor is A_ij=(-1)^(i+j) det(M_ij) det(M_ij) is submatrix deleting the i row and j column of A
$endgroup$
– Prater Darrius
Apr 8 at 14:33
$begingroup$
I need more context than that, hahah. I just learned about using matrices yesterday to solve for simultaneous equations (though I have been familiar with their determinants). I'd nevertheless hate to go off-topic.
$endgroup$
– user477343
Apr 8 at 14:35
$begingroup$
The next thing to do is a cofactor expansion along the first column of each of the cofactors of your first expansion.
$endgroup$
– Andreas Caranti
Apr 8 at 14:10
$begingroup$
The next thing to do is a cofactor expansion along the first column of each of the cofactors of your first expansion.
$endgroup$
– Andreas Caranti
Apr 8 at 14:10
$begingroup$
What exactly is a cofactor, may I ask?
$endgroup$
– user477343
Apr 8 at 14:23
$begingroup$
What exactly is a cofactor, may I ask?
$endgroup$
– user477343
Apr 8 at 14:23
$begingroup$
@Andreas Caranti I'll try it!
$endgroup$
– Prater Darrius
Apr 8 at 14:30
$begingroup$
@Andreas Caranti I'll try it!
$endgroup$
– Prater Darrius
Apr 8 at 14:30
$begingroup$
@user477343 Cofactor is A_ij=(-1)^(i+j) det(M_ij) det(M_ij) is submatrix deleting the i row and j column of A
$endgroup$
– Prater Darrius
Apr 8 at 14:33
$begingroup$
@user477343 Cofactor is A_ij=(-1)^(i+j) det(M_ij) det(M_ij) is submatrix deleting the i row and j column of A
$endgroup$
– Prater Darrius
Apr 8 at 14:33
$begingroup$
I need more context than that, hahah. I just learned about using matrices yesterday to solve for simultaneous equations (though I have been familiar with their determinants). I'd nevertheless hate to go off-topic.
$endgroup$
– user477343
Apr 8 at 14:35
$begingroup$
I need more context than that, hahah. I just learned about using matrices yesterday to solve for simultaneous equations (though I have been familiar with their determinants). I'd nevertheless hate to go off-topic.
$endgroup$
– user477343
Apr 8 at 14:35
|
show 1 more comment
0
active
oldest
votes
Your Answer
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%2f3179675%2fproving-determinant%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f3179675%2fproving-determinant%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$
The next thing to do is a cofactor expansion along the first column of each of the cofactors of your first expansion.
$endgroup$
– Andreas Caranti
Apr 8 at 14:10
$begingroup$
What exactly is a cofactor, may I ask?
$endgroup$
– user477343
Apr 8 at 14:23
$begingroup$
@Andreas Caranti I'll try it!
$endgroup$
– Prater Darrius
Apr 8 at 14:30
$begingroup$
@user477343 Cofactor is A_ij=(-1)^(i+j) det(M_ij) det(M_ij) is submatrix deleting the i row and j column of A
$endgroup$
– Prater Darrius
Apr 8 at 14:33
$begingroup$
I need more context than that, hahah. I just learned about using matrices yesterday to solve for simultaneous equations (though I have been familiar with their determinants). I'd nevertheless hate to go off-topic.
$endgroup$
– user477343
Apr 8 at 14:35