For the matrix with is called the transpose of . We write .
Some Properties
With Scalar
since for all
With Inverse
만약 가 invertible 하면, 도 그렇다. 그래서 를 만족한다.
1 min read
For A∈Rm×n the matrix B∈Rn×m with bij=aji is called the transpose of A. We write B=A⊤.
(λC)⊤=C⊤λ⊤=C⊤λ=λC⊤ since λ=λ⊤ for all λ∈R
만약 A 가 invertible 하면, A⊤ 도 그렇다. 그래서 (A−1)⊤=(A⊤)−1=:A−⊤ 를 만족한다.
Inverse Matrix Inverse matrix 참조 Transpose transpose 참조 Related symmetric matrix Square Matrix
permutation matrix 의 Inverse matrix 는 transpose 와 같다.
주어진 행렬의 행을 바꾸기 위한 행렬 (Row operation) \left[\begin{array}{ll}0 & 1 \\ 1 & 0\end{array}\right]\left[\begin{array}{ll}a & b \\ c &...
matrix 는 linear mapping 또는 vector 의 collection 이라고 생각할 수 있다. 벡터 공간 은 꽤 추상적이므로, 이를 컴퓨터에 표현하고 다루기 위해서는 숫자들로 구성된 직사각형 array 들, 즉, 행렬을 사용할 필요가 있다.
\boldsymbol{A} \in \mathbb{R}^{n \times n} 행렬에 대하여 \boldsymbol{A B}=\boldsymbol{I} {n}=\boldsymbol{B} A 를 만족하는 \boldsymbol{B} \in \mathbb{R}^{n \times n} 를 inverse matrix...
square matrix \boldsymbol{A}\in\mathbb{R}^{n\times n} 의 trace 는 주어진 정사각 행렬의 대각 원소들의 합을 의미한다.
Properties \operatorname{det}(AB)=\operatorname{det}(A)\operatorname{det}(B) References jjycjnmath.tistory.com/397 .
Unitary matrix는 complex vector space에서 inverse가 conjugate transpose와 같은 matrix다. U^ U = UU^ = I real-valued matrix에서는 같은 역할을 orthogonal가 한다.
Formally, a matrix D is diagonal if and only if D {i,j}=0 for all i\neq j.
\boldsymbol{A}=\boldsymbol{A}^{\top} 를 만족하는 matrix \boldsymbol{A} 예시 \left[\begin{array}{lll}3 & 1 & 7 \\ 1 & 2 & 9 \\ 7 & 9 & 4\end{array}\right] 특징...
Orthogonal은 두 vector의 dot product가 0인 관계를 뜻한다. x^\top y = 0 두 non-zero vector가 orthogonal이면 기하적으로 서로 90도 방향을 이룬다고 볼 수 있다.
vector space V, W 에 따른 각각의 ordered bases B=\left(\boldsymbol{b} {1}, \ldots, \boldsymbol{b} {n}\right) 그리고 C=\left(\boldsymbol{c} {1}, \ldots, \boldsymbol{c} {m}\right) 가 있다고...