need help with matrix calculus
$begingroup$
I am trying to find $frac{partial (x'Ax)}{partial x}$ where x is a vector (2 x 1 vector) and A is a matrix (say 2x2 dimensions).
When I looked up in http://www.matrixcalculus.org/ I found the answer to be $(A.x)' + x'.A$ where $'$ stands for transpose.
I tried to solve this using $frac{partial (CB)}{partial x} = frac{partial{C}}{partial x}B + Cfrac{partial B}{partial x}$ where $C = x'A$ and $B = x$. With this in perspective, I am getting the derivative as $A'x + x'A$.
Clearly with $x$ being a column vector and $A$ being a square matrix, my answer is wrong since individual terms ($A'x$ and $x'A$)have different shapes.
Where am I getting the calculations wrong. Any help ?
matrix-calculus
$endgroup$
migrated from stats.stackexchange.com Jan 15 at 12:28
This question came from our site for people interested in statistics, machine learning, data analysis, data mining, and data visualization.
add a comment |
$begingroup$
I am trying to find $frac{partial (x'Ax)}{partial x}$ where x is a vector (2 x 1 vector) and A is a matrix (say 2x2 dimensions).
When I looked up in http://www.matrixcalculus.org/ I found the answer to be $(A.x)' + x'.A$ where $'$ stands for transpose.
I tried to solve this using $frac{partial (CB)}{partial x} = frac{partial{C}}{partial x}B + Cfrac{partial B}{partial x}$ where $C = x'A$ and $B = x$. With this in perspective, I am getting the derivative as $A'x + x'A$.
Clearly with $x$ being a column vector and $A$ being a square matrix, my answer is wrong since individual terms ($A'x$ and $x'A$)have different shapes.
Where am I getting the calculations wrong. Any help ?
matrix-calculus
$endgroup$
migrated from stats.stackexchange.com Jan 15 at 12:28
This question came from our site for people interested in statistics, machine learning, data analysis, data mining, and data visualization.
add a comment |
$begingroup$
I am trying to find $frac{partial (x'Ax)}{partial x}$ where x is a vector (2 x 1 vector) and A is a matrix (say 2x2 dimensions).
When I looked up in http://www.matrixcalculus.org/ I found the answer to be $(A.x)' + x'.A$ where $'$ stands for transpose.
I tried to solve this using $frac{partial (CB)}{partial x} = frac{partial{C}}{partial x}B + Cfrac{partial B}{partial x}$ where $C = x'A$ and $B = x$. With this in perspective, I am getting the derivative as $A'x + x'A$.
Clearly with $x$ being a column vector and $A$ being a square matrix, my answer is wrong since individual terms ($A'x$ and $x'A$)have different shapes.
Where am I getting the calculations wrong. Any help ?
matrix-calculus
$endgroup$
I am trying to find $frac{partial (x'Ax)}{partial x}$ where x is a vector (2 x 1 vector) and A is a matrix (say 2x2 dimensions).
When I looked up in http://www.matrixcalculus.org/ I found the answer to be $(A.x)' + x'.A$ where $'$ stands for transpose.
I tried to solve this using $frac{partial (CB)}{partial x} = frac{partial{C}}{partial x}B + Cfrac{partial B}{partial x}$ where $C = x'A$ and $B = x$. With this in perspective, I am getting the derivative as $A'x + x'A$.
Clearly with $x$ being a column vector and $A$ being a square matrix, my answer is wrong since individual terms ($A'x$ and $x'A$)have different shapes.
Where am I getting the calculations wrong. Any help ?
matrix-calculus
matrix-calculus
asked Jan 15 at 12:27


Upendra Pratap SinghUpendra Pratap Singh
1134
1134
migrated from stats.stackexchange.com Jan 15 at 12:28
This question came from our site for people interested in statistics, machine learning, data analysis, data mining, and data visualization.
migrated from stats.stackexchange.com Jan 15 at 12:28
This question came from our site for people interested in statistics, machine learning, data analysis, data mining, and data visualization.
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
The rule
$frac{partial mathbf Cmathbf B}{partial x} = frac{partial{mathbf C}}{partial x}mathbf B + mathbf Cfrac{partial mathbf B}{partial x}$
is for differentiation by a scalar $x$ where $mathbf B$ and $mathbf C$ are matrices. It is not a rule for differentiation by a vector.
With $mathbf C = mathbf x^top mathbf A$ and $mathbf B = mathbf x,$ you have a row vector $mathbf C$ and a column vector $mathbf B,$
so you can apply the rule
$$
frac{partial mathbf u^topmathbf v}{partial mathbf x}
= mathbf u^top frac{partial{mathbf v}}{partial mathbf x}
+ mathbf v^top frac{partial{mathbf u}}{partial mathbf x}
$$
with $mathbf u^top = mathbf C$ and $mathbf v = mathbf B,$ so
begin{align}
frac{partial mathbf Cmathbf B}{partial mathbf x}
&= mathbf C frac{partial{mathbf B}}{partial mathbf x}
+ mathbf B^top frac{partial{mathbf C^top}}{partial mathbf x}\
&= mathbf x^top mathbf A frac{partial{mathbf x}}{partial mathbf x}
+ mathbf x^top frac{partial{mathbf A^topmathbf x}}{partial mathbf x}\
&= mathbf x^top mathbf A + mathbf x^top mathbf A^top\
&= mathbf x^top mathbf A + (mathbf Amathbf x)^top.
end{align}
Done!
For differentiation of matrices by vectors, refer to
Derivative of a Matrix with respect to a vector.
But that seems much more than you need or want.
$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%2f3074377%2fneed-help-with-matrix-calculus%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$
The rule
$frac{partial mathbf Cmathbf B}{partial x} = frac{partial{mathbf C}}{partial x}mathbf B + mathbf Cfrac{partial mathbf B}{partial x}$
is for differentiation by a scalar $x$ where $mathbf B$ and $mathbf C$ are matrices. It is not a rule for differentiation by a vector.
With $mathbf C = mathbf x^top mathbf A$ and $mathbf B = mathbf x,$ you have a row vector $mathbf C$ and a column vector $mathbf B,$
so you can apply the rule
$$
frac{partial mathbf u^topmathbf v}{partial mathbf x}
= mathbf u^top frac{partial{mathbf v}}{partial mathbf x}
+ mathbf v^top frac{partial{mathbf u}}{partial mathbf x}
$$
with $mathbf u^top = mathbf C$ and $mathbf v = mathbf B,$ so
begin{align}
frac{partial mathbf Cmathbf B}{partial mathbf x}
&= mathbf C frac{partial{mathbf B}}{partial mathbf x}
+ mathbf B^top frac{partial{mathbf C^top}}{partial mathbf x}\
&= mathbf x^top mathbf A frac{partial{mathbf x}}{partial mathbf x}
+ mathbf x^top frac{partial{mathbf A^topmathbf x}}{partial mathbf x}\
&= mathbf x^top mathbf A + mathbf x^top mathbf A^top\
&= mathbf x^top mathbf A + (mathbf Amathbf x)^top.
end{align}
Done!
For differentiation of matrices by vectors, refer to
Derivative of a Matrix with respect to a vector.
But that seems much more than you need or want.
$endgroup$
add a comment |
$begingroup$
The rule
$frac{partial mathbf Cmathbf B}{partial x} = frac{partial{mathbf C}}{partial x}mathbf B + mathbf Cfrac{partial mathbf B}{partial x}$
is for differentiation by a scalar $x$ where $mathbf B$ and $mathbf C$ are matrices. It is not a rule for differentiation by a vector.
With $mathbf C = mathbf x^top mathbf A$ and $mathbf B = mathbf x,$ you have a row vector $mathbf C$ and a column vector $mathbf B,$
so you can apply the rule
$$
frac{partial mathbf u^topmathbf v}{partial mathbf x}
= mathbf u^top frac{partial{mathbf v}}{partial mathbf x}
+ mathbf v^top frac{partial{mathbf u}}{partial mathbf x}
$$
with $mathbf u^top = mathbf C$ and $mathbf v = mathbf B,$ so
begin{align}
frac{partial mathbf Cmathbf B}{partial mathbf x}
&= mathbf C frac{partial{mathbf B}}{partial mathbf x}
+ mathbf B^top frac{partial{mathbf C^top}}{partial mathbf x}\
&= mathbf x^top mathbf A frac{partial{mathbf x}}{partial mathbf x}
+ mathbf x^top frac{partial{mathbf A^topmathbf x}}{partial mathbf x}\
&= mathbf x^top mathbf A + mathbf x^top mathbf A^top\
&= mathbf x^top mathbf A + (mathbf Amathbf x)^top.
end{align}
Done!
For differentiation of matrices by vectors, refer to
Derivative of a Matrix with respect to a vector.
But that seems much more than you need or want.
$endgroup$
add a comment |
$begingroup$
The rule
$frac{partial mathbf Cmathbf B}{partial x} = frac{partial{mathbf C}}{partial x}mathbf B + mathbf Cfrac{partial mathbf B}{partial x}$
is for differentiation by a scalar $x$ where $mathbf B$ and $mathbf C$ are matrices. It is not a rule for differentiation by a vector.
With $mathbf C = mathbf x^top mathbf A$ and $mathbf B = mathbf x,$ you have a row vector $mathbf C$ and a column vector $mathbf B,$
so you can apply the rule
$$
frac{partial mathbf u^topmathbf v}{partial mathbf x}
= mathbf u^top frac{partial{mathbf v}}{partial mathbf x}
+ mathbf v^top frac{partial{mathbf u}}{partial mathbf x}
$$
with $mathbf u^top = mathbf C$ and $mathbf v = mathbf B,$ so
begin{align}
frac{partial mathbf Cmathbf B}{partial mathbf x}
&= mathbf C frac{partial{mathbf B}}{partial mathbf x}
+ mathbf B^top frac{partial{mathbf C^top}}{partial mathbf x}\
&= mathbf x^top mathbf A frac{partial{mathbf x}}{partial mathbf x}
+ mathbf x^top frac{partial{mathbf A^topmathbf x}}{partial mathbf x}\
&= mathbf x^top mathbf A + mathbf x^top mathbf A^top\
&= mathbf x^top mathbf A + (mathbf Amathbf x)^top.
end{align}
Done!
For differentiation of matrices by vectors, refer to
Derivative of a Matrix with respect to a vector.
But that seems much more than you need or want.
$endgroup$
The rule
$frac{partial mathbf Cmathbf B}{partial x} = frac{partial{mathbf C}}{partial x}mathbf B + mathbf Cfrac{partial mathbf B}{partial x}$
is for differentiation by a scalar $x$ where $mathbf B$ and $mathbf C$ are matrices. It is not a rule for differentiation by a vector.
With $mathbf C = mathbf x^top mathbf A$ and $mathbf B = mathbf x,$ you have a row vector $mathbf C$ and a column vector $mathbf B,$
so you can apply the rule
$$
frac{partial mathbf u^topmathbf v}{partial mathbf x}
= mathbf u^top frac{partial{mathbf v}}{partial mathbf x}
+ mathbf v^top frac{partial{mathbf u}}{partial mathbf x}
$$
with $mathbf u^top = mathbf C$ and $mathbf v = mathbf B,$ so
begin{align}
frac{partial mathbf Cmathbf B}{partial mathbf x}
&= mathbf C frac{partial{mathbf B}}{partial mathbf x}
+ mathbf B^top frac{partial{mathbf C^top}}{partial mathbf x}\
&= mathbf x^top mathbf A frac{partial{mathbf x}}{partial mathbf x}
+ mathbf x^top frac{partial{mathbf A^topmathbf x}}{partial mathbf x}\
&= mathbf x^top mathbf A + mathbf x^top mathbf A^top\
&= mathbf x^top mathbf A + (mathbf Amathbf x)^top.
end{align}
Done!
For differentiation of matrices by vectors, refer to
Derivative of a Matrix with respect to a vector.
But that seems much more than you need or want.
edited Jan 15 at 14:08
answered Jan 15 at 14:02
David KDavid K
54.5k343119
54.5k343119
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%2f3074377%2fneed-help-with-matrix-calculus%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