Find a determinant of a matrix $M_{(n)x(n)}$ depending on the $x,y,n in mathbb R$
$begingroup$
I had a matrix which I I transformed to zero as many matrix elements as possible and in this time I have: $$y^{n} cdot det begin{vmatrix}
frac{x}{y}+1 & 1 & ... & & & 1\
frac{-x}{y} & frac{x}{y} & & & & 0 \
. & 0 & frac{x}{y} & 0 & ... & . \
. & . & ... & & & . \
. & . & & & & . \
frac{-x}{y} & 0 & ... & & &frac{x}{y} \
end{vmatrix}
$$ Unfortunately I don't know what can I do to find a sollution at this moment. Can you help me with some tips?
linear-algebra
$endgroup$
add a comment |
$begingroup$
I had a matrix which I I transformed to zero as many matrix elements as possible and in this time I have: $$y^{n} cdot det begin{vmatrix}
frac{x}{y}+1 & 1 & ... & & & 1\
frac{-x}{y} & frac{x}{y} & & & & 0 \
. & 0 & frac{x}{y} & 0 & ... & . \
. & . & ... & & & . \
. & . & & & & . \
frac{-x}{y} & 0 & ... & & &frac{x}{y} \
end{vmatrix}
$$ Unfortunately I don't know what can I do to find a sollution at this moment. Can you help me with some tips?
linear-algebra
$endgroup$
add a comment |
$begingroup$
I had a matrix which I I transformed to zero as many matrix elements as possible and in this time I have: $$y^{n} cdot det begin{vmatrix}
frac{x}{y}+1 & 1 & ... & & & 1\
frac{-x}{y} & frac{x}{y} & & & & 0 \
. & 0 & frac{x}{y} & 0 & ... & . \
. & . & ... & & & . \
. & . & & & & . \
frac{-x}{y} & 0 & ... & & &frac{x}{y} \
end{vmatrix}
$$ Unfortunately I don't know what can I do to find a sollution at this moment. Can you help me with some tips?
linear-algebra
$endgroup$
I had a matrix which I I transformed to zero as many matrix elements as possible and in this time I have: $$y^{n} cdot det begin{vmatrix}
frac{x}{y}+1 & 1 & ... & & & 1\
frac{-x}{y} & frac{x}{y} & & & & 0 \
. & 0 & frac{x}{y} & 0 & ... & . \
. & . & ... & & & . \
. & . & & & & . \
frac{-x}{y} & 0 & ... & & &frac{x}{y} \
end{vmatrix}
$$ Unfortunately I don't know what can I do to find a sollution at this moment. Can you help me with some tips?
linear-algebra
linear-algebra
asked Jan 18 at 1:40
MP3129MP3129
871211
871211
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
(Assumed that your calculations so far are correct,) you're almost there.
Just add the second, third, ... $n$th columns to the first column, so that your matrix will become an upper triangle matrix and its determinant is the product of the diagonal elements.
$endgroup$
$begingroup$
In my previous transformations, I used row operations. Can I now transform columns?
$endgroup$
– MP3129
Jan 18 at 2:12
2
$begingroup$
Row transformations retain the set of roots of system corresponding to the matrix, column transformations don't. However iff your aim is just calculating the determinant you can mix row and column transformations.
$endgroup$
– P Vanchinathan
Jan 18 at 2:54
$begingroup$
Using $det(A^T) =det A$, we see that the column operations change the determinant the same way as the row operations.
$endgroup$
– Berci
Jan 18 at 11:02
add a comment |
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%2f3077739%2ffind-a-determinant-of-a-matrix-m-nxn-depending-on-the-x-y-n-in-mathbb%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$
(Assumed that your calculations so far are correct,) you're almost there.
Just add the second, third, ... $n$th columns to the first column, so that your matrix will become an upper triangle matrix and its determinant is the product of the diagonal elements.
$endgroup$
$begingroup$
In my previous transformations, I used row operations. Can I now transform columns?
$endgroup$
– MP3129
Jan 18 at 2:12
2
$begingroup$
Row transformations retain the set of roots of system corresponding to the matrix, column transformations don't. However iff your aim is just calculating the determinant you can mix row and column transformations.
$endgroup$
– P Vanchinathan
Jan 18 at 2:54
$begingroup$
Using $det(A^T) =det A$, we see that the column operations change the determinant the same way as the row operations.
$endgroup$
– Berci
Jan 18 at 11:02
add a comment |
$begingroup$
(Assumed that your calculations so far are correct,) you're almost there.
Just add the second, third, ... $n$th columns to the first column, so that your matrix will become an upper triangle matrix and its determinant is the product of the diagonal elements.
$endgroup$
$begingroup$
In my previous transformations, I used row operations. Can I now transform columns?
$endgroup$
– MP3129
Jan 18 at 2:12
2
$begingroup$
Row transformations retain the set of roots of system corresponding to the matrix, column transformations don't. However iff your aim is just calculating the determinant you can mix row and column transformations.
$endgroup$
– P Vanchinathan
Jan 18 at 2:54
$begingroup$
Using $det(A^T) =det A$, we see that the column operations change the determinant the same way as the row operations.
$endgroup$
– Berci
Jan 18 at 11:02
add a comment |
$begingroup$
(Assumed that your calculations so far are correct,) you're almost there.
Just add the second, third, ... $n$th columns to the first column, so that your matrix will become an upper triangle matrix and its determinant is the product of the diagonal elements.
$endgroup$
(Assumed that your calculations so far are correct,) you're almost there.
Just add the second, third, ... $n$th columns to the first column, so that your matrix will become an upper triangle matrix and its determinant is the product of the diagonal elements.
answered Jan 18 at 1:54
BerciBerci
62k23776
62k23776
$begingroup$
In my previous transformations, I used row operations. Can I now transform columns?
$endgroup$
– MP3129
Jan 18 at 2:12
2
$begingroup$
Row transformations retain the set of roots of system corresponding to the matrix, column transformations don't. However iff your aim is just calculating the determinant you can mix row and column transformations.
$endgroup$
– P Vanchinathan
Jan 18 at 2:54
$begingroup$
Using $det(A^T) =det A$, we see that the column operations change the determinant the same way as the row operations.
$endgroup$
– Berci
Jan 18 at 11:02
add a comment |
$begingroup$
In my previous transformations, I used row operations. Can I now transform columns?
$endgroup$
– MP3129
Jan 18 at 2:12
2
$begingroup$
Row transformations retain the set of roots of system corresponding to the matrix, column transformations don't. However iff your aim is just calculating the determinant you can mix row and column transformations.
$endgroup$
– P Vanchinathan
Jan 18 at 2:54
$begingroup$
Using $det(A^T) =det A$, we see that the column operations change the determinant the same way as the row operations.
$endgroup$
– Berci
Jan 18 at 11:02
$begingroup$
In my previous transformations, I used row operations. Can I now transform columns?
$endgroup$
– MP3129
Jan 18 at 2:12
$begingroup$
In my previous transformations, I used row operations. Can I now transform columns?
$endgroup$
– MP3129
Jan 18 at 2:12
2
2
$begingroup$
Row transformations retain the set of roots of system corresponding to the matrix, column transformations don't. However iff your aim is just calculating the determinant you can mix row and column transformations.
$endgroup$
– P Vanchinathan
Jan 18 at 2:54
$begingroup$
Row transformations retain the set of roots of system corresponding to the matrix, column transformations don't. However iff your aim is just calculating the determinant you can mix row and column transformations.
$endgroup$
– P Vanchinathan
Jan 18 at 2:54
$begingroup$
Using $det(A^T) =det A$, we see that the column operations change the determinant the same way as the row operations.
$endgroup$
– Berci
Jan 18 at 11:02
$begingroup$
Using $det(A^T) =det A$, we see that the column operations change the determinant the same way as the row operations.
$endgroup$
– Berci
Jan 18 at 11:02
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%2f3077739%2ffind-a-determinant-of-a-matrix-m-nxn-depending-on-the-x-y-n-in-mathbb%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