How to partial derive a matrix with multiple variables

4 visualizaciones (últimos 30 días)
Joachim Wagner
Joachim Wagner el 23 de Mayo de 2019
Comentada: Star Strider el 24 de Mayo de 2019
Hello everybody,
I just have some trouble by finding the partial derivative of a matrix with multiple variables.
Let's say I have a [nXn]-matrix (i.e ), which is a function of three time dependent variables (i.e. ) and I need to find the partial derivative , where q is the vector .
Moreover, I need to find the time derivative .
I know this question might be a very simple one but I just find examples, which show how to build the partial drivative of only one variable as diff(Mgb,Z_A) and not for multiple time dependent variables.
It would be very greatful if somebody could give me a comment on this topic.
Many thanks in advance!

Respuesta aceptada

Star Strider
Star Strider el 23 de Mayo de 2019
If your matrix is symbolic, see if the jacobian (link) function will do what you want. The gradient (link) function is also an option, as is the gradient (link) function for numeric vectors and matrices.
  4 comentarios
Joachim Wagner
Joachim Wagner el 24 de Mayo de 2019
Hey,
right, this looks good for me. Many thanks again for giving me your support. I will check this later and will give feedback afterwards.

Iniciar sesión para comentar.

Más respuestas (0)

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by