Transpose of a matrix

5 次查看(过去 30 天)
lola
lola 2014-3-11
评论: Patrik Ek 2014-3-11
AT, AijT= Aji. The jith entry of A is the ijth entry of i.
For example,
A =
1 2
3 4
>> A'
ans =
1 3
2 4
When is A = AT? That is, when is the transpose of a matrix equal to itself?
  2 个评论
Walter Roberson
Walter Roberson 2014-3-11
This is not a MATLAB question
Patrik Ek
Patrik Ek 2014-3-11
may I recommend maths stack exchange?

请先登录,再进行评论。

回答(1 个)

Walter Roberson
Walter Roberson 2014-3-11
A matrix is its own transpose when it is symmetric around the main diagonal. In the case of the 2 x 2 matrix, A12 would have to equal A21

类别

Help CenterFile Exchange 中查找有关 Logical 的更多信息

标签

Community Treasure Hunt

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

Start Hunting!

Translated by