![Hands-On Mathematics for Deep Learning](https://wfqqreader-1252317822.image.myqcloud.com/cover/81/36698081/b_36698081.jpg)
上QQ阅读APP看书,第一时间看更新
Matrix transpose
Let's take an matrix A. If the matrix's transpose is B, then the dimensions of B are
, such that:
. Here is the matrix A:
![](https://epubservercos.yuewen.com/FF11E0/19470372701459106/epubprivate/OEBPS/Images/Chapter_1008.jpg?sign=1738888613-klv5F4VR4JYicbMbNBSG9mlSA4RdrkdU-0-ca99305c0c9b534ccc75614d6666ece7)
Then, the matrix B is as given:
.
Essentially, we can think of this as writing the columns of A as the rows of the transposed matrix, B.
We usually write the transpose of A as AT.
A symmetric matrix is a special kind of matrix. It is an n×n matrix that, when transposed, is exactly the same as before we transposed it.
The following are the properties of inverses and transposes:
If A is an invertible matrix, then so is AT, and so (A-1)T = (AT)-1 = A-T.