Taking derivative of a transposed matrix

  • Thread starter Thread starter MaxManus
  • Start date Start date
  • Tags Tags
    Derivative Matrix
MaxManus
Messages
268
Reaction score
1
I have a matrix (z-m1) ^T where z is a matrix and 1 i a column where all the elements are 1. Can anyone help me with taking the derivative with respect to m?

T is for transpose.
 
Physics news on Phys.org
MaxManus said:
I have a matrix (z-m1) ^T where z is a matrix and 1 i a column where all the elements are 1. Can anyone help me with taking the derivative with respect to m?

T is for transpose.

z-m1 doesn't make sense to me. I'm assuming that z is an n x n matrix and 1 is an n x 1 matrix (column vector), so the subtraction is undefined.
 
Thanks, I assumed z to be an n x n matrix as well but since that doesn't make any sense it must be a n*1 matrix and then I can just use ordinary derivation and I get

(z-1)^T
 
I think it would be -1T, where 1 is as you defined it.
 
Yes of course, thanks
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top