Transpose of a matrix

6 visualizaciones (últimos 30 días)
lola
lola el 11 de Mzo. de 2014
Comentada: Patrik Ek el 11 de Mzo. de 2014
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 comentarios
Walter Roberson
Walter Roberson el 11 de Mzo. de 2014
This is not a MATLAB question
Patrik Ek
Patrik Ek el 11 de Mzo. de 2014
may I recommend maths stack exchange?

Iniciar sesión para comentar.

Respuestas (1)

Walter Roberson
Walter Roberson el 11 de Mzo. de 2014
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

Categorías

Más información sobre Logical en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by