Derivative of the l2-norm of a multivariate complex matrix Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Gradient And Hessian Of General 2-NormLinear Algebra ResponseMinimizing $ell^infty$ norm of complex vectorHow to find the $S_kappa$ elements in the product $ sum_kappa=1^K S_kappa Q_kappa(r, theta,phi) = 1$?What is the derivative of a Radial Basis Interpolation function?First derivative of matrix expressionFirst derivative of RVM related matrix expressionDifferential of Matrix InverseHow to compute this derivative of a square root of a sum?Finding the amount partitions with gives sizes of a multisetI need help with a problem involving the nth derivative of arcsin x
Denied boarding although I have proper visa and documentation. To whom should I make a complaint?
Where are Serre’s lectures at Collège de France to be found?
First console to have temporary backward compatibility
Should I use a zero-interest credit card for a large one-time purchase?
How to show element name in portuguese using elements package?
For a new assistant professor in CS, how to build/manage a publication pipeline
Compare a given version number in the form major.minor.build.patch and see if one is less than the other
Can you use the Shield Master feat to shove someone before you make an attack by using a Readied action?
Can anything be seen from the center of the Boötes void? How dark would it be?
How to tell that you are a giant?
Why aren't air breathing engines used as small first stages
How would a mousetrap for use in space work?
Is there any way for the UK Prime Minister to make a motion directly dependent on Government confidence?
Did MS DOS itself ever use blinking text?
Is it fair for a professor to grade us on the possession of past papers?
Can a party unilaterally change candidates in preparation for a General election?
Declining "dulcis" in context
What does this Jacques Hadamard quote mean?
Do square wave exist?
How could we fake a moon landing now?
Do wooden building fires get hotter than 600°C?
What is homebrew?
Why are both D and D# fitting into my E minor key?
Fundamental Solution of the Pell Equation
Derivative of the l2-norm of a multivariate complex matrix
Announcing the arrival of Valued Associate #679: Cesar Manara
Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern)Gradient And Hessian Of General 2-NormLinear Algebra ResponseMinimizing $ell^infty$ norm of complex vectorHow to find the $S_kappa$ elements in the product $ sum_kappa=1^K S_kappa Q_kappa(r, theta,phi) = 1$?What is the derivative of a Radial Basis Interpolation function?First derivative of matrix expressionFirst derivative of RVM related matrix expressionDifferential of Matrix InverseHow to compute this derivative of a square root of a sum?Finding the amount partitions with gives sizes of a multisetI need help with a problem involving the nth derivative of arcsin x
$begingroup$
I have a 4x1 vector with complex elements $mathbfc=left[c_1, dots, c_Nright]^ T $ and the following $ell2$-norm function $f(mathbfc) = |textbfA.textbfc|_2^2 = sum_m=1^Mleft|mathbfa_m^Hmathbfcright|^2=sum_m=1^Mmathbfc^Hmathbfa_mmathbfa_m^Hmathbfc$ , where the elements of c are complex and have the form $c_i = r_icdot exp(jPhi_i)$
I am trying to find the derivatives the aforementioned function given $r_i$ and $Phi_i$
I tried this by decomposing my complex numbers and sums but it takes too long and I cannot shorten my formulas at the end. I think there is an alternative way as this post states but I am unable to find it. Any help or hints are much appreciated. Thank you in advance.
linear-algebra derivatives complex-numbers norm
$endgroup$
add a comment |
$begingroup$
I have a 4x1 vector with complex elements $mathbfc=left[c_1, dots, c_Nright]^ T $ and the following $ell2$-norm function $f(mathbfc) = |textbfA.textbfc|_2^2 = sum_m=1^Mleft|mathbfa_m^Hmathbfcright|^2=sum_m=1^Mmathbfc^Hmathbfa_mmathbfa_m^Hmathbfc$ , where the elements of c are complex and have the form $c_i = r_icdot exp(jPhi_i)$
I am trying to find the derivatives the aforementioned function given $r_i$ and $Phi_i$
I tried this by decomposing my complex numbers and sums but it takes too long and I cannot shorten my formulas at the end. I think there is an alternative way as this post states but I am unable to find it. Any help or hints are much appreciated. Thank you in advance.
linear-algebra derivatives complex-numbers norm
$endgroup$
add a comment |
$begingroup$
I have a 4x1 vector with complex elements $mathbfc=left[c_1, dots, c_Nright]^ T $ and the following $ell2$-norm function $f(mathbfc) = |textbfA.textbfc|_2^2 = sum_m=1^Mleft|mathbfa_m^Hmathbfcright|^2=sum_m=1^Mmathbfc^Hmathbfa_mmathbfa_m^Hmathbfc$ , where the elements of c are complex and have the form $c_i = r_icdot exp(jPhi_i)$
I am trying to find the derivatives the aforementioned function given $r_i$ and $Phi_i$
I tried this by decomposing my complex numbers and sums but it takes too long and I cannot shorten my formulas at the end. I think there is an alternative way as this post states but I am unable to find it. Any help or hints are much appreciated. Thank you in advance.
linear-algebra derivatives complex-numbers norm
$endgroup$
I have a 4x1 vector with complex elements $mathbfc=left[c_1, dots, c_Nright]^ T $ and the following $ell2$-norm function $f(mathbfc) = |textbfA.textbfc|_2^2 = sum_m=1^Mleft|mathbfa_m^Hmathbfcright|^2=sum_m=1^Mmathbfc^Hmathbfa_mmathbfa_m^Hmathbfc$ , where the elements of c are complex and have the form $c_i = r_icdot exp(jPhi_i)$
I am trying to find the derivatives the aforementioned function given $r_i$ and $Phi_i$
I tried this by decomposing my complex numbers and sums but it takes too long and I cannot shorten my formulas at the end. I think there is an alternative way as this post states but I am unable to find it. Any help or hints are much appreciated. Thank you in advance.
linear-algebra derivatives complex-numbers norm
linear-algebra derivatives complex-numbers norm
asked Mar 27 at 3:08
SuperKogitoSuperKogito
1035
1035
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
$begingroup$
Given the real vectors $(r,phi)$, define the complex vectors $(p,c,b)$ as
$$eqalign
p &= exp(jphi) &implies dp = j,podot dphi cr
c &= rodot p &implies dc = rodot dp + podot dr cr
b &= A^HAc cr
$$
where $odot$ denotes the elementwise/Hadamard product.
Further, a colon will denote the trace/Frobenius product, i.e.
$,,A:B = rm Tr(A^TB)$
(NB: The exp() function is applied elementwise)
Calculate the differential of the real function $(f)$ in terms of the real variables $(r,phi)$.
$$eqalign
f &= (Ac)^* : Ac cr
df
&= (Ac)^* : (A , dc) + (Ac) : (A , dc)^* cr
&= b^*:dc + b:dc^* cr
&= b^*:(rodot dp + podot dr) + b:(rodot dp + podot dr)^* cr
&= (rodot b^*):dp + (r^*odot b):dp^* + (podot b^*):dr + (p^*odot b):dr^* cr
&= (rodot b^*):(j,podot dphi) + (r^*odot b):(j,podot dphi)^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= (j,p)odot(rodot b^*):dphi + (j,p)^*odot(r^*odot b):dphi^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= 2,mathcal Re(j,podot rodot b^*):dphi + 2,mathcal Re(podot b^*):dr cr
$$
The fact that $(dr^*=dr,,,dphi^*=dphi)$ and $mathcal Re(z)=tfrac12(z+z^*)$ allows terms to be combined in that last line.
In this form, the gradients can be identified as
$$eqalign
fracpartial fpartialphi
&= 2,mathcal Re(j,podot rodot b^*) cr
&= 2rodot mathcal Im(p^*odot b) cr
fracpartial fpartial r &= 2,mathcal Re(p^*odot b) cr
$$
$endgroup$
$begingroup$
Thank you for your answer but what do you mean exactly by "the real and imaginary components of a variable are treated independently" and the c you are using here is the vector, I assume? or is it an element of the vector? And how is the $mathbfc*$ relevant here? Anyway my variables are $r_i$ & $Phi_i$ so my derivatives are $fracpartial fpartial Phi_i$ & $fracpartial fpartial r_i$ and not $fracpartial fpartial mathbfc$
$endgroup$
– SuperKogito
Mar 27 at 15:29
$begingroup$
Sorry. the answer has been re-worked to find the gradients with respect to $(r,phi)$ instead of $(c,c^*)$.
$endgroup$
– greg
Mar 27 at 16:35
$begingroup$
Thank you so much @greg . This is exactly what I needed. Just one question: Is the $A^*$ the Conjugate transpose or just the Conjugate?
$endgroup$
– SuperKogito
Apr 1 at 13:45
$begingroup$
In my post, the symbols $(A^T,A^*,A^H)$ denote the $($transpose, complex conjugate, hermitian conjugate$)$ of $A$, respectively.
$endgroup$
– greg
Apr 3 at 21:58
$begingroup$
I figured so, but I wanted to be sure. Again thank you so much, you are a hero sir :)
$endgroup$
– SuperKogito
Apr 3 at 22:00
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%2f3164046%2fderivative-of-the-l2-norm-of-a-multivariate-complex-matrix%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$
Given the real vectors $(r,phi)$, define the complex vectors $(p,c,b)$ as
$$eqalign
p &= exp(jphi) &implies dp = j,podot dphi cr
c &= rodot p &implies dc = rodot dp + podot dr cr
b &= A^HAc cr
$$
where $odot$ denotes the elementwise/Hadamard product.
Further, a colon will denote the trace/Frobenius product, i.e.
$,,A:B = rm Tr(A^TB)$
(NB: The exp() function is applied elementwise)
Calculate the differential of the real function $(f)$ in terms of the real variables $(r,phi)$.
$$eqalign
f &= (Ac)^* : Ac cr
df
&= (Ac)^* : (A , dc) + (Ac) : (A , dc)^* cr
&= b^*:dc + b:dc^* cr
&= b^*:(rodot dp + podot dr) + b:(rodot dp + podot dr)^* cr
&= (rodot b^*):dp + (r^*odot b):dp^* + (podot b^*):dr + (p^*odot b):dr^* cr
&= (rodot b^*):(j,podot dphi) + (r^*odot b):(j,podot dphi)^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= (j,p)odot(rodot b^*):dphi + (j,p)^*odot(r^*odot b):dphi^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= 2,mathcal Re(j,podot rodot b^*):dphi + 2,mathcal Re(podot b^*):dr cr
$$
The fact that $(dr^*=dr,,,dphi^*=dphi)$ and $mathcal Re(z)=tfrac12(z+z^*)$ allows terms to be combined in that last line.
In this form, the gradients can be identified as
$$eqalign
fracpartial fpartialphi
&= 2,mathcal Re(j,podot rodot b^*) cr
&= 2rodot mathcal Im(p^*odot b) cr
fracpartial fpartial r &= 2,mathcal Re(p^*odot b) cr
$$
$endgroup$
$begingroup$
Thank you for your answer but what do you mean exactly by "the real and imaginary components of a variable are treated independently" and the c you are using here is the vector, I assume? or is it an element of the vector? And how is the $mathbfc*$ relevant here? Anyway my variables are $r_i$ & $Phi_i$ so my derivatives are $fracpartial fpartial Phi_i$ & $fracpartial fpartial r_i$ and not $fracpartial fpartial mathbfc$
$endgroup$
– SuperKogito
Mar 27 at 15:29
$begingroup$
Sorry. the answer has been re-worked to find the gradients with respect to $(r,phi)$ instead of $(c,c^*)$.
$endgroup$
– greg
Mar 27 at 16:35
$begingroup$
Thank you so much @greg . This is exactly what I needed. Just one question: Is the $A^*$ the Conjugate transpose or just the Conjugate?
$endgroup$
– SuperKogito
Apr 1 at 13:45
$begingroup$
In my post, the symbols $(A^T,A^*,A^H)$ denote the $($transpose, complex conjugate, hermitian conjugate$)$ of $A$, respectively.
$endgroup$
– greg
Apr 3 at 21:58
$begingroup$
I figured so, but I wanted to be sure. Again thank you so much, you are a hero sir :)
$endgroup$
– SuperKogito
Apr 3 at 22:00
add a comment |
$begingroup$
Given the real vectors $(r,phi)$, define the complex vectors $(p,c,b)$ as
$$eqalign
p &= exp(jphi) &implies dp = j,podot dphi cr
c &= rodot p &implies dc = rodot dp + podot dr cr
b &= A^HAc cr
$$
where $odot$ denotes the elementwise/Hadamard product.
Further, a colon will denote the trace/Frobenius product, i.e.
$,,A:B = rm Tr(A^TB)$
(NB: The exp() function is applied elementwise)
Calculate the differential of the real function $(f)$ in terms of the real variables $(r,phi)$.
$$eqalign
f &= (Ac)^* : Ac cr
df
&= (Ac)^* : (A , dc) + (Ac) : (A , dc)^* cr
&= b^*:dc + b:dc^* cr
&= b^*:(rodot dp + podot dr) + b:(rodot dp + podot dr)^* cr
&= (rodot b^*):dp + (r^*odot b):dp^* + (podot b^*):dr + (p^*odot b):dr^* cr
&= (rodot b^*):(j,podot dphi) + (r^*odot b):(j,podot dphi)^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= (j,p)odot(rodot b^*):dphi + (j,p)^*odot(r^*odot b):dphi^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= 2,mathcal Re(j,podot rodot b^*):dphi + 2,mathcal Re(podot b^*):dr cr
$$
The fact that $(dr^*=dr,,,dphi^*=dphi)$ and $mathcal Re(z)=tfrac12(z+z^*)$ allows terms to be combined in that last line.
In this form, the gradients can be identified as
$$eqalign
fracpartial fpartialphi
&= 2,mathcal Re(j,podot rodot b^*) cr
&= 2rodot mathcal Im(p^*odot b) cr
fracpartial fpartial r &= 2,mathcal Re(p^*odot b) cr
$$
$endgroup$
$begingroup$
Thank you for your answer but what do you mean exactly by "the real and imaginary components of a variable are treated independently" and the c you are using here is the vector, I assume? or is it an element of the vector? And how is the $mathbfc*$ relevant here? Anyway my variables are $r_i$ & $Phi_i$ so my derivatives are $fracpartial fpartial Phi_i$ & $fracpartial fpartial r_i$ and not $fracpartial fpartial mathbfc$
$endgroup$
– SuperKogito
Mar 27 at 15:29
$begingroup$
Sorry. the answer has been re-worked to find the gradients with respect to $(r,phi)$ instead of $(c,c^*)$.
$endgroup$
– greg
Mar 27 at 16:35
$begingroup$
Thank you so much @greg . This is exactly what I needed. Just one question: Is the $A^*$ the Conjugate transpose or just the Conjugate?
$endgroup$
– SuperKogito
Apr 1 at 13:45
$begingroup$
In my post, the symbols $(A^T,A^*,A^H)$ denote the $($transpose, complex conjugate, hermitian conjugate$)$ of $A$, respectively.
$endgroup$
– greg
Apr 3 at 21:58
$begingroup$
I figured so, but I wanted to be sure. Again thank you so much, you are a hero sir :)
$endgroup$
– SuperKogito
Apr 3 at 22:00
add a comment |
$begingroup$
Given the real vectors $(r,phi)$, define the complex vectors $(p,c,b)$ as
$$eqalign
p &= exp(jphi) &implies dp = j,podot dphi cr
c &= rodot p &implies dc = rodot dp + podot dr cr
b &= A^HAc cr
$$
where $odot$ denotes the elementwise/Hadamard product.
Further, a colon will denote the trace/Frobenius product, i.e.
$,,A:B = rm Tr(A^TB)$
(NB: The exp() function is applied elementwise)
Calculate the differential of the real function $(f)$ in terms of the real variables $(r,phi)$.
$$eqalign
f &= (Ac)^* : Ac cr
df
&= (Ac)^* : (A , dc) + (Ac) : (A , dc)^* cr
&= b^*:dc + b:dc^* cr
&= b^*:(rodot dp + podot dr) + b:(rodot dp + podot dr)^* cr
&= (rodot b^*):dp + (r^*odot b):dp^* + (podot b^*):dr + (p^*odot b):dr^* cr
&= (rodot b^*):(j,podot dphi) + (r^*odot b):(j,podot dphi)^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= (j,p)odot(rodot b^*):dphi + (j,p)^*odot(r^*odot b):dphi^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= 2,mathcal Re(j,podot rodot b^*):dphi + 2,mathcal Re(podot b^*):dr cr
$$
The fact that $(dr^*=dr,,,dphi^*=dphi)$ and $mathcal Re(z)=tfrac12(z+z^*)$ allows terms to be combined in that last line.
In this form, the gradients can be identified as
$$eqalign
fracpartial fpartialphi
&= 2,mathcal Re(j,podot rodot b^*) cr
&= 2rodot mathcal Im(p^*odot b) cr
fracpartial fpartial r &= 2,mathcal Re(p^*odot b) cr
$$
$endgroup$
Given the real vectors $(r,phi)$, define the complex vectors $(p,c,b)$ as
$$eqalign
p &= exp(jphi) &implies dp = j,podot dphi cr
c &= rodot p &implies dc = rodot dp + podot dr cr
b &= A^HAc cr
$$
where $odot$ denotes the elementwise/Hadamard product.
Further, a colon will denote the trace/Frobenius product, i.e.
$,,A:B = rm Tr(A^TB)$
(NB: The exp() function is applied elementwise)
Calculate the differential of the real function $(f)$ in terms of the real variables $(r,phi)$.
$$eqalign
f &= (Ac)^* : Ac cr
df
&= (Ac)^* : (A , dc) + (Ac) : (A , dc)^* cr
&= b^*:dc + b:dc^* cr
&= b^*:(rodot dp + podot dr) + b:(rodot dp + podot dr)^* cr
&= (rodot b^*):dp + (r^*odot b):dp^* + (podot b^*):dr + (p^*odot b):dr^* cr
&= (rodot b^*):(j,podot dphi) + (r^*odot b):(j,podot dphi)^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= (j,p)odot(rodot b^*):dphi + (j,p)^*odot(r^*odot b):dphi^*
+ (podot b^*):dr + (p^*odot b):dr^* cr
&= 2,mathcal Re(j,podot rodot b^*):dphi + 2,mathcal Re(podot b^*):dr cr
$$
The fact that $(dr^*=dr,,,dphi^*=dphi)$ and $mathcal Re(z)=tfrac12(z+z^*)$ allows terms to be combined in that last line.
In this form, the gradients can be identified as
$$eqalign
fracpartial fpartialphi
&= 2,mathcal Re(j,podot rodot b^*) cr
&= 2rodot mathcal Im(p^*odot b) cr
fracpartial fpartial r &= 2,mathcal Re(p^*odot b) cr
$$
edited Mar 30 at 18:32
answered Mar 27 at 14:30
greggreg
9,3911825
9,3911825
$begingroup$
Thank you for your answer but what do you mean exactly by "the real and imaginary components of a variable are treated independently" and the c you are using here is the vector, I assume? or is it an element of the vector? And how is the $mathbfc*$ relevant here? Anyway my variables are $r_i$ & $Phi_i$ so my derivatives are $fracpartial fpartial Phi_i$ & $fracpartial fpartial r_i$ and not $fracpartial fpartial mathbfc$
$endgroup$
– SuperKogito
Mar 27 at 15:29
$begingroup$
Sorry. the answer has been re-worked to find the gradients with respect to $(r,phi)$ instead of $(c,c^*)$.
$endgroup$
– greg
Mar 27 at 16:35
$begingroup$
Thank you so much @greg . This is exactly what I needed. Just one question: Is the $A^*$ the Conjugate transpose or just the Conjugate?
$endgroup$
– SuperKogito
Apr 1 at 13:45
$begingroup$
In my post, the symbols $(A^T,A^*,A^H)$ denote the $($transpose, complex conjugate, hermitian conjugate$)$ of $A$, respectively.
$endgroup$
– greg
Apr 3 at 21:58
$begingroup$
I figured so, but I wanted to be sure. Again thank you so much, you are a hero sir :)
$endgroup$
– SuperKogito
Apr 3 at 22:00
add a comment |
$begingroup$
Thank you for your answer but what do you mean exactly by "the real and imaginary components of a variable are treated independently" and the c you are using here is the vector, I assume? or is it an element of the vector? And how is the $mathbfc*$ relevant here? Anyway my variables are $r_i$ & $Phi_i$ so my derivatives are $fracpartial fpartial Phi_i$ & $fracpartial fpartial r_i$ and not $fracpartial fpartial mathbfc$
$endgroup$
– SuperKogito
Mar 27 at 15:29
$begingroup$
Sorry. the answer has been re-worked to find the gradients with respect to $(r,phi)$ instead of $(c,c^*)$.
$endgroup$
– greg
Mar 27 at 16:35
$begingroup$
Thank you so much @greg . This is exactly what I needed. Just one question: Is the $A^*$ the Conjugate transpose or just the Conjugate?
$endgroup$
– SuperKogito
Apr 1 at 13:45
$begingroup$
In my post, the symbols $(A^T,A^*,A^H)$ denote the $($transpose, complex conjugate, hermitian conjugate$)$ of $A$, respectively.
$endgroup$
– greg
Apr 3 at 21:58
$begingroup$
I figured so, but I wanted to be sure. Again thank you so much, you are a hero sir :)
$endgroup$
– SuperKogito
Apr 3 at 22:00
$begingroup$
Thank you for your answer but what do you mean exactly by "the real and imaginary components of a variable are treated independently" and the c you are using here is the vector, I assume? or is it an element of the vector? And how is the $mathbfc*$ relevant here? Anyway my variables are $r_i$ & $Phi_i$ so my derivatives are $fracpartial fpartial Phi_i$ & $fracpartial fpartial r_i$ and not $fracpartial fpartial mathbfc$
$endgroup$
– SuperKogito
Mar 27 at 15:29
$begingroup$
Thank you for your answer but what do you mean exactly by "the real and imaginary components of a variable are treated independently" and the c you are using here is the vector, I assume? or is it an element of the vector? And how is the $mathbfc*$ relevant here? Anyway my variables are $r_i$ & $Phi_i$ so my derivatives are $fracpartial fpartial Phi_i$ & $fracpartial fpartial r_i$ and not $fracpartial fpartial mathbfc$
$endgroup$
– SuperKogito
Mar 27 at 15:29
$begingroup$
Sorry. the answer has been re-worked to find the gradients with respect to $(r,phi)$ instead of $(c,c^*)$.
$endgroup$
– greg
Mar 27 at 16:35
$begingroup$
Sorry. the answer has been re-worked to find the gradients with respect to $(r,phi)$ instead of $(c,c^*)$.
$endgroup$
– greg
Mar 27 at 16:35
$begingroup$
Thank you so much @greg . This is exactly what I needed. Just one question: Is the $A^*$ the Conjugate transpose or just the Conjugate?
$endgroup$
– SuperKogito
Apr 1 at 13:45
$begingroup$
Thank you so much @greg . This is exactly what I needed. Just one question: Is the $A^*$ the Conjugate transpose or just the Conjugate?
$endgroup$
– SuperKogito
Apr 1 at 13:45
$begingroup$
In my post, the symbols $(A^T,A^*,A^H)$ denote the $($transpose, complex conjugate, hermitian conjugate$)$ of $A$, respectively.
$endgroup$
– greg
Apr 3 at 21:58
$begingroup$
In my post, the symbols $(A^T,A^*,A^H)$ denote the $($transpose, complex conjugate, hermitian conjugate$)$ of $A$, respectively.
$endgroup$
– greg
Apr 3 at 21:58
$begingroup$
I figured so, but I wanted to be sure. Again thank you so much, you are a hero sir :)
$endgroup$
– SuperKogito
Apr 3 at 22:00
$begingroup$
I figured so, but I wanted to be sure. Again thank you so much, you are a hero sir :)
$endgroup$
– SuperKogito
Apr 3 at 22:00
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%2f3164046%2fderivative-of-the-l2-norm-of-a-multivariate-complex-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