MATLAB爱好者论坛-LabFans.com

MATLAB爱好者论坛-LabFans.com (https://www.labfans.com/bbs/index.php)
-   MATLAB论坛 (https://www.labfans.com/bbs/forumdisplay.php?f=6)
-   -   [MATLAB基础] Jacobianmatrix转置矩阵 (https://www.labfans.com/bbs/showthread.php?t=11748)

鲜卑人 2010-06-13 16:48

Jacobianmatrix转置矩阵
 
大家好,我想问一个站直矩阵的问题。
我现在有了jacobian
J =

[ 2*x1, 2*y1, 0, 0, 0, 0]
[ 2*x1 - 2*x2, 2*y1 - 2*y2, 2*x2 - 2*x1, 2*y2 - 2*y1, 0, 0]
[ y3 - y2, x2 - x3, y1 - y3, x3 - x1, y2 - y1, x1 - x2]


为什么转置矩阵是复数形式?
>> J'

ans =

[ 2*conj(x1), 2*conj(x1) - 2*conj(x2), conj(y3) - conj(y2)]
[ 2*conj(y1), 2*conj(y1) - 2*conj(y2), conj(x2) - conj(x3)]
[ 0, 2*conj(x2) - 2*conj(x1), conj(y1) - conj(y3)]
[ 0, 2*conj(y2) - 2*conj(y1), conj(x3) - conj(x1)]
[ 0, 0, conj(y2) - conj(y1)]
[ 0, 0, conj(x1) - conj(x2)]

如何更改才能得到正常的转置矩阵呢?

谢谢回答

fanxing39 2010-06-18 19:39

回复: Jacobianmatrix转置矩阵
 
J.' 就行了, :)


所有时间均为北京时间。现在的时间是 14:23

Powered by vBulletin
版权所有 ©2000 - 2025,Jelsoft Enterprises Ltd.