开发者

matrix expression simplify [closed]

Closed. This question is off-topic. It is not currently accepting answers.

Want to improve this question? Update the question so it's on-topic for Stack Overflow.

开发者_开发知识库

Closed 11 years ago.

Improve this question

i am wondering if it is possible to simplify:

T*V + V*T // V = V^(t) symmetric

where both operands are matrixes


I don't think this is possible due to the following considerations:

If we multiply two matrices A and T, where A is symmetric (i.e. A(i,j) = A(j,i)), we have the following:

For A*T we have that the item in row z and column s is computed as:

 __n__
 \
 /     A(z,i)*T(i,s)
 -----
  i=1

For the other way around, T*A, we get for row z, column s:

 __n__                     __n__
 \                         \
 /     T(z,i)*A(i,s)  =    /     T(z,i)*A(s,i)
 -----                     -----
  i=1                       i=1

So, as long as we do not know anything about the entries T(i,j) in T, I think we can not say how these sums relate to each other.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜