#Element of transpose matrix
9 messages · Page 1 of 1 (latest)
first of all it is asked for elements of A' or A^T
if A = (a_i,j) then A^T = (a_j,i)
Then do I express the elements right below?
correct
9 messages · Page 1 of 1 (latest)
If I have matrix A and then matrix Aᵀ, then I want to express element aᵢⱼ, does it refer to the element of matrix A or the element of matrix Aᵀ? How to express the elements of transpose matrices in the form of like on the above? Thank you.
first of all it is asked for elements of A' or A^T
if A = (a_i,j) then A^T = (a_j,i)
Then do I express the elements right below?
correct