Transpose of a matrix
Let's define a transpose matrix.
Transpose of a transpose matrix A is same with the matrix A!
Determinant of transpose
Let's assume determinant of any nxn matrix B is equal to the determinant of B's transpose.
Then will it be the same if the matrix is (n+1) x (n+1)?
Transpose of sums and inverses
)
This means that C transpose is equal to the transpose of (A+B)!
Rank(a) = rank(transposse of a)
The rank of matrix A is equal to the rank of its transpose.
The rank of A transpose is equal to the dimension of column space of A transpose. This is equal the number of basis vectors for the column space of A transpose.
Same applies to A.
Showing that A-transpose x A is invertible
Let's study a transpose times A.
A transpose A will be a square matrix.
To show that is invertible, we have to prove all the columns are independent.
And if you get a k by k identity matrix, it means that your matrix is invertible.
This is the same thing with Av dot Av.
So we know Av must be equal to zero.
If v is a member of the nullspace of A transpose A & v is also a member of the nullspace of A, It only contains the zero vector!
This means that the only solution is the x is equal to the zero vector. That means that the column s of A tranpose A are linearly independent!!
'Computer Science > Linear Algebra' 카테고리의 다른 글
12 Orthogonal Projections (0) | 2022.04.23 |
---|---|
11 Orthogonal complements (0) | 2022.04.22 |
09 Linear transformation examples (0) | 2022.03.29 |
08 Functions and linear transformations (0) | 2022.03.21 |
07 Null space and column space (0) | 2022.03.09 |