How can i differentiate a matrix by vector??
이전 댓글 표시
I have a 4*4 matrix, K=[200 0 -100 0;0 200 0 -100;-100 0 150 ( mu * 100)-50;0 -100 -50 350] and a randomly generated 1000*1 vector mu.How can i differentiate K with respect to mu.
Thanks
댓글 수: 3
Torsten
2017년 12월 13일
If you tell us what it means to "differentiate a matrix by a vector", maybe somebody can help.
Best wishes
Torsten.
CHANDRASHEKARA TALKAD NAGARAJU
2017년 12월 13일
Torsten
2017년 12월 13일
What is dK/d mu ?
Could you show it for a simple example ?
Best wishes
Torsten.
답변 (1개)
Tony Cheng
2018년 12월 14일
0 개 추천
maybe you can differentiate each column of the matrix by the vector, then assemble the results together as a new matrix.
카테고리
도움말 센터 및 File Exchange에서 Matrix Indexing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!