Determinant of a particular matrix.
$begingroup$
What is the best way to find determinant of the following matrix?
$$A=left(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right)$$
I thought it looks like a Vandermonde matrix, but not exactly. I can't use $|A+B|=|A|+|B|$ to form a Vandermonde matrix. Please suggest. Thanks.
linear-algebra matrices determinant
$endgroup$
add a comment |
$begingroup$
What is the best way to find determinant of the following matrix?
$$A=left(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right)$$
I thought it looks like a Vandermonde matrix, but not exactly. I can't use $|A+B|=|A|+|B|$ to form a Vandermonde matrix. Please suggest. Thanks.
linear-algebra matrices determinant
$endgroup$
1
$begingroup$
Did you mean $vert A + B vert = vert A vert + vert B vert$?
$endgroup$
– Bladewood
Feb 15 at 22:20
add a comment |
$begingroup$
What is the best way to find determinant of the following matrix?
$$A=left(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right)$$
I thought it looks like a Vandermonde matrix, but not exactly. I can't use $|A+B|=|A|+|B|$ to form a Vandermonde matrix. Please suggest. Thanks.
linear-algebra matrices determinant
$endgroup$
What is the best way to find determinant of the following matrix?
$$A=left(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right)$$
I thought it looks like a Vandermonde matrix, but not exactly. I can't use $|A+B|=|A|+|B|$ to form a Vandermonde matrix. Please suggest. Thanks.
linear-algebra matrices determinant
linear-algebra matrices determinant
edited Feb 16 at 13:53
Rodrigo de Azevedo
13k41959
13k41959
asked Feb 15 at 16:30
neelkanthneelkanth
2,27621029
2,27621029
1
$begingroup$
Did you mean $vert A + B vert = vert A vert + vert B vert$?
$endgroup$
– Bladewood
Feb 15 at 22:20
add a comment |
1
$begingroup$
Did you mean $vert A + B vert = vert A vert + vert B vert$?
$endgroup$
– Bladewood
Feb 15 at 22:20
1
1
$begingroup$
Did you mean $vert A + B vert = vert A vert + vert B vert$?
$endgroup$
– Bladewood
Feb 15 at 22:20
$begingroup$
Did you mean $vert A + B vert = vert A vert + vert B vert$?
$endgroup$
– Bladewood
Feb 15 at 22:20
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
begin{align}
&|A|\
&=detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) \
&=begin{vmatrix}
1&ax&a^2\1&ay&a^2\ 1&az&a^2
end{vmatrix}+begin{vmatrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{vmatrix} tag{multilinearity on 3rd column} \
&=0+abegin{vmatrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{vmatrix} \
&= a (x-y)(y-z)(z-x)
end{align}
$endgroup$
1
$begingroup$
i am confused which answer to be accepted ....all are nice....
$endgroup$
– neelkanth
Feb 15 at 16:41
1
$begingroup$
@neelkanth I suggest you throw a dice.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 16:42
1
$begingroup$
I rolled I dice three time for better .... got three different choices every time .
$endgroup$
– neelkanth
Feb 15 at 16:47
1
$begingroup$
But that requires more resources. :P So, you save time but you have to have multiple dice then. :P
$endgroup$
– stressed out
Feb 15 at 22:58
1
$begingroup$
@stressedout You're right. That's why I say if possible. Perhaps OP was busy with a simulation of the Law of Large Number that he couldn't decide which answer to accept. :xd
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 23:01
|
show 6 more comments
$begingroup$
Note that
$$
detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) =det left(begin{matrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{matrix}right)=acdotdet left(begin{matrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{matrix}right)
$$ which boils down to Vandermonde determinant
$$
a(x-y)(y-z)(z-x).
$$
$endgroup$
add a comment |
$begingroup$
I think the best way it's the following:
$$Delta=sum_{cyc}(ay(a^2+z^2)-ay(a^2+x^2))=asum_{cyc}(x^2z-x^2y)=a(x-y)(y-z)(z-x).$$
$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%2f3114122%2fdeterminant-of-a-particular-matrix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
begin{align}
&|A|\
&=detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) \
&=begin{vmatrix}
1&ax&a^2\1&ay&a^2\ 1&az&a^2
end{vmatrix}+begin{vmatrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{vmatrix} tag{multilinearity on 3rd column} \
&=0+abegin{vmatrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{vmatrix} \
&= a (x-y)(y-z)(z-x)
end{align}
$endgroup$
1
$begingroup$
i am confused which answer to be accepted ....all are nice....
$endgroup$
– neelkanth
Feb 15 at 16:41
1
$begingroup$
@neelkanth I suggest you throw a dice.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 16:42
1
$begingroup$
I rolled I dice three time for better .... got three different choices every time .
$endgroup$
– neelkanth
Feb 15 at 16:47
1
$begingroup$
But that requires more resources. :P So, you save time but you have to have multiple dice then. :P
$endgroup$
– stressed out
Feb 15 at 22:58
1
$begingroup$
@stressedout You're right. That's why I say if possible. Perhaps OP was busy with a simulation of the Law of Large Number that he couldn't decide which answer to accept. :xd
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 23:01
|
show 6 more comments
$begingroup$
begin{align}
&|A|\
&=detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) \
&=begin{vmatrix}
1&ax&a^2\1&ay&a^2\ 1&az&a^2
end{vmatrix}+begin{vmatrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{vmatrix} tag{multilinearity on 3rd column} \
&=0+abegin{vmatrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{vmatrix} \
&= a (x-y)(y-z)(z-x)
end{align}
$endgroup$
1
$begingroup$
i am confused which answer to be accepted ....all are nice....
$endgroup$
– neelkanth
Feb 15 at 16:41
1
$begingroup$
@neelkanth I suggest you throw a dice.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 16:42
1
$begingroup$
I rolled I dice three time for better .... got three different choices every time .
$endgroup$
– neelkanth
Feb 15 at 16:47
1
$begingroup$
But that requires more resources. :P So, you save time but you have to have multiple dice then. :P
$endgroup$
– stressed out
Feb 15 at 22:58
1
$begingroup$
@stressedout You're right. That's why I say if possible. Perhaps OP was busy with a simulation of the Law of Large Number that he couldn't decide which answer to accept. :xd
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 23:01
|
show 6 more comments
$begingroup$
begin{align}
&|A|\
&=detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) \
&=begin{vmatrix}
1&ax&a^2\1&ay&a^2\ 1&az&a^2
end{vmatrix}+begin{vmatrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{vmatrix} tag{multilinearity on 3rd column} \
&=0+abegin{vmatrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{vmatrix} \
&= a (x-y)(y-z)(z-x)
end{align}
$endgroup$
begin{align}
&|A|\
&=detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) \
&=begin{vmatrix}
1&ax&a^2\1&ay&a^2\ 1&az&a^2
end{vmatrix}+begin{vmatrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{vmatrix} tag{multilinearity on 3rd column} \
&=0+abegin{vmatrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{vmatrix} \
&= a (x-y)(y-z)(z-x)
end{align}
answered Feb 15 at 16:35
GNUSupporter 8964民主女神 地下教會GNUSupporter 8964民主女神 地下教會
13.3k72549
13.3k72549
1
$begingroup$
i am confused which answer to be accepted ....all are nice....
$endgroup$
– neelkanth
Feb 15 at 16:41
1
$begingroup$
@neelkanth I suggest you throw a dice.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 16:42
1
$begingroup$
I rolled I dice three time for better .... got three different choices every time .
$endgroup$
– neelkanth
Feb 15 at 16:47
1
$begingroup$
But that requires more resources. :P So, you save time but you have to have multiple dice then. :P
$endgroup$
– stressed out
Feb 15 at 22:58
1
$begingroup$
@stressedout You're right. That's why I say if possible. Perhaps OP was busy with a simulation of the Law of Large Number that he couldn't decide which answer to accept. :xd
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 23:01
|
show 6 more comments
1
$begingroup$
i am confused which answer to be accepted ....all are nice....
$endgroup$
– neelkanth
Feb 15 at 16:41
1
$begingroup$
@neelkanth I suggest you throw a dice.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 16:42
1
$begingroup$
I rolled I dice three time for better .... got three different choices every time .
$endgroup$
– neelkanth
Feb 15 at 16:47
1
$begingroup$
But that requires more resources. :P So, you save time but you have to have multiple dice then. :P
$endgroup$
– stressed out
Feb 15 at 22:58
1
$begingroup$
@stressedout You're right. That's why I say if possible. Perhaps OP was busy with a simulation of the Law of Large Number that he couldn't decide which answer to accept. :xd
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 23:01
1
1
$begingroup$
i am confused which answer to be accepted ....all are nice....
$endgroup$
– neelkanth
Feb 15 at 16:41
$begingroup$
i am confused which answer to be accepted ....all are nice....
$endgroup$
– neelkanth
Feb 15 at 16:41
1
1
$begingroup$
@neelkanth I suggest you throw a dice.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 16:42
$begingroup$
@neelkanth I suggest you throw a dice.
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 16:42
1
1
$begingroup$
I rolled I dice three time for better .... got three different choices every time .
$endgroup$
– neelkanth
Feb 15 at 16:47
$begingroup$
I rolled I dice three time for better .... got three different choices every time .
$endgroup$
– neelkanth
Feb 15 at 16:47
1
1
$begingroup$
But that requires more resources. :P So, you save time but you have to have multiple dice then. :P
$endgroup$
– stressed out
Feb 15 at 22:58
$begingroup$
But that requires more resources. :P So, you save time but you have to have multiple dice then. :P
$endgroup$
– stressed out
Feb 15 at 22:58
1
1
$begingroup$
@stressedout You're right. That's why I say if possible. Perhaps OP was busy with a simulation of the Law of Large Number that he couldn't decide which answer to accept. :xd
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 23:01
$begingroup$
@stressedout You're right. That's why I say if possible. Perhaps OP was busy with a simulation of the Law of Large Number that he couldn't decide which answer to accept. :xd
$endgroup$
– GNUSupporter 8964民主女神 地下教會
Feb 15 at 23:01
|
show 6 more comments
$begingroup$
Note that
$$
detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) =det left(begin{matrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{matrix}right)=acdotdet left(begin{matrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{matrix}right)
$$ which boils down to Vandermonde determinant
$$
a(x-y)(y-z)(z-x).
$$
$endgroup$
add a comment |
$begingroup$
Note that
$$
detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) =det left(begin{matrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{matrix}right)=acdotdet left(begin{matrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{matrix}right)
$$ which boils down to Vandermonde determinant
$$
a(x-y)(y-z)(z-x).
$$
$endgroup$
add a comment |
$begingroup$
Note that
$$
detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) =det left(begin{matrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{matrix}right)=acdotdet left(begin{matrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{matrix}right)
$$ which boils down to Vandermonde determinant
$$
a(x-y)(y-z)(z-x).
$$
$endgroup$
Note that
$$
detleft(begin{matrix}
1&ax&a^2+x^2\1&ay&a^2+y^2\ 1&az&a^2+z^2
end{matrix}right) =det left(begin{matrix}
1&ax&x^2\1&ay&y^2\ 1&az&z^2
end{matrix}right)=acdotdet left(begin{matrix}
1&x&x^2\1&y&y^2\ 1&z&z^2
end{matrix}right)
$$ which boils down to Vandermonde determinant
$$
a(x-y)(y-z)(z-x).
$$
answered Feb 15 at 16:36
SongSong
14.4k1635
14.4k1635
add a comment |
add a comment |
$begingroup$
I think the best way it's the following:
$$Delta=sum_{cyc}(ay(a^2+z^2)-ay(a^2+x^2))=asum_{cyc}(x^2z-x^2y)=a(x-y)(y-z)(z-x).$$
$endgroup$
add a comment |
$begingroup$
I think the best way it's the following:
$$Delta=sum_{cyc}(ay(a^2+z^2)-ay(a^2+x^2))=asum_{cyc}(x^2z-x^2y)=a(x-y)(y-z)(z-x).$$
$endgroup$
add a comment |
$begingroup$
I think the best way it's the following:
$$Delta=sum_{cyc}(ay(a^2+z^2)-ay(a^2+x^2))=asum_{cyc}(x^2z-x^2y)=a(x-y)(y-z)(z-x).$$
$endgroup$
I think the best way it's the following:
$$Delta=sum_{cyc}(ay(a^2+z^2)-ay(a^2+x^2))=asum_{cyc}(x^2z-x^2y)=a(x-y)(y-z)(z-x).$$
answered Feb 15 at 16:36
Michael RozenbergMichael Rozenberg
104k1892197
104k1892197
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%2f3114122%2fdeterminant-of-a-particular-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
1
$begingroup$
Did you mean $vert A + B vert = vert A vert + vert B vert$?
$endgroup$
– Bladewood
Feb 15 at 22:20